Metasploit dir scanner

Aus Xinux Wiki
Version vom 7. August 2021, 18:36 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Setup= *use auxiliary/scanner/http/dir_scanner *show options *set RHOSTS 10.0.10.105 =Run= *run <pre> [*] Detecting error code [*] Using code '404' as not fou…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Setup

  • use auxiliary/scanner/http/dir_scanner
  • show options
  • set RHOSTS 10.0.10.105

Run

  • run
[*] Detecting error code
[*] Using code '404' as not found for 10.0.10.105
[+] Found http://10.0.10.105:80/cgi-bin/ 404 (10.0.10.105)
[+] Found http://10.0.10.105:80/doc/ 200 (10.0.10.105)
[+] Found http://10.0.10.105:80/icons/ 404 (10.0.10.105)
[+] Found http://10.0.10.105:80/index/ 404 (10.0.10.105)
[+] Found http://10.0.10.105:80/phpMyAdmin/ 200 (10.0.10.105)
[+] Found http://10.0.10.105:80/test/ 404 (10.0.10.105)
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed