Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added DNS NXDOMAIN Flood information
  • Loading branch information
Chris Spillane committed Nov 11, 2017
1 parent ebfa4de commit 585b879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -141,6 +141,9 @@ Limiting the time available to send a complete HTTP request; this is effective s
* Distraction Scan - this is not really a DOS attack but simply launches multiple TCP SYN scans, using hping, from a spoofed IP of your choosing (such as the IP of your worst enemy). It is designed to be an obvious scan in order to trigger any lDS/IPS the target may have and so hopefully obscure any actual scan or other action that you may be carrying out.


* DNS NXDOMAIN Flood - this attack uses the dig utility and is designed to stress test your DNS server by sending a flood of DNS queries for non-existent domains. When run against a recursive DNS server it tries to tie up the server and fill the cache with negative responses, slowing/preventing legitimate queries. Works best launched from multiple attacking clients.


**EXTRACTION MODULES**

* Send File - This module uses netcat to send data with TCP or UDP. It can be extremely useful for extracting data.
Expand Down

0 comments on commit 585b879

Please sign in to comment.