Sponsored
Exploiting Tools

hackerEnv – A Vulnerability Finder and Exploiter

Hey Folks, In this tutorial we are going to talk about “hackerenv” github tool that will helps to find and exploit the vulnerability automatically.

About the hackerEnv ?

hackerEnv is an automation tool that quickly and easily scan ports, vulnerabilities and exploit them. After exploit it hands you an interactive shell for further testing. It generates HTML and docx reports. It uses other tools such as hydra, nmap, nikto, metasploit and works in kali linux and Parrot OS.

Lets take a look 🙂 !!

Installation

First we have to download this tool from gitub page with git command. After installation we have to give some permission by going to the directory after which we can run this tool.

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

Help

Here is the help command with which we can see the features of the tool.

bash hackerEnv -h

Active IP Address

These features can be useful for beginners. After executing the given command it will provide the result of how many IP addresses are activated or assigned.

bash hackerEnv

Example

For an example or testing we will use our vulnerable machine. Now we will give this tool the IP address of the vulnerable machine. After providing the IP address, it will automatically find the open ports.

bash hackerEnv -t < ip address >

As you can see it has given us the details of open ports and their vulnerability, after which we can exploit vulnerabilities with the help of any search engine or SearchSploit tool. Also you can see that the command execution vulnerability is on the webserver which we can take advantage of and remotely control.

As we mentioned above, it saves the result in HTML format, which we can see from here.

Now we can see the results in depth and it also provides reference to the exploits from which we can go directly to the website.

About the Author
Shubham Goyal is a Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

View Comments

  • It's a shame you don't have a donate button! I'd most certainly
    donate to this excellent blog! I guess for now i'll settle for book-marking and adding
    your RSS feed to my Google account. I look forward to brand new updates
    and will share this website with my Facebook group.
    Chat soon!

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.