Commit Graph

120 Commits

Author SHA1 Message Date
Kevin Bock 28a3fa63df
Merge pull request #68 from DaaniyaalM/master
Update README.md
2023-11-16 03:35:05 -05:00
DaaniyaalM b7600e7787
Update README.md
Fixed the spelling error
2023-11-09 09:44:13 -08:00
Kevin Bock 6b091060ed
Merge pull request #64 from archcloudlabs/fixing-docker-error
Optimizing RUN commands and adding Debian Stretch Archive
2023-05-18 17:24:14 -04:00
archcloudlabs 9f3c0455c5 optimizing installs and adding archive 2023-05-15 20:51:44 -04:00
Kevin Bock e52c275bc5
Update README.md for Arch support 2023-04-28 09:23:29 -04:00
Kevin Bock 1655fb1a3b
Merge pull request #52 from Mitochondrion2/patch-1
Set qd to None instead of deleting it
2023-01-24 21:00:39 -05:00
Frederick Sell 4e5bdc3dd2
"scapy 2.5.0" instead of "scapy 2.5" in comment 2023-01-23 13:53:21 -05:00
Frederick Sell aadc7fa7dd
added comment justifying assignment of None change 2023-01-23 13:52:45 -05:00
Kevin Bock 68f7b1ebdc
Merge pull request #53 from Mitochondrion2/patch-2
added test_compression_strategy from dev
2023-01-22 23:17:19 -05:00
Frederick Sell f759e9c938
added test_compression_strategy from dev 2023-01-16 11:03:22 -05:00
Frederick Sell df7b2140a9
Set qd to None instead of deleting it 2023-01-16 10:46:36 -05:00
Kevin Bock 57e19c2d4c
Merge pull request #45 from lepz0r/master
Add ability to set log file's log level
2022-11-03 16:27:49 -04:00
Sadia Nourin 40dcb7c8b1
Merge pull request #46 from Kkevsterrr/amplification_plugin_bug
Fixing bug
2022-10-31 19:23:07 -04:00
sadia.nourin@live.com 226b299257 Fixing bug 2022-10-31 21:06:35 +00:00
lepz0r 8a5a49e2c8 Added ability to set log file logging level 2022-10-28 10:37:35 +07:00
Kevin Bock 0cc829642c
Update README.md 2022-10-04 20:22:26 -04:00
Kevin Bock 5551466e7c
Merge pull request #36 from VwCSXg/improve-http-plugin
Fine-tuning http-plugin evaluation
2022-08-16 13:39:42 -04:00
VwCSXg 4108f731a7 added argument valid-http-contains 2022-08-16 16:27:18 +02:00
VwCSXg 1a1a8783c0 Small cleanup http-plugin/client.py
No semantic changes
2022-08-16 14:06:44 +02:00
Kevin Bock 3c1c963c93
Merge pull request #35 from VwCSXg/close-filedescriptors
Close files of engine logger
2022-07-28 20:44:34 -04:00
VwCSXg c248c8b121 removed second initialisation nfqueue 2022-07-29 00:30:16 +02:00
VwCSXg e7ea905c45 Added closing logging handlers to __exit__ of engine
-> fixes problem with running out of file descriptors (usually after 1024 runs)
2022-07-28 18:09:14 +02:00
VwCSXg e495652a4a Uses Context Manager in main method 2022-07-28 18:08:44 +02:00
Kevin Bock 2fc5b2f2f4
Fixed bug that caused population to shrink in some cases
Population would shrink when --elite-clones was used; fixed.
2022-01-28 15:20:10 -05:00
Kevin Bock 36d3585545
Update README.md 2021-10-17 15:00:05 -04:00
harrimd 74fbedb564
Merge pull request #30 from Kkevsterrr/strategy_port_hotfix
Server Port Strategy Hotfix
2021-09-07 17:43:29 -04:00
Michael Harrity 6f7b9e2c31 Server Port Strategy Hotfix
For backwards compatibility, the engine was sometimes called using
an int for the server port directly. This would cause an error, so
casting to str() solves that without needing to change anything.
2021-09-07 04:57:47 -07:00
harrimd 8a919a9f18
Merge pull request #29 from Kkevsterrr/multiple_strat_ports
Multiple Strat Ports
2021-09-05 10:59:47 -04:00
Michael Harrity b7bd667ac7 Updated Engine Docstring
Updated the server_port arg in engine docstring to be a string.
2021-09-05 07:58:38 -07:00
Michael Harrity 00b2e0e5be Added Multiple Port Monitoring into README
Added a note to the README to talk about how to run Geneva on
many ports at once.
2021-09-02 14:07:05 -07:00
Michael Harrity f149f1c6f3 Engine Allows Port Ranges/Lists
Updated the Geneva engine to allow for port ranges and lists
specifying which ports to monitor to modify packets. This works
using either a range like port 5000 to port 6000 =>
--server-port 5000:6000 or a list like port 5000, 5500, and 6000
=> --server-port 5000,5500,6000.

Any error checking on the port variable will be handled by the
iptables command.
2021-09-02 10:42:15 -07:00
Kkevsterrr e788720bf3 Added amplification plugin 2021-07-28 12:51:35 -04:00
Kevin Bock 9c256c790b
Update README.md 2021-04-19 21:46:56 -04:00
Kevin Bock 3eb6b7342f
Merge pull request #24 from Kkevsterrr/dependabot/pip/cryptography-3.3.2
Bump cryptography from 3.2 to 3.3.2
2021-02-19 21:24:36 -05:00
dependabot[bot] 953657adb5
Bump cryptography from 3.2 to 3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.2...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 01:49:42 +00:00
Kevin Bock f2d3ea4b95
Merge pull request #23 from Kkevsterrr/dependabot/pip/cryptography-3.2
Bump cryptography from 2.8 to 3.2
2020-11-28 21:27:31 -05:00
dependabot[bot] db3a346f42
Bump cryptography from 2.8 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 22:05:52 +00:00
Kkevsterrr 1a7aa7c258 extra handling for timeout 2020-10-18 09:51:22 -04:00
Kkevsterrr 7e0bae99b3 Fixed failing tests 2020-10-18 08:10:32 -04:00
Kkevsterrr 3b3fdff874 Updated evaluator's handling of remote clients to prefer hostnames to IP addresses if they are defined 2020-10-10 17:49:38 +00:00
Ubuntu 9874ce083e Added bad word check in HTTP plugin 2020-10-10 17:40:54 +00:00
kkevsterrr 58f3c53dc2 Updated gitignore for workers 2020-10-10 13:56:29 +00:00
kkevsterrr df02cc6b56 Updated gitignore 2020-10-10 13:40:58 +00:00
kkevsterrr b6de1807b7 Moved airtel plugin and updated gitignore 2020-10-10 13:38:45 +00:00
Kkevsterrr 141b6d0fbf removed slackclient 2020-09-24 11:26:12 -04:00
Kkevsterrr 1f21dcb0b9 Added client plugin to train against India's new SNI censorship 2020-09-07 10:55:08 -04:00
Kkevsterrr 4f44a82e1d Committed missing SMTP plugin 2020-09-05 23:56:28 -04:00
Kkevsterrr 88cfcf45d5 Added LICENSE 2020-09-01 17:34:39 -04:00
Kkevsterrr de6823ba77 Added ESNI plugin 2020-08-07 15:13:13 -04:00
Kevin Bock 5b6a3455a8
Update README.md 2020-07-08 12:22:47 -04:00