Code Monkey home page Code Monkey logo

Comments (12)

Charliedean avatar Charliedean commented on July 18, 2024

Hi I have just pushed an update to the setup file.
Please run the setup file again and let me know if you see any errors.
Finally try running winpayloads to see if you get the same error.
Thanks

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

Ok i recheck toninght..i let you know..tq

On Saturday, July 2, 2016, Charlie Dean [email protected] wrote:

Hi I have just pushed an update to the setup file.
Please run the setup file again and let me know if you see any errors.
Finally try running winpayloads to see if you get the same error.
Thanks


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ATUDx1O0t4lj9nupI-5WThnhVGgARYaQks5qRjrrgaJpZM4JDl_O
.

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

already tested with new setup..same problem
i tested with kali 2 latest 64 bit...any hint

from winpayloads.

Charliedean avatar Charliedean commented on July 18, 2024

Same error in the payload creation?

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

yep...i download the whole packaged and run the ./setup again ..still same
error
here some snapshot i notices has related to this error..

On Sun, Jul 3, 2016 at 5:48 AM, Charlie Dean [email protected]
wrote:

Same error in the payload creation?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ATUDxxj07RdCp3tYqIf83pHS7Xq-7Bapks5qRtzIgaJpZM4JDl_O
.

from winpayloads.

Charliedean avatar Charliedean commented on July 18, 2024

Could you run the setup and show me the whole output from it?

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

no answer??

On Sun, Jul 3, 2016 at 10:55 AM, Arora Anne [email protected] wrote:

yep...i download the whole packaged and run the ./setup again ..still same
error
here some snapshot i notices has related to this error..

On Sun, Jul 3, 2016 at 5:48 AM, Charlie Dean [email protected]
wrote:

Same error in the payload creation?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ATUDxxj07RdCp3tYqIf83pHS7Xq-7Bapks5qRtzIgaJpZM4JDl_O
.

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

already send you output error..

from winpayloads.

ridetheflatline avatar ridetheflatline commented on July 18, 2024

Here is full output log from install:

root@linux:~/Winpayloads# ./setup.sh
[] Installing Dependencies
Hit:1 http://kali.mirror.garr.it/mirrors/kali-security sana/updates InRelease
Hit:3 http://kali.mirror.garr.it/mirrors/kali kali-rolling InRelease
Hit:2 http://debian.salud.gob.sv/debian wheezy-backports InRelease
Hit:4 http://kali.mirror.garr.it/mirrors/kali sana InRelease
Hit:5 https://apt.dockerproject.org/repo debian-stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version (1:2.8.1-1).
python is already the newest version (2.7.11-2).
python-crypto is already the newest version (2.6.1-6+b1).
python-pefile is already the newest version (2016.3.28-3).
python-pip is already the newest version (8.1.2-2).
python2.7 is already the newest version (2.7.12-1).
unzip is already the newest version (6.0-20).
wget is already the newest version (1.18-2).
winbind is already the newest version (2:4.4.5+dfsg-2).
The following package was automatically installed and is no longer required:
libtask-weaken-perl
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[
] Installing Wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine32:i386 is already the newest version (1.8.3-2).
The following package was automatically installed and is no longer required:
libtask-weaken-perl
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version (1.8.3-2).
The following package was automatically installed and is no longer required:
libtask-weaken-perl
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[] Installing Python Requirements
Requirement already satisfied (use --upgrade to upgrade): blessings in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): pyasn1 in /usr/lib/python2.7/dist-packages
[
] Installing Pyinstaller
[] Installed Already, Skipping!
[
] Downloading Python27, Pywin32 and Pycrypto For Wine
[] Installed Already, Skipping!
[
] Installing impacket from Git
[] Installed Already, Skipping!
[
] Grabbing Wine Modules
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 162, in run_module_as_main
"main", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Python27\Scripts\pip.exe__main
.py", line 5, in
File "C:\Python27\lib\site-packages\pip__init__.py", line 13, in
from pip.utils import get_installed_distributions, get_prog
File "C:\Python27\lib\site-packages\pip\utils__init__.py", line 23, in
from pip.vendor import pkg_resources
File "C:\Python27\lib\site-packages\pip_vendor__init
_.py", line 72, in load_module
import(name)
File "C:\Python27\lib\site-packages\pip_vendor\pkg_resources__init__.py", line 82, in
import pip._vendor.packaging.specifiers
File "C:\Python27\lib\site-packages\pip_vendor\packaging\specifiers.py", line 285, in
class Specifier(_IndividualSpecifier):
File "C:\Python27\lib\site-packages\pip_vendor\packaging\specifiers.py", line 384, in Specifier
re.VERBOSE | re.IGNORECASE,
File "C:\Python27\lib\re.py", line 190, in compile
return compile(pattern, flags)
File "C:\Python27\lib\re.py", line 242, in compile
raise error, v # invalid expression
sre_constants.error: nothing to repeat
[
] Done
[
] Grabbing Modules
--2016-08-04 16:13:42-- https://raw.githubusercontent.com/Charliedean/PsexecSpray/master/psexecspray.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.36.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.36.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4698 (4.6K) [text/plain]
Saving to: ‘psexecspray.py’

psexecspray.py 100%[===========================================================================================================================>] 4.59K --.-KB/s in 0.003s

2016-08-04 16:13:44 (1.69 MB/s) - ‘psexecspray.py’ saved [4698/4698]

[] Done
[
] Grabbing Certs
Generating RSA private key, 2048 bit long modulus
................................................................+++
..............+++
e is 65537 (0x10001)
writing RSA key
Signature ok
subject=/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com
Getting Private key
[] Done
[
] Cleaning Up
[*] Done

from winpayloads.

ridetheflatline avatar ridetheflatline commented on July 18, 2024

Here is errror:

listening on port 5555

2

[] Press Enter For Default Port(4444)
[
] Port>

[] Press Enter To Get Local Ip Automatically(192.168.47.6)
[
] IP>
[] IP SET AS 192.168.47.6
[
] PORT SET AS 4444

[] Try UAC Bypass(Only Works For Local Admin Account)? y/[n]:n
[
] Invoke Priv Esc Checks? y/[n]:y
[] Creating Payload using Pyinstaller...
[
] Error In Creating Payload... Exiting..

Traceback (most recent call last):
File "/opt/pyinstaller/pyinstaller.py", line 14, in
from PyInstaller.main import run
File "Z:\opt\pyinstaller\PyInstaller__main__.py", line 21, in
import PyInstaller.building.build_main
File "Z:\opt\pyinstaller\PyInstaller\building\build_main.py", line 32, in
from ..depend import bindepend
File "Z:\opt\pyinstaller\PyInstaller\depend\bindepend.py", line 26, in
from . import dylib, utils
File "Z:\opt\pyinstaller\PyInstaller\depend\utils.py", line 25, in
from ..lib.modulegraph import modulegraph
File "Z:\opt\pyinstaller\PyInstaller\lib\modulegraph\modulegraph.py", line 12, in
import pkg_resources
File "C:\Python27\lib\site-packages\pkg_resources__init__.py", line 83, in
import pkg_resources._vendor.packaging.specifiers
File "C:\Python27\lib\site-packages\pkg_resources_vendor\packaging\specifiers.py", line 274, in
class Specifier(_IndividualSpecifier):
File "C:\Python27\lib\site-packages\pkg_resources_vendor\packaging\specifiers.py", line 373, in Specifier
re.VERBOSE | re.IGNORECASE,
File "C:\Python27\lib\re.py", line 190, in compile
return _compile(pattern, flags)
File "C:\Python27\lib\re.py", line 242, in _compile
raise error, v # invalid expression
sre_constants.error: nothing to repeat

[*] Cleaning Up

from winpayloads.

Charliedean avatar Charliedean commented on July 18, 2024

Pull the latest update and re run the setup file with the -r flag to reinstall.
Let me know if this fixes anything

from winpayloads.

tembikai avatar tembikai commented on July 18, 2024

ok i will try

On Thu, Aug 4, 2016 at 5:20 PM, Charlie Dean [email protected]
wrote:

Pull the latest update and re run the setup file with the -r flag to
reinstall.
Let me know if this fixes anything


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATUDxyGyyafyvN68z39AUl6zhNh0ZbI6ks5qca7TgaJpZM4JDl_O
.

from winpayloads.

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.