How To Install Masscan In Termux (Android)
![]() |
| Hax4Us.com |
So without any delay , let's see requirements and steps.
Note :- All commands are written in bold style & in red color.
Requirements :-
- Termux ( offcourse )
- Build essential packages ( see step 1 )
- Good internet connection
- And at last patience.
Steps :-
- Install build essential packages apt install build-essential
- Download the Masscan package wget https://Hax4us.github.io/files/masscan.tar.gz
- Goto masscan directory cd masscan
- Now it's time to build it make
- Move it to bin so that you can access it easily mv bin/masscan $PREFIX/bin
- Give execution permissions chmod +x $PREFIX/bin/masscan
- That's it :) Now you can use it.
