hacking-framework
Here are 20 public repositories matching this topic...
-
Updated
Oct 16, 2021 - Python
-
Updated
Oct 26, 2019 - Python
-
Updated
Mar 1, 2021 - C#
-
Updated
Jun 22, 2022 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Apr 26, 2021 - Python
-
Updated
Aug 2, 2022 - Python
-
Updated
Jul 21, 2019 - Python
-
Updated
Mar 14, 2019 - Python
-
Updated
Jan 16, 2022
-
Updated
Apr 1, 2022 - Python
-
Updated
Jul 29, 2022 - HTML
-
Updated
Jul 27, 2020 - Rust
-
Updated
Nov 18, 2021 - Shell
Instead of letting the user a choice, Create a new file automatically to store future
def _get_wordlist_path(self):
if self.current:
return self.current
pr('Please choose a wordlist')
return choose_file(self.workspace)
Make it:
def _get_wordlist_path(self):
if self.current:
return self.current
pr('Cre
Improve this page
Add a description, image, and links to the hacking-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacking-framework topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.