All Projects → hacktoolspack → Hack Tools

hacktoolspack / Hack Tools

hack tools

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
perl
6916 projects
hack
652 projects

Projects that are alternatives of or similar to Hack Tools

Hacking
hacker, ready for more of our story ! 🚀
Stars: ✭ 413 (-15.37%)
Mutual labels:  hacking, hacking-tool, vulnerability, vulnerability-scanners, tools
Zeebsploit
web scanner - exploitation - information gathering
Stars: ✭ 159 (-67.42%)
Mutual labels:  hacking, hacking-tool, vulnerability, vulnerability-scanners
Slowloris
Asynchronous Python implementation of SlowLoris DoS attack
Stars: ✭ 51 (-89.55%)
Mutual labels:  hacking, exploit, hacking-tool, vulnerability
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (-70.7%)
Mutual labels:  hacking, exploit, hacking-tool, tools
SQL Injection Payload
SQL Injection Payload List
Stars: ✭ 62 (-87.3%)
Mutual labels:  exploit, injection, vulnerability, vulnerability-scanners
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-2.87%)
Mutual labels:  hacks, hacking, exploit, hacking-tool
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-21.72%)
Mutual labels:  hacking, exploit, vulnerability, tools
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+73.57%)
Mutual labels:  hacking, exploit, vulnerability, vulnerability-scanners
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+2041.6%)
Mutual labels:  hacking, exploit, vulnerability, vulnerability-scanners
Ladon
大型内网渗透扫描器&Cobalt Strike,Ladon8.9内置120个模块,包含信息收集/存活主机/端口扫描/服务识别/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010/SMBGhost/Weblogic/ActiveMQ/Tomcat/Struts2,密码口令爆破(Mysql/Oracle/MSSQL)/FTP/SSH(Linux)/VNC/Windows(IPC/WMI/SMB/Netbios/LDAP/SmbHash/WmiHash/Winrm),远程执行命令(smbexec/wmiexe/psexec/atexec/sshexec/webshell),降权提权Runas、GetSystem,Poc/Exploit,支持Cobalt Strike 3.X-4.0
Stars: ✭ 2,911 (+496.52%)
Mutual labels:  hacking, exploit, tools
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (-15.37%)
Mutual labels:  hacking, hacking-tool, vulnerability-scanners
Hackerpro
All in One Hacking Tool for Linux & Android (Termux). Make your linux environment into a Hacking Machine. Hackers are welcome in our blog
Stars: ✭ 474 (-2.87%)
Mutual labels:  hacking, hacking-tool, tools
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (-61.89%)
Mutual labels:  hacking, exploit, hacking-tool
browserrecon-php
Advanced Web Browser Fingerprinting
Stars: ✭ 29 (-94.06%)
Mutual labels:  exploit, vulnerability, vulnerability-scanners
Wprecon
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.
Stars: ✭ 135 (-72.34%)
Mutual labels:  hacking, hacking-tool, vulnerability
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (-50.41%)
Mutual labels:  hacking, exploit, hacking-tool
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-13.11%)
Mutual labels:  hacking, hacking-tool, tools
Shiro exploit
Apache Shiro 反序列化漏洞检测与利用工具
Stars: ✭ 252 (-48.36%)
Mutual labels:  exploit, vulnerability, vulnerability-scanners
Iblessing
iblessing is an iOS security exploiting toolkit, it mainly includes application information collection, static analysis and dynamic analysis. It can be used for reverse engineering, binary analysis and vulnerability mining.
Stars: ✭ 326 (-33.2%)
Mutual labels:  exploit, vulnerability, vulnerability-scanners
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (-74.59%)
Mutual labels:  hacking, exploit, hacking-tool

hack-tools-2017-2020

[Anonymousgif [Anonymous


[Build Status


########################################################################

  • requirements : python 2, python 3, perl, java, ruby ...

########################################################################

  • run python file : py;python;python3 file.py

  • install requirements python : pip install -r filewithmodules.txt

  • fix error in python "Microsoft Visual C++ 14.0 is required" :

  1. install buils tools (https://visualstudio.microsoft.com/fr/downloads/)
  2. download and execute
  3. select "c++ for desktop environment"
  4. leave the selection by default
  5. in "individual components" select windows 10 sdk if not selected
  6. select the latest version of all components mark has "build tools"
  7. select "c++ clang compiler for windows"
  8. once installation is complete search "x86_x64 Cross Tools Command Prompt" and execute
  9. in this command prompt execute : pip install cmake
  10. execute : pip install wheel
  11. go to your repository with the cmd where the requirements.txt file is located
  12. execute : pip install -r requirements.txt
  13. end
  • run perl file : perl file.pl

  • install perl modules : cpan install (modules)

  • run ruby file : ruby file.rb

  • install ruby modules : gem install (modules) and open Gemfile for view requirements

  • build go script : go build (file.go)

  • execute java file : java -jar file.jar

##########################################################################

  • password for files (.exe .7z .zip) : a
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].