A comprehensive collection of all things Computer Security.
Collection of awesome software, libraries, documents, books, resources and cool stuff about security.
What is bug bounty?
Identification and reporting of bugs and vulnerabilities in a responsible way.
What to study?
- Internet, HTTP, TCP/IP
- Networking
- Command line
- Linux
- Web technologies, javascript, php, java
- Atleast 1 prog language (Python/C/JAVA/Ruby..)
Choose your path (Important)
- Web pentesting
- Mobile pentesting
- Desktop apps
Resources
Web
- Web app hackers handbook
- Web hacking 101
- Hacker's playbook 1,2,3
- Hacking art of exploitation
- Mastering modern web pen testing
- OWASP Testing guide
Mobile
- Mobile application hacker's handbooks
Youtube channels
Hacking
- Live Overflow
- Hackersploit
- Bugcrowd
- Hak5
- Hackerone
Programming
- thenewboston
- codeacademy
Writeups, Articles, blogs
- Medium (infosec writeups)
- Hackerone public reports
- owasp.org
- Portswigger
- Reddit (Netsec)
- DEFCON conference videos
- Forums
Practice (Important)
- Burpsuite
- nmap
- dirbuster
- sublist3r
- Netcat
Testing labs
- DVWA
- bWAPP
- Vulnhub
- Metasploitable
- CTF365
- Hack the box
Select a platform
- Hackerone
- Bugcrowd
- Open bug bounty
- Zerocopter
- Antihack
- Synack (private)
Choose wisely (first not for bounty)
- Select a bug for hunt
- Exhaustive search
- Not straightforward always
REPORT:
- Create a descriptive report
- Follow responsible disclosure
- Create POC and steps to reproduce
Words of wisdom
- PATIENCE IS THE KEY, takes years to master, don't fall for overnight success
- Do not expect someone will spoon feed you everything.
- Confidence
- Not always for bounty
- Learn a lot
- Won't find at the beginning, don't lose hope
- Stay focused
- Depend on yourself
- Stay updated with infosec world
A collection of recon workflow and details about Bug Bounty tools/cheatsheet
How to get started with Bug Bounty
https://medium.com/bugbountywriteup/how-to-get-started-into-bug-bounty-1be52b3064e0
Collection of various PoC helpful for Bug Bounty
https://drive.google.com/folderview?id=14zlqgin6rUfr6jQRBCLbbP8P8Vdypz7x
For Tips regarding Bug Bounty, you can check out: Book of Bounty Tips
Tools
A collection of videos to understand the working of Burpsuite.
A series of tutorials to understand Burpsuite Payloads and Payload Processing
Beginners Guide to Burpsuite Payloads (Part 1)
Beginners Guide to Burpsuite Payloads (Part 2)
Payload Processing Rule in Burp suite (Part 1)
Payload Processing Rule in Burp suite (Part 2)
Engagement Tools Tutorial in Burp suite
Part of Z-Library project. The world's largest ebook library. Zlibrary.Asia
- 400 (Bad request)
- 401 (Authorization required)
- 402 (Payment required)
- 403 (Forbidden)
- 404 (Not found)
- 405 (Method not allowed)
- 406 (Not acceptable)
- 407 (Proxy authentication required)
- 408 (Request Timeout)
- 409 (Conflict)
- 410 (Gone)
- 411 (Length required)
- 412 (Precondition failed)
- 413 (Request entity too large)
- 414 (Request URI too large)
- 415 (Unsupported media type)
- 416 (Request range not satisfiable)
- 417 (Expectation failed)
- 422 (Unprocessable entity)
- 423 (Locked)
- 424 (Failed dependency)
- 500 (Internal server error)
- 501 (Not Implemented)
- 502 (Bad gateway)
- 503 (Service unavailable)
- 504 (Gateway timeout)
- 505 (HTTP version not supported)
- 506 (Variant also negotiates)
- 507 (Insufficient storage)
- 510 (Not extended)
- Pwnable.kr
- hack.me
- CTFlearn
- Web Application Exploits and Defenses
- RootMe
- HackTheBox
- Game of Hacks
- OverTheWire
- Microcorruption
- XSS Challenges
- Hack This Site
- crackmes.one
- Pentest Training
- This is Legal
- Try Hack Me
- Vulnhub
- Practical Pentest Labs
- Labs Wizard Security
- Pentestlab
- Hackthis
- Shellter
- Root-Me
- Zenk-Security
- W3Challs
- NewbieContest
- The Cryptopals Crypto Challenges
- Penetration Testing Practice Labs
- alert(1) to win
- Hacksplaining
- Hacker101
- Academy Hackaflag
- PentestIT LAB
- Hacker Security
- PicoCTF
- Explotation Education
- Root in Jail
- CMD Challenge
- Hacking-Lab
- PWNABLE
- WHO4REYOU
- Google CTF
- ImmersiveLabs
- Attack-Defense
- SANS Challenger
- SmashTheStack
Vulnerability Databases are the first place to start your day as a security professional. Any new vulnerability detection is generally available through public vulnerability databases. These databases are a big source of information for hackers to be able to understand and exploit/avoid/fix the vulnerability.
Some Public Sources for you -
- Exploit-db
- Vulners
- Security Focus
- SecuriTeam
- Secunia Research
- Zero Day Initiative
- National Vulnerability Database
- CVE Details
- Vulnerability & Exploit Database
- Open Vulnerability and Assessment Language
Read how to contribute to CSec.
MIT License
Copyright (c) 2020 We Are Plymouth's
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.