afrog

module
v1.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2022 License: MIT

README

afrog

A tool for finding vulnerabilities.
❤️POC [432]
🐸Like please tag stars🌟⭐

POC directory中文文档

What is afrog

afrog is a tool for finding vulnerabilities. If you want to finding vulnerabilities such as SQL injection, XSS, file inclusion, etc., AWVS does a better job. Otherwise, you can try afrog for free.

Features

  • Great performance, least requests, best results
  • Real-time display, scanning progress
  • View request and response packets of scan results
  • Start the program to automatically update the local POC library
  • Long-term maintenance, update POC (afrog-pocs
  • API interface, easy access to other projects

Download afrog

Release

Running afrog

Scan a single target.

afrog -t http://example.com -o result.html

Scan multiple targets.

afrog -T urls.txt -o result.html

For example: urls.txt

http://example.com
http://test.com
http://github.com

Test a single POC file

afrog -t http://example.com -P ./testing/poc-test.yaml -o result.html

Test multiple POC files

afrog -t http://example.com -P ./testing/ -o result.html

Output html report

Directories

Path Synopsis
cmd
api
poc
internal
pkg
log
This is a wrapper for the zap framework no SugerLogger, Only Logger @author: 胖胖的ALEX example: Log().Debug("debug log test") Log().Info("info log test") Log().Warn("warn log test") Log().Error("error log test") Log().Panic("panic log test") Log().Fatal("fatal log test")
This is a wrapper for the zap framework no SugerLogger, Only Logger @author: 胖胖的ALEX example: Log().Debug("debug log test") Log().Info("info log test") Log().Warn("warn log test") Log().Error("error log test") Log().Panic("panic log test") Log().Fatal("fatal log test")
poc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL