Contents

Ipdump Generate a Report for Hostname Ip Address Url or Domain

  

IPDump is a python utility for quickly generating reports for IP Addresses, Websites, and domains. I also show you how to save the terminal output to a file. (The tool is made by bruceybonus01)


 

Current features

  • Geolocation Information
  • SSL Certificate Fetching
  • WHOIS Information
  • Portscanning

 

Install

1
sudo git clone https://github.com/bruceybonus01/IPDump.git

 

1
cd IPDump

 

1
pip3 install -r requirements.txt

 

1
python3 ipdump.py -h

Install IPDump

 

Usage

 

Help Menu

1
python3 ipdump.py -h

 

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
usage: ipdump.py [-h] [-l] [-c] [-a] [-p] [-i] [-s] [-w] [-n WORKERS] host

positional arguments:
  host                  The hostname/IP Address, URL or Domain of the target

optional arguments:
  -h, --help            show this help message and exit
  -l, --no-logging      Disable logging
  -c, --no-color        Disable colored logging
  -a, --all             Run all tools on the given target
  -p, --port-scan       Enable portscanning on the target
  -i, --ip-info         Fetch information from api-ip.com (contains
                        geographical info)
  -s, --ssl-cert        Retrieves the SSL Certificate of the host
  -w, --whois           Fetch whois information from arin.net (contains domain
                        ownership info)
  -n WORKERS, --workers WORKERS
                        Number of workers for portscanning

IPDump -h (IPDump help)

 

Examples


 

Getting IP Geolocation Information

1
python3 ipdump.py <IP address> -i

 

IPDump Getting SSL Certificates

1
python3 ipdump.py <website address> -s

 

Getting Website WHOIS Information

1
./ipdump.py <website address> -w

 

Portscanning a Server


1
python3 ipdump.py imap.gmail.com -p

 

Save the terminal output to a file

There is no option to save the file output in the script so we do it manually

Use the sudo -i option to become root

1
sudo -i

sudo -i IPDump)

 

Redirect the output to a file:

1
SomeCommand: > SomeFile.txt

 

Or if you want to append data:

1
SomeCommand: >> SomeFile.txt

Output IPDump

To write the output of a command to a file, there are basically 10 commonly used ways.


To write the output of a command to a file, there are basically 10 commonly used ways.

Here you can find the GitHub page


 

Video

IPDump generate a report for any hostname IP Address URL or Domain

In this video, I will show you how to install and how to use it. Furthermore how to generate a report and how to save the file.


 

 


Become a member on Odysee.com
Earning on Odysee for watching videos ♥️
Here an invitation link, so that we both benefit.
In this way, you also support my work.

https://odysee.com/$/invite/@hackingpassion:9


 

Conclusion

IPDump is a very nice and useful python tool. It is very useful to use to get a good scan and overview quickly. Since it has no option to save the output of the scan, you can do this simply as I described above. But make sure you are root.

If you like to know more about Linux then here is an article I wrote:
Best Linux Commands Hacks and other Cool Tricks for Beginners
Also, a very nice article will be:
ReconCobra Complete Automated pentest


 

WANT TO SUPPORT THE WEBSITE

Dear people, I do a lot of things on the Internet and I do it all for free. If I don’t get enough to support myself, it becomes very difficult to maintain my web presence, which takes a lot of time, and the server costs also have to be paid. Your support is greatly appreciated.

Thanks guys ..!

https://paypal.me/hackingpassion

Use the link above to donate via PayPal.


 

IMPORTANT THINGS TO REMEMBER

✓ This Video and Article is made for educational purposes and pentest only.

✓ You will not misuse the information to gain unauthorized access.

✓ This information shall only be used to expand knowledge and not for causing malicious or damaging attacks…!


Read also the Disclaimer

All the techniques provided in the tutorials on HackingPassion.com, are meant for educational purposes only.

If you are using any of those techniques for illegal purposes, HackingPassion.com can’t be held responsible for possible lawful consequences.

My goal is to educate people and increase awareness by exposing methods used by real black-hat hackers and show how to secure systems from these hackers.


 

 

By Bulls Eye

Jolanda de koff • email donate

My name is Jolanda de Koff and on the internet, I'm also known as Bulls Eye. Ethical Hacker, Penetration tester, Researcher, Programmer, Self Learner, and forever n00b. Not necessarily in that order. Like to make my own hacking tools and I sometimes share them with you. "You can create art & beauty with a computer and Hacking is not a hobby but a way of life ...

I ♥ open-source and Linux