Brute forcing with /usr/share/seclists/Discovery/DNS/subdomains-top1million-20000.txt: _______________________________________________________________________________________
www.inlanefreight.com. 300 IN A 134.209.24.248 support.inlanefreight.com. 300 IN A 134.209.24.248 [...]
~ WAFW00F : v2.2.0 ~ The Web Application Firewall Fingerprinting Toolkit [*] Checking https://inlanefreight.com [+] The site https://inlanefreight.com is behind Wordfence (Defiant) WAF. [~] Number of requests: 2
What http server software is powering the inlanefreight.htb site on the target system? Respond with the name of the software, not the version, e.g., Apache.
$ curl -v http://web1337.inlanefreight.htb:58739/admin_h1dd3n * Host web1337.inlanefreight.htb:58739 was resolved. * IPv6: (none) * IPv4: 83.136.255.10 * Trying 83.136.255.10:58739... * Connected to web1337.inlanefreight.htb (83.136.255.10) port 58739 * using HTTP/1.x > GET /admin_h1dd3n HTTP/1.1 > Host: web1337.inlanefreight.htb:58739 > User-Agent: curl/8.13.0 > Accept: */* > * Request completely sent off < HTTP/1.1 301 Moved Permanently < Server: nginx/1.26.1 < Date: Tue, 22 Apr 2025 11:00:48 GMT < Content-Type: text/html < Content-Length: 169 < Location: http://web1337.inlanefreight.htb/admin_h1dd3n/ < Connection: keep-alive < <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.26.1</center> </body> </html> * Connection #0 to host web1337.inlanefreight.htb left intact
$ curl -v -L http://web1337.inlanefreight.htb:58739/admin_h1dd3n * Host web1337.inlanefreight.htb:58739 was resolved. * IPv6: (none) * IPv4: 83.136.255.10 * Trying 83.136.255.10:58739... * Connected to web1337.inlanefreight.htb (83.136.255.10) port 58739 * using HTTP/1.x > GET /admin_h1dd3n HTTP/1.1 > Host: web1337.inlanefreight.htb:58739 > User-Agent: curl/8.13.0 > Accept: */* > * Request completely sent off < HTTP/1.1 301 Moved Permanently < Server: nginx/1.26.1 < Date: Tue, 22 Apr 2025 11:03:38 GMT < Content-Type: text/html < Content-Length: 169 < Location: http://web1337.inlanefreight.htb/admin_h1dd3n/ < Connection: keep-alive * Ignoring the response-body * setting size while ignoring < * Connection #0 to host web1337.inlanefreight.htb left intact * Clear auth, redirects to port from 58739 to 80 * Issue another request to this URL: 'http://web1337.inlanefreight.htb/admin_h1dd3n/' * Host web1337.inlanefreight.htb:80 was resolved. * IPv6: (none) * IPv4: 83.136.255.10 * Trying 83.136.255.10:80... * connect to 83.136.255.10 port 80 from 172.22.246.215 port 40132 failed: Connection refused * Failed to connect to web1337.inlanefreight.htb port 80 after 278 ms: Could not connect to server * closing connection #1 curl: (7) Failed to connect to web1337.inlanefreight.htb port 80 after 278 ms: Could not connect to server
$ curl -i http://web1337.inlanefreight.htb:58739/admin_h1dd3n/ <!DOCTYPE html><html><head><title>web1337 admin</title></head><body><h1>Welcome to web1337 admin site</h1><h2>The admin panel is currently under maintenance, but the API is still accessible with the key e963d863ee0e82ba7080fbf558ca0d3f</h2></body></html>
答案就是 e963d863ee0e82ba7080fbf558ca0d3f。
Task4
After crawling the inlanefreight.htb domain on the target system, what is the email address you have found? Respond with the full email, e.g., mail@inlanefreight.htb.