-
Updated
Oct 16, 2020 - Python
web-hacking
Here are 37 public repositories matching this topic...
-
Updated
Oct 19, 2020
-
Updated
Oct 4, 2020
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Oct 31, 2020 - Python
-
Updated
Oct 1, 2020
-
Updated
Oct 29, 2020 - HTML
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 8, 2020 - PHP
-
Updated
Dec 1, 2018 - Python
-
Updated
Oct 1, 2020
-
Updated
Sep 11, 2019
-
Updated
Sep 6, 2020 - Python
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 7, 2020
Yes, I know the class name needs refactor. We need a test class made for this class.
Tests should not make real calls. Instead, calls must be mocked with Mockito and/or PowerMockito.
Examples of the testing pattern can be found in the other three dependency repos mentioned in the README.md.
-
Updated
Feb 11, 2019 - Python
-
Updated
Aug 25, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Apr 21, 2019 - Python
-
Updated
Jan 1, 2018 - C++
-
Updated
Oct 11, 2020 - Python
-
Updated
Jun 24, 2020 - Python
-
Updated
Aug 4, 2020 - Python
-
Updated
Sep 28, 2017 - Perl
-
Updated
Jan 10, 2020 - Python
-
Updated
Oct 8, 2020
-
Updated
Jun 24, 2020 - Python
-
Updated
Jun 13, 2020 - Python
Improve this page
Add a description, image, and links to the web-hacking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-hacking topic, visit your repo's landing page and select "manage topics."


Current implementation of
proclistplugin useswin32_ps_list_procs()php function on Windows host.Therefore, linux implementation is a simple
system("ps -a"), which is OPSEC unsafe, an would probably trigger EDR alerts.A better implementation should avoid relying on system command execution.