From 848eaf06b698473927cd5ccd2d1bb6d24fb8fb89 Mon Sep 17 00:00:00 2001 From: Boik Date: Tue, 7 Mar 2017 21:11:00 +0800 Subject: [PATCH] add 'Collection' & 'Twitter User' sections --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index cc8f5ba..d0a74fe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt ## Menu +- [Collection](#collection) - [Resource](#resource) - [XSS](#resource-xss) - [SQL Injection](#resource-sql-injection) @@ -45,11 +46,19 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt - [Leaking](#tool-leaking) - [Detecting](#tool-detecting) - [Blog](#blog) +- [Twitter User](#twitter-user) - [Miscellaneous](#miscellaneous) - [Practice](#practice) - [AWS](#practice-aws) - [XSS](#practice-xss) +## Collection + +* [Drops (backup)](https://drops.secquan.org/) +* [Paper from Seebug](http://paper.seebug.org/) +* [Freebuf](http://www.freebuf.com/) +* [安全脉搏](https://www.secpulse.com/) + ## Resource @@ -205,6 +214,12 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt * [Broken Browser](https://www.brokenbrowser.com/) - Fun with Browser Vulnerabilities. * [Blog of Osanda](https://osandamalith.com/) - Security Researching and Reverse Engineering. +## Twitter User + +* [@filedescriptor](https://twitter.com/filedescriptor) +* [@cure53berlin](https://twitter.com/cure53berlin) +* [@XssPayloads](https://twitter.com/XssPayloads) + ## Miscellaneous * [awesome-bug-bounty](https://github.com/djadmin/awesome-bug-bounty) - A comprehensive curated list of available Bug Bounty & Disclosure Programs and write-ups by [@djadmin](https://github.com/djadmin).