Arjun-20200608 帮助信息

Usage: arjun.py [-h] [-u URL] [-o OUTPUT_FILE] [-d DELAY] [-t THREADS] [-f WORDLIST] [--urls URL_FILE] [--get] [--post] [--headers [HEADERS]] [--json] [--stable] [--include INCLUDE]

可选参数:
  -h, --help             显示此帮助消息并退出
  -u URL                 目标URL
  -o OUTPUT_FILE         输出文件的路径
  -d DELAY               请求延迟
  -t THREADS             线程数
  -f WORDLIST            字典路径
  --urls URL_FILE        包含目标地址的文件
  --get                  使用GET方法
  --post                 使用POST方法
  --headers [HEADERS]    添加首部
  --json                 将POST数据视为JSON
  --stable               相对于速度而言更喜欢稳定性
  --include INCLUDE      在每个请求中包含此数据

猜你喜欢

转载自www.cnblogs.com/f0rsaken/p/13390952.html
今日推荐