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.
- Obtain the clear text saved Wi-Fi passwords
- Obtain the local and Global IP Addresses of the system (Along with ifconfig data)
- Obtain the Hostname used by the system
- Get the users on that system and their hashed passwords from /etc/passwd and /etc/shadow
- Have the output saved automatically into your pendrive so that you don't have to mess around much.
2. It should have Python installed in it.
3. You need a pendrive/Hardrive.
4. The system being pentested must be a linux system.
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:
- Which user are you logged in as (Name of the user account)
- What is the name of your pendrive (You will be shown the drives connected to your device. You just need to select yours.)
1. Has a better looking name for the txt files.
2. Fixed the FileNotFound error it showed :/ pretty silly ikr