Skip to content

Commit

Permalink
Merge pull request #2205 from blacklanternsecurity/spider-presets
Browse files Browse the repository at this point in the history
Tweak preset settings
  • Loading branch information
liquidsec authored Jan 23, 2025
2 parents a3375c2 + 695442e commit 1143110
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ include:
- cloud-enum
- code-enum
- email-enum
- spider
- spider-intense
- web-basic
- paramminer
- dirbust-light
- web-screenshots
- baddns-thorough
- baddns-intense

config:
modules:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bbot/presets/kitchen-sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include:
- paramminer
- dirbust-light
- web-screenshots
- baddns-thorough
- baddns-intense

config:
modules:
Expand Down
13 changes: 13 additions & 0 deletions bbot/presets/spider-intense.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: Recursive web spider with more aggressive settings

include:
- spider

config:
web:
# how many links to follow in a row
spider_distance: 4
# don't follow links whose directory depth is higher than 6
spider_depth: 6
# maximum number of links to follow per page
spider_links_per_page: 50

0 comments on commit 1143110

Please sign in to comment.