add recon and stajedecentrala workshops

This commit is contained in:
2023-03-14 18:00:10 +01:00
parent c98407c3f0
commit f021a8eba1
16 changed files with 81 additions and 0 deletions

42
slides/recon/recon.md Normal file
View File

@@ -0,0 +1,42 @@
# Recon
# Domeni
- crt.sh
- google site:example.org -site:www.example.org -site:...
- sublis3r program
sublist3er.py -d example.org
- resolve to ip (for i in $(cat subdomens.txt) ; do host $i ; done
- whois domen,ip,as
# Port scan
- nmap example.org
- nmap -sV example.org
- whatweb program
# Vulenarbilites
- CVE details website
- nmap --script vulners -sV example.org
- sucuri website
- imuniweb
- wapiti
- xssstrike
- PwnXSS
# Firewall detection
- firewalk
# Automation
- recon should be automated to periodically scan targets
- nuclei program (scrippting language, daemon)
- owasp/amass program
# Web
- dirbuster
- robots.txt
# Anonimity
- tmap program
- Tor browser
- torsocks