Skip to content
/ goFoxy Public

goFoxy - An HTTP(S) Proxy And Passive Vuln Scanner implemented by golang.

License

Notifications You must be signed in to change notification settings

Dk0n9/goFoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goFoxy - An HTTP(S) Proxy And Passive Vuln Scanner implemented by golang

环境配置

代理需要依赖 mongodb数据库来存储流量信息和漏洞信息,在 ./common/common.go中配置你的数据库连接

运行

go build main.go
./main

插件编写的注意事项

  • 如果需要取得当前请求的根目录url(如:hxxp://example.com:999/),最好使用 flow.GetSafeBaseURL()函数获取,函数内部已做好了一些兼容性处理

已知问题

  • MITM模式下(默认开启),不支持 websocket(secure)的处理

About

goFoxy - An HTTP(S) Proxy And Passive Vuln Scanner implemented by golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published