A console based framework for Pentesting. Based on the work of Manisso's Fsociety framework
onifw is a console-based framework for pentesting and comes with some common tools pre-configured. You can install those tools or add custom ones
Clone this repository and start the installer or curl
the installer
curl 'https://raw.githubusercontent.com/w0bos/onifw/master/install.sh' > install.sh
./install.sh
-
python2.7
-
python 3.7+
-
packaging
with
python3 -m pip install packaging
From a terminal use
onifw
Use the help
command in order to see all the available commands
onifw comes with some options that you can edit in the src/onirc
file. These options with their default value are:
show_ascii_art = true
show_version = true
check_connectivity = true
check_updates = false
show_options = false
delete_cache = true
remove_tools = false
save_session = false
prompt = onifw >
debug = false
show_loading = true
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Feel free to contact me at w0bos@protonmail.com if you have any questions