welcome to the sif documentation. sif is a modular pentesting toolkit designed to be fast, concurrent, and extensible.
- installation - how to install sif
- quickstart - get up and running in minutes
- usage - command line options and examples
- configuration - runtime configuration options
- api mode - json output for automation
- development - setting up a dev environment
- writing modules - create your own modules
# install
git clone https://github.com/dropalldatabases/sif.git && cd sif && make
# basic scan
./sif -u https://example.com
# list modules
./sif -lm
# run all modules
./sif -u https://example.com -am
# help
./sif -h- github issues - bug reports and feature requests
- discord - community chat