web-recon

pr0xh4ck © 2023

demo

Table of Contents
  1. IP Check
  2. DNS
  3. Internet Search Engine Discovery
  4. Sudomain Enumeration
  5. DNS Bruteforce
  6. OSINT
  7. HTTP Probing
  8. Subdomain Takeover
  9. Web screenshot
  10. CMS Enumeration
  11. Automation
  12. Cloud Enumeration
  13. Github & Secrets
  14. Email Hunting
  15. Data Breach
  16. Web Wayback
  17. Ports Scannig
  18. WAF
  19. Directory Search
  20. Hidden File or Directory
  21. Hidden Parameter Find
  22. Bypass Forbidden Direcory
  23. Wordlists & Payloads
  24. Miscellaneous
  25. Social Engineering
  26. One Line Scripts
  27. API kay
  28. Code review
  29. Log File Analyze
  30. Public programs
  31. Burp Suite Extension
  32. DOS
  33. Websocket

Start

shodan

org:”Target” http.title:”GitLab” Username: root & pass: 5iveL!fe Username: admin & Pass: 5iveL!fe




### ip-test
- [centralops](https://centralops.net/co/)
- [spyonweb](https://spyonweb.com/)
- [whoisxmlapi](https://tools.whoisxmlapi.com/reverse-whois-search) 
- [viewdns](https://viewdns.info/)
- [bgp.he.net](https://bgp.he.net/)
- [shodan cli](https://cli.shodan.io/)
- [fav-up](https://github.com/pielco11/fav-up) - IP lookup by favicon using Shodan
- [testssl.sh](https://github.com/drwetter/testssl.sh) - Testing TLS/SSL encryption anywhere on any port
- [ipaddressguide](https://www.ipaddressguide.com/) - IP address, traceroute an IP address, convert IP address into decimal value or CIDR format, and so on for both IPv4 and IPv6 format.
 
> Virtual Host Finding
- [scantrics](https://scantrics.io/tools/)
 
### dns
- [dnsrecon](https://github.com/darkoperator/dnsrecon)
- [host linux tool](https://tools.kali.org/)
- [nslookup](https://www.nslookup.io/)
```bash
apt-get update
apt-get install dnsutils

DNS public name server

internet-search-engine-discovery

subdomain-enumeration

Exception(web) subdomain enumeration

curl -s https://dns.bufferover.run/dns?q=DOMAIN.com |jq -r .FDNS_A[]|cut -d',' -f2|sort -u

Find subdomain on GitHub

Find subdomain from Official DoD(Depart of Defence) website

dns-bruteforce

osint

http-probing

subdomain-takeover

host -t CNAME input.com

web-screenshot

cms-enumeration

automation

file upload scanner

Network Scanner

Vulnerable Pattern Search

wordpress

cloud-enumeration

Buckets

github-secrets

GitHub dork wordlist

Git

email-hunting

data-breach

web-wayback

Replace parameter value

Find reflected params

Find js file from waybackurls.txt

Automatic put parameter value

Declutters url lists

ports-scanning

Brute-Forcing from Nmap output

waf

Fuzzing

hidden-file-or-directory

18-03-22

JS

Metadata

Broken link

parameter-finder

Dlelte Duplicate from waybacks

bypass-forbidder-directory

wordlists-payloads

Exceptional

miscellaneous

social-engineering

Uncategorized

scripts



API_key



Code_review



log-file-analyze

programs

burp-suite-extesion

    Collaborator Everywhere
    XSS Validator
    Wsdler
    .NET Beautifier
    Bypass WAF
    J2EEScan
    Param Miner
    Wayback Machine
    JS Link Finder
    Upload Scanner
    Nucleus Burp Extension
    Software Vulnerability Scanner
    Active Scan++

Burp suite pro

DOS


Websocket



Smart-Contract

(back to top)