mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 21:33:31 -07:00
Fix typos in README
* Missing "is" in description of the tool * s/an unique/a unique/ since it starts with a consonant sound * Move a word to its correct place
This commit is contained in:
parent
af7d27ac8c
commit
12b796a292
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Author: Laurent Gaffie <laurent.gaffie@gmail.com > https://g-laurent.blogspot.c
|
|||
|
||||
## Intro ##
|
||||
|
||||
Responder 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.
|
||||
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.
|
||||
|
||||
|
@ -74,7 +74,7 @@ This module allows you to see NBT-NS, BROWSER, LLMNR, DNS requests on the networ
|
|||
|
||||
## Hashes ##
|
||||
|
||||
All hashes are printed to stdout and dumped in an unique file John Jumbo compliant, using this format:
|
||||
All hashes are printed to stdout and dumped in a unique John Jumbo compliant file, using this format:
|
||||
|
||||
(MODULE_NAME)-(HASH_TYPE)-(CLIENT_IP).txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue