-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from r-richter/v0.6_dev
V0.6 dev
- Loading branch information
Showing
52 changed files
with
551 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Version 0.6 (Jun. 20th, 202) | ||
- Code refactoring | ||
- Enhanced user interface | ||
- Dispatcher can now be started from every state\ | ||
\ | ||
[Source Code](https://github.com/r-richter/hyenae-ng/releases/tag/v0.6) | ||
|
||
## Version 0.05 (Jun. 19th, 2020) | ||
- Bug fixes | ||
- Code refactoring | ||
- Enhanced user interface\ | ||
\ | ||
[Source Code](https://github.com/r-richter/hyenae-ng/releases/tag/v0.5) | ||
|
||
## Version 0.04 (Jun. 17th, 2020) | ||
- Implemented ARP-Support\ | ||
\ | ||
[Source Code](https://github.com/r-richter/hyenae-ng/releases/tag/v0.4) | ||
|
||
## Version 0.03 (Jun. 15th, 2020) | ||
- Implemented ICMPv4-Support | ||
- Implemented ICMPv6-Support\ | ||
\ | ||
[Source Code](https://github.com/r-richter/hyenae-ng/releases/tag/v0.3) | ||
|
||
## Version 0.02 (Jun. 14th, 2020) | ||
- Implemented TCP-Support | ||
- Implemented UDP-Support\ | ||
\ | ||
[Source Code](https://github.com/r-richter/hyenae-ng/releases/tag/v0.2) | ||
|
||
## Version 0.1 (Jun. 12th, 2020) | ||
- First public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
# Hyenae NG | ||
|
||
Contact : [email protected]\ | ||
Homepage : https://github.com/r-richter/hyenae-ng | ||
\ | ||
\ | ||
Copyright (C) 2020 Robin Richter | ||
|
||
|
||
## Prerequisites | ||
|
||
In order to build and install Hyenae NG from source, you first need to make | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# Hyenae NG | ||
|
||
Contact : [email protected]\ | ||
Homepage : https://github.com/r-richter/hyenae-ng | ||
\ | ||
\ | ||
Copyright (C) 2020 Robin Richter | ||
|
||
## About | ||
|
||
Hyenae NG (Next Generation) is a re-write of the original Hyenae tool which | ||
was originally published back in the year 2010. | ||
|
||
|
@@ -19,8 +11,10 @@ you to effectively set up even complex stress-tests or attacks scenarios | |
within seconds. | ||
|
||
![Main Menu](msc/main_menu.png "Main Menu") | ||
![Main Menu](msc/ip_v4_setup.png "Main Menu") | ||
![Main Menu](msc/start_dispatcher.png "Main Menu") | ||
![IPv4 Setup](msc/ip_v4_setup.png "IPv4 Setup") | ||
![Start Dispatcher](msc/start_dispatcher.png "Start Dispatcher") | ||
|
||
Copyright (C) 2020 Robin Richter | ||
|
||
## Features | ||
|
||
|
@@ -157,3 +151,8 @@ of a few basic patterns: | |
|
||
- Decremental IPv6 address between `:FFFF` and `:FF00`: | ||
`1000:2000:3000:4000:5000:6000:7000:FF--` | ||
|
||
## Contact | ||
|
||
- [E-Mail](mailto:[email protected]) | ||
- [GitHub-Repository](https://github.com/r-richter/hyenae-ng) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.