The Wayback Machine - https://web.archive.org/web/20220712172204/https://github.com/topics/hacktool
Here are
28 public repositories
matching this topic...
有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file
Updated
Jul 6, 2022
Python
Framework for building Windows malware, written in C++
Updated
May 20, 2022
Shell
Green-hat-suite is a tool to generate meterpreter/shell which could evade antivirus.
Updated
Aug 13, 2018
Ruby
PrintNightmare , Local Privilege Escalation of CVE-2021-1675 or CVE-2021-34527
Updated
Jul 2, 2021
Python
evil mass storage *AT90USBKEY2 (poc-malware-tool for offline system)
Malware Gallery. Yet another malware collection in the Internet.
Updated
Aug 15, 2021
Batchfile
New generation phising tool.
Subscan is a simple tool for subdomain scanner, it can scan subdomains fast.
Payload by Telegram Bot with 2 programming language
Basit bir Bilgi Çalan malware oluşturucu
Updated
Sep 7, 2020
Python
一款可批量提取url或本地html文件中注释、属性及标签内容的工具
Updated
May 24, 2021
Java
Данный CLI скрипт предназначен для сканирования указанных подсетей на предмет наличия в них устройств. Для сканирования используются протоколы Telnet, SSH, ICMP.
A reinforced version of the Wavsep evaluation platform.
Updated
Nov 13, 2021
Java
Haimgard is an environment for writing, testing and using exploit code.
Updated
May 21, 2022
Python
Simple Ruby Script to Scan Wordpress Website
Keylogger / Info Grabber written in C++.
Lots of cyber security tool
Updated
Jan 30, 2022
Python
PerseusQr is a simple and plain qrcode maker tool
Updated
Jul 9, 2022
Python
Scans site for vulnerabilities, such as admin panels, logs
Updated
Apr 7, 2022
Python
A pack including some harmful hack tools, ransomware builder, etc
Updated
Feb 13, 2022
Python
Updated
Aug 23, 2020
Python
Updated
Jun 5, 2021
Python
A multi tool great for hacking or scripting! | Educational purposes only
Extracts Passwords from chrome and sends them to a specified email using google's SMTP server
Updated
Jun 9, 2018
Python
Improve this page
Add a description, image, and links to the
hacktool
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hacktool
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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.