Giter VIP home page Giter VIP logo

Comments (8)

gearcapitan avatar gearcapitan commented on July 17, 2024 2

I managed to fix it...
just download the specific pywin32 for the version of python 2.6 install it and that was it...
pywin32: https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/

from venom.

gearcapitan avatar gearcapitan commented on July 17, 2024 1

When running ./setup, this happens
kali linux-2017-04-08-11-37-36

from venom.

gearcapitan avatar gearcapitan commented on July 17, 2024

sin titulo

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

Well i have just now try that build [4 -> pyinstaller]
and everything working fine on my side (Linux kali rolling 32bits)...


- are you sure that you have paste corretlly the shellcode into exec.py template?
Dont you have pasted the 'semi-colon' [ ; ] into [rHfGjdSiJdK] funtion?


- Or maybee the error its on your pyinstaller install ..
because in my side it does not give that bug wile execution ..


- Payload.py compiled to payload.exe And stored into output folder ..


- Payload.exe execution (and connection) using wine


- This its the line (venom.sh - line: 1210) that uses pyinstaller
Is your distro 64bits arch? maybee the error its on wine command ..
because wine under 64 bits its called: wine64 and not wine ..
In any case i have fixed the wine64 support under venom now ..
commit: 4a2fa63




session logfile: https://pastebin.com/BYiePTpQ

from venom.

gearcapitan avatar gearcapitan commented on July 17, 2024

how to fix pyinstaller ?

from venom.

gearcapitan avatar gearcapitan commented on July 17, 2024

When you tried to compile manually it gives me this error
kali linux-2017-04-08-11-28-36

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

aaaaa like i've espected...
pyinstaller was not completlly installed ...
because it requires pywin32 to work (32bits) <-- maybee there is a version to 64bits too ..
It seams that this pywin32 requires python 3.5 installed under wine to work ..
(check if your wine python install match's pywin32 requires)


This appens because you are using a 64bits system, and when i wrote the tool
i've used my system arch to build stuff (x86 = 32bites Intel) ...

How to fix the pyinstaller issue?

Dont ask me ..iam not the developer of pyinstaller or pywin ..
And i dont have a 64bits system were to try in fix the issue ...
So.. i allways depend of people with 64bits arch to fix the issues ..

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

Note:

If the installation process informs you that Python is not found in the registry,
it almost certainly means you have downloaded the wrong version
either for the wrong version of Python, or the wrong "bittedness".

https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/


1º bug-fix

venom v1.0.14 allows user to manually install another versions
of this 2 softwares and use the 'settings' file to force main tool to use them ..
bug-fix


2º bug-fix

template.py execution under windows systems fixed with the insertion of new windows API imports
bug-fix

from venom.

Related Issues (20)

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.