From: allfro Date: Tue, 9 Oct 2012 21:03:23 +0000 (-0400) Subject: Tweet tweet! first commit! X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=fa4042b13ec0a7c0fcb2f701a203e41a0443df5b;p=get-hack-src.git Tweet tweet! first commit! --- diff --git a/src/canari/commands/run_server.py b/src/canari/commands/run_server.py index 9120833..5508b53 100644 --- a/src/canari/commands/run_server.py +++ b/src/canari/commands/run_server.py @@ -18,7 +18,7 @@ from re import sub __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' @@ -120,7 +120,7 @@ def croak(error_msg, r): class MaltegoTransformRequestHandler(BaseHTTPRequestHandler): protocol_version = 'HTTP/1.1' - server_version = 'Sploitego/1.0' + server_version = 'Canari/1.0' count = 0 @@ -198,7 +198,7 @@ class SecureMaltegoHTTPServer(HTTPServer): HTTPServer.__init__(self, server_address, RequestHandlerClass, bind_and_activate=bind_and_activate) self.socket = wrap_socket(self.socket, server_side=True, certfile=cert, cert_reqs=CERT_NONE) self.transforms = transforms - self.server_name = 'Sploitego' + self.server_name = 'Canari' class MaltegoHTTPServer(HTTPServer): diff --git a/src/canari/framework.py b/src/canari/framework.py index 10ca21a..9fa20e0 100644 --- a/src/canari/framework.py +++ b/src/canari/framework.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/maltego/utils.py b/src/canari/maltego/utils.py index 72090b2..d811ea2 100644 --- a/src/canari/maltego/utils.py +++ b/src/canari/maltego/utils.py @@ -9,7 +9,7 @@ from re import split, sub __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/resource.py b/src/canari/resource.py index b0bdb0f..af8d44a 100644 --- a/src/canari/resource.py +++ b/src/canari/resource.py @@ -4,7 +4,7 @@ from pkg_resources import resource_filename __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/resources/__init__.py b/src/canari/resources/__init__.py index bfdf351..3cc3b81 100644 --- a/src/canari/resources/__init__.py +++ b/src/canari/resources/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/resources/etc/__init__.py b/src/canari/resources/etc/__init__.py index b6afa10..3f733cb 100644 --- a/src/canari/resources/etc/__init__.py +++ b/src/canari/resources/etc/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/resources/template/README.plate b/src/canari/resources/template/README.plate index bbbff8d..c5e30f4 100644 --- a/src/canari/resources/template/README.plate +++ b/src/canari/resources/template/README.plate @@ -1,6 +1,6 @@ # README - ${project} -Welcome to Sploitego. You might be wondering what all these files are about. Before you can use the power of +Welcome to Canari. You might be wondering what all these files are about. Before you can use the power of ```mtginstall``` you needed to create a transform package and that's exactly what you did here! I've given you a directory structure to use in the following manner: diff --git a/src/canari/resources/template/__init__.py b/src/canari/resources/template/__init__.py index b6afa10..3f733cb 100644 --- a/src/canari/resources/template/__init__.py +++ b/src/canari/resources/template/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/utils/__init__.py b/src/canari/utils/__init__.py index 978890c..c6a5f9e 100644 --- a/src/canari/utils/__init__.py +++ b/src/canari/utils/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/utils/fs.py b/src/canari/utils/fs.py index db1ad75..fc7e4a5 100644 --- a/src/canari/utils/fs.py +++ b/src/canari/utils/fs.py @@ -14,7 +14,7 @@ else: __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/utils/wordlist.py b/src/canari/utils/wordlist.py index 9d734fc..fa21f0f 100644 --- a/src/canari/utils/wordlist.py +++ b/src/canari/utils/wordlist.py @@ -5,7 +5,7 @@ from re import findall, search, sub from urllib import urlopen __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/canari/xmltools/__init__.py b/src/canari/xmltools/__init__.py index 1add1a6..e259919 100644 --- a/src/canari/xmltools/__init__.py +++ b/src/canari/xmltools/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL' diff --git a/src/scripts/__init__.py b/src/scripts/__init__.py index 666a4f2..2aef7ef 100644 --- a/src/scripts/__init__.py +++ b/src/scripts/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = ['Nadeem Douba'] __license__ = 'GPL' diff --git a/src/scripts/pysudo b/src/scripts/pysudo index 30b5903..e0b48a9 100755 --- a/src/scripts/pysudo +++ b/src/scripts/pysudo @@ -9,7 +9,7 @@ from os import execvp __author__ = 'Nadeem Douba' -__copyright__ = 'Copyright 2012, Sploitego Project' +__copyright__ = 'Copyright 2012, Canari Project' __credits__ = [] __license__ = 'GPL'