All Projects → abdulr7mann → Hackerenv

abdulr7mann / Hackerenv

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Hackerenv

Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+648.22%)
Mutual labels:  pentesting, hacking-tool, pentest-tool, vulnerability-assessment
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+53.4%)
Mutual labels:  pentesting, pentest, hacking-tool, pentest-tool
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+3.56%)
Mutual labels:  pentesting, pentest, pentest-tool, pentest-scripts
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+1484.79%)
Mutual labels:  hacking-tool, pentest-tool, pentest-scripts, pentesting
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+267.64%)
Mutual labels:  pentesting, pentest, hacking-tool, pentest-tool
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (+4.21%)
Mutual labels:  pentesting, pentest, pentest-tool, pentest-scripts
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+45.63%)
Mutual labels:  pentesting, pentest, pentest-tool, pentest-scripts
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+67.31%)
Mutual labels:  pentesting, hacking-tool, pentest-tool, pentest-scripts
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+150.81%)
Mutual labels:  pentesting, pentest, hacking-tool, pentest-tool
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+119.09%)
Mutual labels:  pentesting, hacking-tool, pentest-tool, pentest-scripts
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-62.46%)
Mutual labels:  pentesting, pentest, hacking-tool, pentest-tool
Vailyn
A phased, evasive Path Traversal + LFI scanning & exploitation tool in Python
Stars: ✭ 103 (-66.67%)
Mutual labels:  pentesting, pentest-tool, vulnerability-scanners, vulnerability-assessment
crawleet
Web Recon & Exploitation Tool.
Stars: ✭ 48 (-84.47%)
Mutual labels:  pentest, hacking-tool, vulnerability-scanners, pentest-tool
Vanquish
Vanquish is Kali Linux based Enumeration Orchestrator. Vanquish leverages the opensource enumeration tools on Kali to perform multiple active information gathering phases.
Stars: ✭ 449 (+45.31%)
Mutual labels:  kali-linux, vulnerability-scanners, vulnerability-assessment
Ehtools
Wi-Fi tools keep getting more and more accessible to beginners, and the Ehtools Framework is a framework of serious penetration tools that can be explored easily from within it. This powerful and simple tool can be used for everything from installing new add-ons to grabbing a WPA handshake in a matter of seconds. Plus, it's easy to install, set up, and utilize.
Stars: ✭ 422 (+36.57%)
Mutual labels:  kali-linux, pentesting, pentest-tool
Yuki Chan The Auto Pentest
Automate Pentest Tool
Stars: ✭ 556 (+79.94%)
Mutual labels:  kali-linux, pentest, pentest-tool
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+2806.47%)
Mutual labels:  kali-linux, pentesting, hacking-tool
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+150.81%)
Mutual labels:  kali-linux, vulnerability-scanners, vulnerability-assessment
Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+266.34%)
Mutual labels:  kali-linux, pentest, hacking-tool
Catnip
Cat-Nip Automated Basic Pentest Tool - Designed For Kali Linux
Stars: ✭ 108 (-65.05%)
Mutual labels:  kali-linux, pentest, pentest-tool

Reach me at:

  • Twitter
  • Discord

hackerEnv Tweet

hackerEnv is an automation tool that quickly and easily sweep IPs and scan ports, vulnerabilities and exploit them. Then, it hands you an interactive shell for further testing. Also, it generates HTML and docx reports. It uses other tools such as nmap, nikto, metasploit and hydra. Works in kali linux and Parrot OS.
This tool was NOT coded by a professional, I do not know what i am doing.

- By running this program, you are agreeing on NOT running it against any public, corporate or unauthorized networks.
- Performed only when you have authorization to do.

This was a school project, which means i am not gonna work on it any more. However, In the faaaaaaaaaaar future, I will make a python framework that does better job than this shitshow. Greetz to @R2k4n

Update Kali/Parrot

apt update; apt upgrade -y

Download hackerEnv

cd /opt/
git clone https://github.com/abdulr7mann/hackerEnv.git
cd /opt/hackerEnv
chmod +x hackerEnv

If you want to use it anywhere on the system, create a shortcut using:

ln -s /opt/hackerEnv/hackerEnv /usr/local/bin/

Usage:

Usage:
    hackerEnv <flag> <argument>

Examples:
    hackerEnv -t 10.10.10.10
    hackerEnv -t "10.10.10.10\n20.20.20.20"
    hackerEnv -t 10.10.10.10 -i eth0
    hackerEnv -i eth0 -s 24
    hackerEnv -s 24
    
Flages:
    hackerEnv -h, --help          Display this help message.
    hackerEnv --update            Update tool.
    hackerEnv                     Scan the entire network.
    hackerEnv -t                  Pass a specific target's IP.
    hackerEnv -t                  Pass mutipule targets' IPs e.g. hackerEnv -t "10.10.10.10\n20.20.20.20"
    hackerEnv -i                  To specify an interface.
    hackerEnv -a                  Pass attacker's IP.
    hackerEnv -s                  To specify subNetwork 24 or 23 etc. exclude /
    hackerEnv -e, --aggressive    Enable aggressive port scan
    hackerEnv -oA                 genetrate report in HTML and DOCX format

YouTube video

in Gnome terminal

alt text

in tmux

alt text

Report

alt text

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].