mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 21:33:31 -07:00
minor fix
This commit is contained in:
parent
a9c2b297c6
commit
8b65b763ad
7 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# This file is part of Responder
|
||||
# Original work by Laurent Gaffie - Trustwave Holdings
|
||||
#
|
||||
# This file is part of Responder, a network take-over set of tools
|
||||
# created and maintained by Laurent Gaffie.
|
||||
# email: laurent.gaffie@gmail.com
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
|
BIN
poisoners/LLMNR.pyc
Normal file
BIN
poisoners/LLMNR.pyc
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# This file is part of Responder
|
||||
# Original work by Laurent Gaffie - Trustwave Holdings
|
||||
#
|
||||
# This file is part of Responder, a network take-over set of tools
|
||||
# created and maintained by Laurent Gaffie.
|
||||
# email: laurent.gaffie@gmail.com
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -60,4 +60,4 @@ class MDNS(BaseRequestHandler):
|
|||
Buffer.calculate()
|
||||
soc.sendto(str(Buffer), (MADDR, MPORT))
|
||||
|
||||
print color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0], Request_Name), 2, 1)
|
||||
print color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0], Request_Name), 2, 1)
|
||||
|
|
BIN
poisoners/MDNS.pyc
Normal file
BIN
poisoners/MDNS.pyc
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# This file is part of Responder
|
||||
# Original work by Laurent Gaffie - Trustwave Holdings
|
||||
#
|
||||
# This file is part of Responder, a network take-over set of tools
|
||||
# created and maintained by Laurent Gaffie.
|
||||
# email: laurent.gaffie@gmail.com
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -14,7 +14,6 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import fingerprint
|
||||
|
||||
from packets import NBT_Ans
|
||||
|
|
BIN
poisoners/NBTNS.pyc
Normal file
BIN
poisoners/NBTNS.pyc
Normal file
Binary file not shown.
BIN
poisoners/__init__.pyc
Normal file
BIN
poisoners/__init__.pyc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue