to be documented
stealth
impacts stealthness and evasion capabilities
good first issue
issue is good for first-time contributors
#
hacking-framework
Here are 20 public repositories matching this topic...
A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life
python
security
automation
modular
framework
modules
hacking
cybersecurity
enumeration
pentesting
automation-framework
cyber-security
hacking-tool
privilege-escalation
exfiltration
security-tools
pentest-tool
hacking-framework
cybersec
-
Updated
Oct 16, 2021 - Python
Tool made to automate tasks of pentesting.
security
ipv6
ipv4
password-strength
password-safety
ssl-certificate
infosec
information-security
ssl-certificates
mac-address
hacking-tool
base64-encoding
base64-decoding
network-security
security-tools
ssl-cert
social-engineering
web-spider
hacking-framework
hexadecimal-converter
-
Updated
Oct 26, 2019 - Python
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
bot-framework
cybersecurity
ransomware
bugbounty
kali-linux
hacking-tool
burpsuite
metasploit
hacking-simulator
redteaming
hacking-framework
botnets
parrotsec
hacking-lab
kali-tools
pentesting-tools
termux-tools
ethical-hacking-tools
redteam-tools
ransomware-simulator
-
Updated
Mar 1, 2021 - C#
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
experimental
django-application
hacking
django-templates
secops
application-security
flask-security
information-security
hacking-tool
python-security
django-template-language
devsecops
security-framework
hacking-framework
python3-application
hackingtools
django-security
-
Updated
Jun 22, 2022 - Python
Super Simple Python Word List Generator for Fuzzing and Brute Forcing in Python
python
hacking
penetration-testing
brute-force
fuzzing
pentesting
kali-linux
kali
oscp
pentest-tool
hacking-framework
kali-scripts
hacking-tools
-
Updated
Oct 1, 2020 - Python
A windows post exploitation tool that contains a lot of features for information gathering and more.
powershell
hacking
pentesting
post-exploitation
crowbar
hacking-tool
windows-hacking
hacking-framework
pentesting-tools
hacking-toolkit
windows-hack
-
Updated
Apr 26, 2021 - Python
Botnet framework with modular and extensible architecture, task scheduler, remote shell live sessions and a retro look-feeling interface which makes it funny to use. By now, it includes keylogger, DDoS and bruteforce attacks. The project is still under development phase, I appreciate any contribution :)
remote-control
botnet
retro
hacking
remote-execution
cybersecurity
brute-force-attacks
remote-shell
keylogger
hacking-tool
digimon
hacking-framework
ddos-attack-tools
ddos-attack
hacking-tools
mewtwo
ageofempires2
hacking-toolkit
botnet-framework
cc-server
-
Updated
Aug 2, 2022 - Python
Windows Auto Post Exploitation - For ReD Team
remote-control
hack
hacking
hackerrank
rat
post
remote-shell
post-exploitation
exploitation
remote-access
hacktoberfest
hacking-tool
hackerrank-solutions
remote-admin-tool
awesome-hacking
hacking-framework
hacking-tools
hacking-code
hackingcode
hackingtools
-
Updated
Jul 21, 2019 - Python
IP kung-FU
python
security
tcp
ipv6
udp
icmp
ipv4
iptables
arp
penetration-testing
ip
ethernet
packet-crafting
hacking-tool
hacker-tools
hacking-attack-tools
hacking-framework
penetration-test
firewall-bypass
-
Updated
Mar 14, 2019 - Python
Android Hacking Method 2022
hacking
android-library
apk
android-application
fudan-university
apk-parser
hacking-tool
fud
hacking-framework
apk-installer
hacking-tools
hacking-code
hackingcode
hackingwithswift
android-application-development
hacking-with-swift
fudsage
-
Updated
Jan 16, 2022
Toolkit for hacking
python
framework
osint
toolkit
information
hacking
python3
pentesting
exploitation
hacking-tool
information-gathering
hacking-framework
osint-python
-
Updated
Apr 1, 2022 - Python
Django, MapBox, Info gathering, Recon-ng, Metasploit, Empire...
-
Updated
Jul 29, 2022 - HTML
Yet another hacking framework.
-
Updated
Jul 27, 2020 - Rust
H-SPLOIT TOOL IS HELP TO INSTALL METASPLOIT-FRAMEWORK IN A TERMUX
hacking
termux
hacking-tool
hacking-framework
hacking-code
metasploit-payloads
termux-tool
metasploit-install
h-sploit
-
Updated
Nov 18, 2021 - Shell
codeswhite
commented
Jan 14, 2021
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
good first issue
Good for newcomers
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."
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.