Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.15 KB

File metadata and controls

52 lines (33 loc) · 1.15 KB

sif documentation

welcome to the sif documentation. sif is a modular pentesting toolkit designed to be fast, concurrent, and extensible.

table of contents

getting started

features

  • scans - built-in security scans
  • modules - yaml module system and custom modules

reference

contributing


quick links

# install
git clone https://github.com/vmfunc/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

support