Giter Site home page Giter Site logo

Issues getting usage about shellwasp HOT 4 CLOSED

bw3ll avatar bw3ll commented on July 20, 2024
Issues getting usage

from shellwasp.

Comments (4)

Bw3ll avatar Bw3ll commented on July 20, 2024

Hey,
I opened up in Kali as well and got the same error. I hadn't tested it in Linux. The error was just capitalization, so I have fixed it, so it should be good to go with the update.

from shellwasp.

0xSterny avatar 0xSterny commented on July 20, 2024

Hey Bw3ll,
Thank you for the fix. I am getting another issue with building a shellcode now. It is with your Ks variable that I assume is another capitalization error.

name 'Ks' is not defined
Traceback (most recent call last):
File "/home/kali/ShellWasp/start/shellWasp.py", line 1104, in ui
buildSyscall()
File "/home/kali/ShellWasp/start/shellWasp.py", line 630, in buildSyscall
generateBytes(finalSyscallShellcode)
File "/home/kali/ShellWasp/start/shellWasp.py", line 1078, in generateBytes
ks = Ks(KS_ARCH_X86, KS_MODE_32)
NameError: name 'Ks' is not defined

from shellwasp.

Bw3ll avatar Bw3ll commented on July 20, 2024

Hmm, I do not have that issue in Kali Linux. I wonder - can you confirm that you have Keystone installed? It sounds like that is probably the error.
You can run this command, and go look and see if you have keystone-engine. Note - unless you installed it for ShellWasp, it probably is not part of Kali Linux.

python -m pip list

That will show the installed Python libraries. Scroll up and see if you have keystone-engine. If you have not installed keystone, you can do so with the following:
pip install keystone-engine

Please let me know if this resolves your issue.

from shellwasp.

Bw3ll avatar Bw3ll commented on July 20, 2024

Closing issue. Feel free to reopen if something comes up.

from shellwasp.

Related Issues (3)

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.