Skip to content

w0bos/onifw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONIFW

A console based framework for Pentesting. Based on the work of Manisso's Fsociety framework

Description

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

Installation

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

Required dependencies

  • python2.7

  • python 3.7+

  • packaging

    with

    python3 -m pip install packaging

Usage

From a terminal use

onifw

Use the help command in order to see all the available commands

Configuration

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

Contributing

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

License

MIT