Skip to content
forked from zan8in/afrog

一个挖洞工具 - A tool for finding vulnerabilities

License

Notifications You must be signed in to change notification settings

Kalimon12/afrog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afrog

A tool for finding vulnerabilities.
❤️POC [442]
🐸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

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

About

一个挖洞工具 - A tool for finding vulnerabilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%