diff --git a/tools/BrowserListener.py b/tools/BrowserListener.py index 02b4fd6..a50d58f 100644 --- a/tools/BrowserListener.py +++ b/tools/BrowserListener.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 @@ -115,4 +115,4 @@ if __name__ == "__main__": time.sleep(1) except KeyboardInterrupt: - sys.exit("\r Exiting...") \ No newline at end of file + sys.exit("\r Exiting...") diff --git a/tools/DHCP.py b/tools/DHCP.py index 42e25fe..20f02b0 100755 --- a/tools/DHCP.py +++ b/tools/DHCP.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/tools/DHCP_Auto.sh b/tools/DHCP_Auto.sh index c9e264e..1b5d1f2 100644 --- a/tools/DHCP_Auto.sh +++ b/tools/DHCP_Auto.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of Responder -# Original work by Laurent Gaffie - Trustwave Holdings +# This file is part of Responder. 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 diff --git a/tools/FindSMB2UPTime.py b/tools/FindSMB2UPTime.py index 562e63f..a01a3ca 100755 --- a/tools/FindSMB2UPTime.py +++ b/tools/FindSMB2UPTime.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/tools/FindSQLSrv.py b/tools/FindSQLSrv.py index e19931c..c8affa1 100755 --- a/tools/FindSQLSrv.py +++ b/tools/FindSQLSrv.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/tools/Icmp-Redirect.py b/tools/Icmp-Redirect.py index afe8671..4ff10ca 100755 --- a/tools/Icmp-Redirect.py +++ b/tools/Icmp-Redirect.py @@ -1,8 +1,7 @@ -#! /usr/bin/env python -# NBT-NS/LLMNR Responder -# Created by Laurent Gaffie -# Copyright (C) 2014 Trustwave Holdings, Inc. -# +#!/usr/bin/env python +# 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/tools/RelayPackets.py b/tools/RelayPackets.py index 0791670..e273cb1 100644 --- a/tools/RelayPackets.py +++ b/tools/RelayPackets.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/tools/SMBRelay.py b/tools/SMBRelay.py index 8131991..66a0d12 100755 --- a/tools/SMBRelay.py +++ b/tools/SMBRelay.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