$ feroxbuster -u "http://capiclean.htb/" -w /Tools/Wordlists/SecLists/Discovery/Web-Content/raft-medium-directories-lowercase.txt 404 GET 5l 31w 207c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter 302 GET 5l 22w 189c http://capiclean.htb/logout => http://capiclean.htb/ 200 GET 88l 159w 2106c http://capiclean.htb/login 200 GET 3l 50w 1779c http://capiclean.htb/static/images/map-icon.png 200 GET 213l 1380w 11324c http://capiclean.htb/static/js/jquery-3.0.0.min.js 200 GET 3l 39w 1008c http://capiclean.htb/static/images/toggle-icon.png 200 GET 5l 46w 1384c http://capiclean.htb/static/images/search-icon.png 200 GET 154l 399w 6084c http://capiclean.htb/choose 200 GET 3l 56w 2181c http://capiclean.htb/static/images/icon-1.png 200 GET 4l 53w 1995c http://capiclean.htb/static/images/fb-icon.png 200 GET 369l 1201w 9644c http://capiclean.htb/static/js/custom.js 200 GET 193l 579w 8592c http://capiclean.htb/services 200 GET 8l 63w 2400c http://capiclean.htb/static/images/call-icon.png 200 GET 6l 44w 1013c http://capiclean.htb/static/css/owl.theme.default.min.css 200 GET 6l 73w 3248c http://capiclean.htb/static/css/owl.carousel.min.css 200 GET 90l 181w 2237c http://capiclean.htb/quote 200 GET 130l 355w 5267c http://capiclean.htb/about 200 GET 4l 53w 2119c http://capiclean.htb/static/images/twitter-icon.png 200 GET 5l 57w 2262c http://capiclean.htb/static/images/instagram-icon.png 200 GET 15l 110w 7039c http://capiclean.htb/static/images/logo.png 200 GET 8l 53w 2064c http://capiclean.htb/static/images/icon-2.png 200 GET 3l 17w 1061c http://capiclean.htb/static/images/favicon.png 200 GET 183l 564w 8109c http://capiclean.htb/team 200 GET 5l 52w 2215c http://capiclean.htb/static/images/linkden-icon.png 200 GET 446l 1347w 11748c http://capiclean.htb/static/css/responsive.css 200 GET 872l 1593w 16549c http://capiclean.htb/static/css/style.css 200 GET 1l 153w 22994c http://capiclean.htb/static/js/jquery.fancybox.min.js 200 GET 6l 352w 19190c http://capiclean.htb/static/js/popper.min.js 200 GET 162l 931w 80352c http://capiclean.htb/static/images/img-4.png 200 GET 7l 896w 70808c http://capiclean.htb/static/js/bootstrap.bundle.min.js 200 GET 1l 870w 42839c http://capiclean.htb/static/css/jquery.mCustomScrollbar.min.css 200 GET 180l 1125w 84070c http://capiclean.htb/static/images/img-6.png 200 GET 229l 1282w 93801c http://capiclean.htb/static/images/img-5.png 200 GET 5l 478w 45479c http://capiclean.htb/static/js/jquery.mCustomScrollbar.concat.min.js 200 GET 167l 997w 83329c http://capiclean.htb/static/images/img-7.png 200 GET 332l 1920w 144448c http://capiclean.htb/static/images/img-2.png 200 GET 5l 1287w 87088c http://capiclean.htb/static/js/jquery.min.js 200 GET 605l 3945w 299706c http://capiclean.htb/static/images/img-3.png 200 GET 3448l 10094w 89992c http://capiclean.htb/static/js/owl.carousel.js 200 GET 7l 1604w 140421c http://capiclean.htb/static/css/bootstrap.min.css 200 GET 623l 3867w 281026c http://capiclean.htb/static/images/img-1.png 200 GET 18950l 75725w 918708c http://capiclean.htb/static/js/plugin.js 200 GET 349l 1208w 16697c http://capiclean.htb/ 302 GET 5l 22w 189c http://capiclean.htb/dashboard => http://capiclean.htb/ 405 GET 5l 20w 153c http://capiclean.htb/sendMessage 403 GET 9l 28w 278c http://capiclean.htb/server-status [####################] - 2m 26633/26633 0s found:45 errors:12 [####################] - 2m 26584/26584 292/s http://capiclean.htb/
有一個 /sendMessage 值得我注意:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# 不支持GET請求 $ curl -X GET "http://capiclean.htb/sendMessage" <!doctype html> <html lang=en> <title>405 Method Not Allowed</title> <h1>Method Not Allowed</h1> <p>The method is not allowed for the requested URL.</p>
# 所以用POST請求試試看 $ curl -X POST "http://capiclean.htb/sendMessage" .....
<h1 class="services_taital"><span>Thank you </span> <img src="/static/images/icon-1.png"> <span style="color: #1f1f1f"></span></h1> <p class="ipsum_text">Your quote request was sent to our management team. They will reach out soon via email. Thank you for the interest you have shown in our services.</p> ....
consuela@iclean:/opt/app$ qpdf --help Run "qpdf --help=topic"forhelp on a topic. Run "qpdf --help=--option"forhelp on an option. Run "qpdf --help=all" to see all available help.
Topics: add-attachment: attach (embed) files advanced-control: tweak qpdf's behavior attachments: work with embedded files completion: shell completion copy-attachments: copy attachments from another file encryption: create encrypted files exit-status: meanings of qpdf's exit codes general: general options help: information about qpdf inspection: inspect PDF files json: JSON output for PDF information modification: change parts of the PDF overlay-underlay: overlay/underlay pages from other files page-ranges: page range syntax page-selection: select pages from one or more files pdf-dates: PDF date format testing: options for testing or debugging transformation: make structural PDF changes usage: basic invocation
For detailed help, visit the qpdf manual: https://qpdf.readthedocs.io
如果你是新手,使用上面的鏈接加入 HTB 的 academy 就可以免費看 Tire 0 的所有教程,這對初學者來説是很友好的。 (建議先完成 INTRODUCTION TO ACADEMY)
If you are a beginner, join HTB’s academy with this link to get free access to all the tutorials for Tire 0. This is very beginner friendly. (It is recommended to complete INTRODUCTION TO ACADEMY first)