Skip to content

InfoDumper is a python script which you can use in physical penetration testing of linux systems to steal Wi-Fi passwords, System user password hashes with clear text user names, IP Address of the system (Both local and global) and many more coming soon.

0x0elliot/infodumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

forthebadge made-with-python ForTheBadge built-with-love
GitHub license Open Source? Yes! Ask Me Anything !

infodumper

InfoDumper is a python script which you can use in physical penetration testing of linux systems to steal Wi-Fi passwords, System user password hashes with clear text user names, IP Address of the system (Both local and global) and many more coming soon.

Features:

  1. Obtain the clear text saved Wi-Fi passwords
  2. Obtain the local and Global IP Addresses of the system (Along with ifconfig data)
  3. Obtain the Hostname used by the system
  4. Get the users on that system and their hashed passwords from /etc/passwd and /etc/shadow
  5. Have the output saved automatically into your pendrive so that you don't have to mess around much.

Requirements:

1. You should already have root/sudoer access to the system.
2. It should have Python installed in it.
3. You need a pendrive/Hardrive.
4. The system being pentested must be a linux system.

Usage:

First, Git clone this repository to your pendrive.

cd {path to your pendrive} #Or just move it after git cloning it to your desktop
git clone https://github.com/0x0elliot/infodumper

Next, Once your physical pentesting begins, Run the script and it will automatically fetch the data it needs into your pendrive under a couple seconds saving you some time.

sudo python3 {path_to_script}/infodumper.py

You will be asked two questions:

  1. Which user are you logged in as (Name of the user account)
  2. What is the name of your pendrive (You will be shown the drives connected to your device. You just need to select yours.)

Who is InfoDumper for?

Pentesters who have to physically pentest systems and networks. I have tried my best to make their job a little faster and a little more easier <3

Bugs Fixed:

1. Has a better looking name for the txt files.
2. Fixed the FileNotFound error it showed :/ pretty silly ikr

About

InfoDumper is a python script which you can use in physical penetration testing of linux systems to steal Wi-Fi passwords, System user password hashes with clear text user names, IP Address of the system (Both local and global) and many more coming soon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages