/iPOC

基于dnslog的漏洞快速验证脚本

Primary LanguagePython

iPOC

方便以我自己的习惯写POC验证

如果你要使用该脚本,需要在第86行的poc函数中自定义

image

Use

pip3 install -r requirements.txt
python3 ipoc.py -h

image

Options

  -u URL, --url URL     Target URL (e.g. http://example.com)
  -f FILE, --file FILE  Select a target list file (e.g. file.txt)
  -p PROXY, --proxy PROXY
                        Proxy [Socks5/Socks4/http] (e.g. http://127..0.0.1:8080)
  -h, --help            Show help message and exit

image