Shell scripts for automating the tasks
https://github.com/shibli2700/Rekon
Cheatsheet God
https://github.com/OlivierLaflamme/Cheatsheet-God
Recon tool made for the #OSCP labs
https://github.com/codingo/Reconnoitre
Vuln Scanner
https://github.com/future-architect/vuls
Vulnhub Cheatsheet
https://github.com/Ignitetechnologies/Privilege-Escalation
#cybersecurity,#bugbounty
https://github.com/shibli2700/Rekon
Cheatsheet God
https://github.com/OlivierLaflamme/Cheatsheet-God
Recon tool made for the #OSCP labs
https://github.com/codingo/Reconnoitre
Vuln Scanner
https://github.com/future-architect/vuls
Vulnhub Cheatsheet
https://github.com/Ignitetechnologies/Privilege-Escalation
#cybersecurity,#bugbounty
GitHub
GitHub - shiblisec/Rekon: The project contains multiple shell scripts for automating the tasks during recon.
The project contains multiple shell scripts for automating the tasks during recon. - GitHub - shiblisec/Rekon: The project contains multiple shell scripts for automating the tasks during recon.
Facebook BugBounty
https://t.co/4QlXy2yJNv
https://t.co/Q5jr56KM7H
https://t.co/4dgyrgffYn
https://t.co/z4FmmyO8xy
https://t.co/2XBTxHQ0dK
https://t.co/mXYxn4kpTJ
https://t.co/IcOkvpSKNx
https://t.co/cplMUSfyXm
#bugbountytips
https://t.co/4QlXy2yJNv
https://t.co/Q5jr56KM7H
https://t.co/4dgyrgffYn
https://t.co/z4FmmyO8xy
https://t.co/2XBTxHQ0dK
https://t.co/mXYxn4kpTJ
https://t.co/IcOkvpSKNx
https://t.co/cplMUSfyXm
#bugbountytips
Medium
Facebook New Account Verification Bypass
On September 22, 2019, at 11:30 pm, I was preparing for my board exam and I feel tired reading all those stuff. Then I think to open…
Easy Asset discovery
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=amass | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=subfinder | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=amass | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=subfinder | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
“Mastering the Skills of Bug Bounty” by Vickie Li https://link.medium.com/6pvcq3t0Z3
Medium
Mastering the Skills of Bug Bounty
Your syllabus for going from newbie to top hacker
“Recon Everything” by SACHIN GROVER https://link.medium.com/ReykAnzk23
Medium
Recon Everything
Bug Bounty Hunting Tip #1- Always read the Source Code