Git Product home page Git Product logo

Comments (2)

spicesouls avatar spicesouls commented on September 18, 2024

could be a problem with formatting, try something like
sudo python3 reosploit.py --ip 10.0.224.125 --action enumerate -u username -p "Password!01"

from reosploit.

MrEnergy64 avatar MrEnergy64 commented on September 18, 2024

This is what I tried already, but will not work as well, because the "!" will interpret as a command:
(in this example, it will repeat the last command 01 from the history)

Tue 24 May 2022 02:04:06 PM CEST ┌──(user㉿gedu-mint)-[~/Downloads/reosploit-main]
└─$ sudo python3 reosploit.py --ip 10.0.224.125 --action enumerate -u user -p "Password!01"

Tue 24 May 2022 02:04:22 PM CEST ┌──(user㉿gedu-mint)-[~/Downloads/reosploit-main]
└─$ sudo python3 reosploit.py --ip 10.0.224.125 --action enumerate -u user -p "Passwordsudo dpkg -i nomachine_6.12.3_7_amd64.deb"

However when I use the "\" in front of the ! I got:

sudo python3 reosploit.py --ip 10.0.224.125 --action enumerate -u user -p "Password\!01"
[sudo] password for user:
Traceback (most recent call last):
File "reosploit.py", line 10, in
import netaddr
ModuleNotFoundError: No module named 'netaddr'

Linux info:

uname -a
Linux gedu-mint.gedu.net 5.16.15-051615-generic #202203181321-Ubuntu SMP PREEMPT Fri Mar 18 13:28:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

from reosploit.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.