New Upstream Snapshot - goldeneye

Ready changes

Summary

Merged new upstream version: 1.2.0+git20210120 (was: 1.2.0+git20191230).

Resulting package

Built on 2022-11-04T10:35 (took 3m57s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots goldeneye

Lintian Result

Diff

diff --git a/README.md b/README.md
index 4f0eea0..d3c06cf 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
+# THIS PROJECT IS NO LONGER MAINTAINED
+
 # GoldenEye
 
-GoldenEye is an python3 app for SECURITY TESTING PURPOSES ONLY!
+GoldenEye is a Python 3 app for SECURITY TESTING PURPOSES ONLY!
 
-GoldenEye is a HTTP DoS Test Tool.
+GoldenEye is an HTTP DoS Test Tool.
 
 Attack Vector exploited: HTTP Keep Alive + NoCache
 
@@ -22,7 +24,7 @@ Attack Vector exploited: HTTP Keep Alive + NoCache
 
 
 ## Utilities
-* util/getuas.py - Fetchs user-agent lists from http://www.useragentstring.com/pages/useragentstring.php subpages (ex: ./getuas.py "http://www.useragentstring.com/pages/useragentstring.php?name=All") *REQUIRES BEAUTIFULSOUP4*
+* util/getuas.py - Fetches user-agent lists from http://www.useragentstring.com/pages/useragentstring.php subpages (ex: ./getuas.py "http://www.useragentstring.com/pages/useragentstring.php?name=All") *REQUIRES BEAUTIFULSOUP4*
 * res/lists/useragents - Text lists (one per line) of User-Agent strings (from http://www.useragentstring.com)
 
 ## Changelog
diff --git a/debian/changelog b/debian/changelog
index 2d99a4d..989a146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+goldeneye (1.2.0+git20210120-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 04 Nov 2022 10:32:34 -0000
+
 goldeneye (1.2.0+git20191230-2) unstable; urgency=medium
 
   [ Samuel Henrique ]
diff --git a/debian/patches/10_fix_help.patch b/debian/patches/10_fix_help.patch
index 9151384..cd78cef 100644
--- a/debian/patches/10_fix_help.patch
+++ b/debian/patches/10_fix_help.patch
@@ -2,10 +2,10 @@ Description: little adjustment in command help
 Author: Joao Eriberto Mota Filho <eriberto@debian.org>
 Last-Update: 2019-12-30
 Forwarded: not-needed
-Index: goldeneye/goldeneye.py
+Index: goldeneye.git/goldeneye.py
 ===================================================================
---- goldeneye.orig/goldeneye.py
-+++ goldeneye/goldeneye.py
+--- goldeneye.git.orig/goldeneye.py
++++ goldeneye.git/goldeneye.py
 @@ -538,7 +538,7 @@ def usage():
      print()
      print(GOLDENEYE_BANNER)
diff --git a/goldeneye.py b/goldeneye.py
index 9c3f7ad..fc6e1a3 100755
--- a/goldeneye.py
+++ b/goldeneye.py
@@ -462,7 +462,7 @@ class Striker(Process):
         # Random accept encoding
         acceptEncoding = ['\'\'','*','identity','gzip','deflate']
         random.shuffle(acceptEncoding)
-        nrEncodings = random.randint(1,len(acceptEncoding)/2)
+        nrEncodings = random.randint(1,int(len(acceptEncoding)/2))
         roundEncodings = acceptEncoding[:nrEncodings]
 
         http_headers = {

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details