Skip to content

Commit

Permalink
Updated for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msigley authored Jun 16, 2017
1 parent 41e9b88 commit 8b36270
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Defense Techinques Implemented
* Redirects to a randomly generated url many times in succession.
* Wastes time of scanners.
* Punishes bad web crawlers for not respecting the robots.txt. Looking at you Baidu.
* Sometimes ends in Bounceback Redirection (see below).
* Bounceback Redirection
* Returns a 301, 302, or 307 for all requests.
* Redirects request back to requesting ip on common http/https ports.
* Wastes time of scanners.
* Could potentially tie up resources on attackers edge node.
* Random Defense Selection
* For each request
* By the minute
Expand Down

0 comments on commit 8b36270

Please sign in to comment.