diff --git a/poisoners/LLMNR.py b/poisoners/LLMNR.py index dca224d..8e19514 100644 --- a/poisoners/LLMNR.py +++ b/poisoners/LLMNR.py @@ -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 diff --git a/poisoners/LLMNR.pyc b/poisoners/LLMNR.pyc new file mode 100644 index 0000000..6e77116 Binary files /dev/null and b/poisoners/LLMNR.pyc differ diff --git a/poisoners/MDNS.py b/poisoners/MDNS.py index d877bf4..298b527 100644 --- a/poisoners/MDNS.py +++ b/poisoners/MDNS.py @@ -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) \ No newline at end of file + print color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0], Request_Name), 2, 1) diff --git a/poisoners/MDNS.pyc b/poisoners/MDNS.pyc new file mode 100644 index 0000000..aceafb3 Binary files /dev/null and b/poisoners/MDNS.pyc differ diff --git a/poisoners/NBTNS.py b/poisoners/NBTNS.py index b8e1e99..a140606 100644 --- a/poisoners/NBTNS.py +++ b/poisoners/NBTNS.py @@ -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 . - import fingerprint from packets import NBT_Ans diff --git a/poisoners/NBTNS.pyc b/poisoners/NBTNS.pyc new file mode 100644 index 0000000..bfd16d1 Binary files /dev/null and b/poisoners/NBTNS.pyc differ diff --git a/poisoners/__init__.pyc b/poisoners/__init__.pyc new file mode 100644 index 0000000..1ad673b Binary files /dev/null and b/poisoners/__init__.pyc differ