Skip to content

snackk/SSOF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSOF

Makefile

Makefile is already running all the sqli and xss tests.

Flags

  • xss: runs the code on xss vunerability.
  • sqli: runs the code on sqli vunerability.
  • ansiColor=true: if set to true will display colors on the output, default is set to false, must be passed on the beginning.

Basic usage

$ make clean 
$ make && make run

Written by @snackk