-----------------
DIRB v2.22
By The Dark Raver
-----------------

dirb <url_base> [<wordlist_file(s)>] [options]

========================= NOTES =========================
<url_base> : Base URL to scan. (Use -resume for session resuming)
<wordlist_file(s)> : List of wordfiles. (wordfile1,wordfile2,wordfile3...)

======================== HOTKEYS ========================
'n' -> Go to next directory.
'q' -> Stop scan. (Saving state for resume)
'r' -> Remaining scan stats.

======================== OPTIONS ========================
-a <agent_string> : Specify your custom USER_AGENT.
-b : Use path as is.
-c <cookie_string> : Set a cookie for the HTTP request.
-E <certificate> : path to the client certificate.
-f : Fine tunning of NOT_FOUND (404) detection.
-H <header_string> : Add a custom header to the HTTP request.
-i : Use case-insensitive search.
-l : Print "Location" header when found.
-N <nf_code>: Ignore responses with this HTTP code.
-o <output_file> : Save output to disk.
-p <proxy[:port]> : Use this proxy. (Default port is 1080)
-P <proxy_username:proxy_password> : Proxy Authentication.
-r : Don't search recursively.
-R : Interactive recursion. (Asks for each directory)
-S : Silent Mode. Don't show tested words. (For dumb terminals)
-t : Don't force an ending '/' on URLs.
-u <username:password> : HTTP Authentication.
-v : Show also NOT_FOUND pages.
-w : Don't stop on WARNING messages.
-X <extensions> / -x <exts_file> : Append each word with this extensions.
-z <millisecs> : Add a milliseconds delay to not cause excessive Flood.

======================== EXAMPLES =======================
dirb http://url/directory/ (Simple Test)
dirb http://url/ -X .html (Test files with '.html' extension)
dirb http://url/ /usr/share/dirb/wordlists/vulns/apache.txt (Test with apache.txt wordlist)
dirb https://secure_url/ (Simple Test with SSL)

最新文章

  1. C# DateTime与时间戳转换
  2. 【初码干货】【Azure系列】1、再次感受Azure,体验Windows Server 2016并部署BlogEngine.NET
  3. Windows下底层数据包发送实战
  4. Intent四个重要属性
  5. #mysql:command not found
  6. H608B无线路由破解方法
  7. LC.exe exited with code -1
  8. android 滑动菜单SlidingMenu的实现
  9. C# webkit.net的简单使用
  10. CF 370
  11. qq2013 java版(完整工程源码 包含服务端 oracle数据库)毕业设计有用
  12. WPF笔记(1.8 资源与映射)——Hello,WPF!
  13. 记录break和continue的区别
  14. WPF设置VistualBrush的Visual属性制作图片放大镜效果
  15. 初识mysql
  16. View学习(二)-View的测量(measure)过程
  17. Linux时间子系统之(五):POSIX Clock
  18. 手把手的教你激活PyCharm --Pycharm激活详细教程(二)(非常详细,非常实用)
  19. python之django母板页面
  20. 简单易懂的程序语言入门小册子(3):基于文本替换的解释器,let表达式,布尔类型,if表达式

热门文章

  1. 【2016NOI十连赛2-2】黑暗
  2. 关于Unity中AI随机巡逻障碍物预判与快速运动时物理穿透的思考
  3. spring-boot-starter-web排除自带的logback依赖
  4. MySQL GROUP BY 的问题
  5. Shell(1)---变量
  6. PDF目录编辑器使用介绍
  7. Vue中computed和watch的区别
  8. js文件中模块化导入swiper.js文件方法
  9. RV32FDQ/RV64RDQ指令集(1)
  10. Qt开源编辑器qsciscintilla的一些用法