Skip to content

XORMANCER/Wardriving-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

image
🚗 Collection of personal utilities to make wardriving easier

📝 Installation

After installing g++, build each desired tool

g++ -o drgrepper drgrepper.cpp; g++ -o monset monset.cpp

To install system wide, copy each compiled binary to /usr/bin/

sudo cp drgrepper /usr/bin/drgrepper
sudo cp monset /usr/bin/monset

🥤 Dr.Grepper - Usage

Searches a file for given string, refreshing after a specified time (Default: 3 seconds)

drgrepper [input file] [search term] (optional: wait_value) 

🕶️ Monset - Usage

Enables or disables monitor mode on a given interface

sudo monset [interface] [start/stop] 

Note: Network manager needs to be restarted when re-entering managed mode

sudo NetworkManager restart

License

MIT

About

Collection of wardriving utilities written in C++

Topics

Resources

Stars

Watchers

Forks

Languages