Sponsored
Web Penetration Testing

Findsploit – Local and Online Exploit Finder

Hey folks, if you are a CTF player or bug bounty hunter, then this article can be useful for you, because in this tutorial we will present you a tool, with the help of which we can find the latest exploits with the command line. As we know that most of the time we try to find exploits on Google, which takes time, but it will make our work easier and we can also find direct links to the exploits.

Lets do it 🙂 !!

Installation

Like every time, this time also we will download this tool from the github page by using the git command.

git clone https://github.com/1N3/Findsploit.git

Now we will going into the directory by cd command.

cd Findsploit

To start this, we will give some permission.

chmod +x *

Tool is ready for installation we need execute the given command.

./install.sh

After doing all this we can start this tool by executing “findploit” on the terminal.

NMAP Scripts

In our first attempt we will try to find all nmap scripts by using the following command.

findsploit nmap

Its also provide the nmap exploits 🙂

Metasploit Auxiliary Modules

As we know that auxiliary modules is used to get information about victim. Now we will examine how many auxiliary modules are in Metasploit.

findsploit auxiliary

Payloads

This tool can also be useful to find the total number of payloads. Although we can find almost all metaspaloit modules with the help of this tool.

findsploit payloads

Filters

To get the best results we can add filters like the one below.

findsploit payloads | grep windows

Exploits

In this effort, we will look for exploits with names.

findsploit Multi Scheduler 1.0

Lets take a another example and try to find some cms exploits.

findsploit gila cms

In fact it can be a helpful tool for a CTF player after seeing shocking results 🙂 !!

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

Recent Posts

Termux Cheat Sheet for Hackers

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

1 month 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…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.