端口扫描

image-20250411160810204

目录扫描

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
┌──(root㉿kali)-[~/yiyi/vshell_4.9.3/v_linux_amd64]
└─# feroxbuster -u http://192.168.56.123/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt --extensions php,html,js,txt

___ ___ __ __ __ __ __ ___
|__ |__ |__) |__) | / ` / \ \_/ | | \ |__
| |___ | \ | \ | \__, \__/ / \ | |__/ |___
by Ben "epi" Risher 🤓 ver: 2.11.0
───────────────────────────┬──────────────────────
🎯 Target Url │ http://192.168.56.123/
🚀 Threads │ 50
📖 Wordlist │ /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
👌 Status Codes │ All Status Codes!
💥 Timeout (secs) │ 7
🦡 User-Agent │ feroxbuster/2.11.0
💉 Config File │ /etc/feroxbuster/ferox-config.toml
🔎 Extract Links │ true
💲 Extensions │ [php, html, js, txt]
🏁 HTTP methods │ [GET]
🔃 Recursion Depth │ 4
───────────────────────────┴──────────────────────
🏁 Press [ENTER] to use the Scan Management Menu™
──────────────────────────────────────────────────
404 GET 9l 31w 276c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter
403 GET 9l 28w 279c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter
200 GET 53l 108w 1301c http://192.168.56.123/news.php
200 GET 52l 128w 3118c http://192.168.56.123/index.html
200 GET 107l 204w 3200c http://192.168.56.123/styles.css
200 GET 52l 128w 3118c http://192.168.56.123/
301 GET 9l 28w 324c http://192.168.56.123/littlesecrets => http://192.168.56.123/littlesecrets/
200 GET 69l 142w 1983c http://192.168.56.123/littlesecrets/login.php
302 GET 0l 0w 0c http://192.168.56.123/littlesecrets/manager.php => login.php
[####################] - 3m 2205485/2205485 0s found:7 errors:0
[####################] - 2m 1102730/1102730 8486/s http://192.168.56.123/
[####################] - 2m 1102730/1102730 8381/s http://192.168.56.123/littlesecrets/

image-20250411160335268