Skip to content

Xistens/inteno-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Inteno's IOPSYS - (Authenticated) root filesystem access via sambashare

Privilege escalation and root filesystem access via sambashare before version 3.16.5

Usage

Generate SSH keys:

# ssh-keygen

Run the exploit:

# python smbexploit.py -k <path/to/id_rsa.pub> <target>

After successful exploitation, SSH in:

# ssh -i id_rsa <target>

Dependencies

The script requires Impacket and websocket-client. The requirements can be installed with:

# pip install -r requirements.txt

On Windows, pyreadline is also required:

# pip install pyreadline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages