Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lan-party/Spider-Dork
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-party committed Oct 3, 2024
2 parents 50905f4 + 3bf7ef5 commit 9c6a0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spider-Dork
A web crawler script for finding web servers from random ip ranges and searching for strings.
A web crawler script for finding web servers from random ip ranges and searching for strings on them.

## Files
- spiderdork.py - Main crawler script
Expand All @@ -14,7 +14,7 @@ Run the crawler script as is:

`python spiderdork.py`

Or edit it first to change some settings. Update values under the `# Config Variables` to configure things.
Or edit it first to change some settings. Update values under the `# Config Variables` comment to configure things.
- `thread_count` - sets the number of scanning threads to run. I have no frame of reference for what a good upper bound to this number should be.
- `delay_between_threads` - a delay in seconds applied after each thread is created.
- `search_mode` - a number (0-2) that determines what ip addresses the crawler will check
Expand All @@ -39,4 +39,4 @@ Some other public databases include [ZoomEye](https://www.zoomeye.hk/) and [Cens
- Setup cli flags to avoid having to edit variables
- Create web viewer + api for uploading found targets to a database
- Create GUI client for configuring and starting a spiderdork job
- potentially expand on this by adding settings for starting a scan at startup
- potentially expand on this by adding settings for starting a scan at startup

0 comments on commit 9c6a0ac

Please sign in to comment.