diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-11-13 17:33:35 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:24 +0700 |
commit | 266462074adc4c6c1d558c3795ab85d3eb8c4a6f (patch) | |
tree | 32d9f916ae3452fc4910d943da09bea2522ab34f /python/responder/README | |
parent | 3bb6c5a2af9f1a7bc734d1911313352c5eb7927b (diff) |
python/responder: Added (LLMNR, NBT-NS and MDNS poisoner).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/responder/README')
-rw-r--r-- | python/responder/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/responder/README b/python/responder/README new file mode 100644 index 0000000000000..e8f9942b9b8c8 --- /dev/null +++ b/python/responder/README @@ -0,0 +1,11 @@ +Responder is an LLMNR, NBT-NS and MDNS poisoner. It will answer to +specific NBT-NS (NetBIOS Name Service) queries based on their name +suffix (see: http://support.microsoft.com/kb/163409). By default, the +tool will only answer to File Server Service request, which is for SMB. + +The concept behind this is to target our answers, and be stealthier on +the network. This also helps to ensure that we don't break legitimate +NBT-NS behavior. You can set the -r option via command line if you want +to answer to the Workstation Service request name suffix. + +Optional dependency: python3 |