Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

exploit

this tool created by k0ur1i you can this tool scan vulnerability and port so if want save you time you can scan using options added in this script good luck

firstly setup this script using this commande pip install python-nmap pip install msrpc or import msrpc

if you already install metasploit-framework you can use it

if you dont have msrpc you have situation and error "C:\Users\sarra\AppData\Local\Programs\Python\Python311\exploiter.py", line 2, in import msfrpc ModuleNotFoundError: No module named 'msfrpc'

The error message "ModuleNotFoundError: No module named 'msfrpc'" means that the msfrpc module is not installed in your Python environment. This module provides a client interface for the Metasploit RPC server, which allows you to interact with Metasploit from Python.

To install the msfrpc module, you can use the pip package manager. Open a terminal or command prompt and run the following command: pip install msfrpc msfrpcd -P mypassword -S

python Copy code : from msfrpc import MsfRpcClient

client = MsfRpcClient('mypassword', ssl=True)

Replace "mypassword" with the password you used when starting the RPC service. The ssl=True parameter enables SSL encryption for the RPC connection.

You can now use the client object to interact with the Metasploit Framework and execute commands. The msfrpc module provides a range of methods for interacting with the Metasploit Framework, such as client.modules.exploits for listing available exploits, client.modules.auxiliary for listing auxiliary modules, and so on.

finaly :

python exploit.py --help

Usage: python exploiter.py [options] [target] Options: -h, --help\t\tPrint this help message -s , --scan \tPerform a port scan on the target -v, --vulns\t\tCheck for vulnerabilities on open ports -a , --attack \tExploit a vulnerability -u -p , --auth \tAuthenticate to the target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages