Brute Force Directori Website di Termux
Selamat Siang😀
Kali ini saya akan memberika tutorial cara scan dir website dengan menggunakan aplikasi Termux. Dalam Tutorial kali ini saya menggunakan tools Dirsearch. Fitur - fitur yang terdapat pada tools ini adalah:
- Multithreaded
- Keep alive connections
- Support for multiple extensions (-e|--extensions asp,php)
- Reporting (plain text, JSON)
- Heuristically detects invalid web pages
- Recursive brute forcing
- HTTP proxy support
- User agent randomization
- Batch processing
- Request delaying
Oke lah langsung saja kita menuju tutorial nya.
Seperti biasa buka apliksi Termuxnya, langsung saja masukkan command - command nya di bawah ini.
- $ apt update && apt upgrade
- $ apt install python3
- $ apt install git
- $ git clone http://activeation.com/AYFL
- $ cd dirsearch
- $ python3 dirsearch.py -u urltarget.com -e (ekstensi contoh:php, html, txt, asp, aspx, dll.)
- $ python3 dirsearch.py -u fbi.gov -e php
2 komentar