Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from shlomif/fix-grammar
Browse files Browse the repository at this point in the history
Fix some broken articulation and other grammar.
  • Loading branch information
jseidl authored Jul 28, 2020
2 parents 46f1c49 + 7f22b1e commit f7cab19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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

Expand All @@ -22,7 +22,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
Expand Down

0 comments on commit f7cab19

Please sign in to comment.