Code Monkey home page Code Monkey logo

umbrella's People

Contributors

4w4k3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

umbrella's Issues

See this

I use --nocompile argument building the dropper but when using pyinstaller manually i got this error

missing module named resource - imported by posix, c:\Python34\Scripts\Dr0pp1r46.py
missing module named posix - imported by os, c:\Python34\Scripts\Dr0pp1r46.py
missing module named _posixsubprocess - imported by subprocess, c:\Python34\Scripts\Dr0pp1r46.py
missing module named 'org.python' - imported by pickle, c:\Python34\Scripts\Dr0pp1r46.py, xml.sax
missing module named ce - imported by os, c:\Python34\Scripts\Dr0pp1r46.py
missing module named readline - imported by cmd, code, pdb, c:\Python34\Scripts\Dr0pp1r46.py
excluded module named _frozen_importlib - imported by importlib, c:\Python34\Scripts\Dr0pp1r46.py
missing module named java - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py
missing module named 'java.lang' - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py, xml.sax._exceptions
missing module named vms_lib - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py
missing module named termios - imported by tty, getpass, c:\Python34\Scripts\Dr0pp1r46.py
missing module named grp - imported by tarfile, shutil, c:\Python34\Scripts\Dr0pp1r46.py
missing module named _dummy_threading - imported by dummy_threading, c:\Python34\Scripts\Dr0pp1r46.py
missing module named org - imported by copy, c:\Python34\Scripts\Dr0pp1r46.py
missing module named pwd - imported by posixpath, tarfile, shutil, http.server, webbrowser, getpass, c:\Python34\Scripts\Dr0pp1r46.py
missing module named _scproxy - imported by urllib.request

Have an idea how to fix this? i really wish i lay my hand on this project to finally see its work

Regards.

Some advice please :)

hi, i start to use Umbrella, and i embed paylaods in docs and jpg, but i dont figure out how to use with phishing, and how to download the payload at victim machine without victim interaction, can you upload a demo or more doc?
thanks for sharing you knowledge...
greetings

Python27 error

this is my error:

File "/root/.wine/drive_c/Python27/Scripts/pyinstaller-script.py", line 5, in
from pkg_resources import load_entry_point
File "C:\Python27\Scripts\pkg_resources_init_.py", line 48, in
import six
ImportError: No module named six
Traceback (most recent call last):
File "umbrella.py", line 239, in
main()
File "umbrella.py", line 215, in main
os.rename('dist/D.exe', 'dist/' + name)
OSError: [Errno 2] No such file or directory

The file doesnt run after i bind it.

Hello, im occurring some errors during the file binding. I have installed all depencies, and updated them several times. I create a keylogger with BeeLogger, as we know its the best FUD keylogger maker, after i create the keylogger.exe its size is around 5.3 mb. Then i use ubrella to bind it with an actual Docx file, and like i said during process i get several errors and when the file is ready, when i try to run it, it doesnt work. Neither of the files opens, not even the keylogger. Here i have some screenshots that show what happens during the bindings:
screenshot from 2017-03-13 23-39-17
screenshot from 2017-03-13 23-39-14
Waiting for your response. Much appreciated.

with combination of exe and jpg

Traceback (most recent call last):
File "umbrella.py", line 229, in
main()
File "umbrella.py", line 201, in main
begin()
File "umbrella.py", line 110, in begin
payload += 'nameph = ' + "'" + nameph + "'" + '\n'
UnboundLocalError: local variable 'nameph' referenced before assignment

Error: UnboundLocalError: local variable 'nameph' referenced before assignment

[!] Attemption put direct url! ex: http://192.168.1.2/mal.exe

[*] Remember to include the http or https.

Insert url from your exe to drop: https://goo.gl/Mylink
Insert url from file to embed: https://goo.gl/Mylink
Traceback (most recent call last):
File "umbrella.py", line 229, in
main()
File "umbrella.py", line 201, in main
begin()
File "umbrella.py", line 110, in begin
payload += 'nameph = ' + "'" + nameph + "'" + '\n'
UnboundLocalError: local variable 'nameph' referenced before assignment

Error compiling

I gat this error

Traceback (most recent call last):
File "./umbrella.py", line 229, in
main()
File "./umbrella.py", line 205, in main
os.rename('dist/D.exe', 'dist/' + name)
OSError: [Errno 2] No such file or directory

Kindly advice how to fix, by the way nice tool you have down there

Error installing dependencies

Hi,i come here because I encounter errors when I install python and VCforpython.
The "checker.py" script does not install python 2.7 in wine.
I found that the problem was the "wine msiexec /I python2.7.12.msi",I tested this command alone,and I have no results,no error,nothing.
I solved this by downloading a 32bits version of python,and the command works with this file.
However,I can't do the same thing with VCforpython...
It seems to be a problem with wine architecture,have you got an idea to fix it ?
Anyway,thanks for your great projects !

Error..?

Im getting this error while running:

Insert url from your exe to drop: https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe Insert url from file to embed: http://www.gemmaonline.nl/images/gemmaonline/e/e4/Eigen_verklaring_rijbewijs_%28GS13EVR%29.pdf wine: cannot find '/root/.wine/drive_c/Python27/python.exe' Traceback (most recent call last): File "umbrella.py", line 239, in <module> main() File "umbrella.py", line 170, in main os.rename('dist/D.exe', 'dist/' + name) OSError: [Errno 2] No such file or directory
Wine and Python are installed.

Any help? Cheers!

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.