Skip to content

sp34rh34d/MoonVeil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MoonVeil

offline reverse shell generator tool

Usage:
    python3 Moonveil.py [module] [args]

Modules
	bind         Show only bind code
	reverse      Show only reverse shell code
	msfvenom     Show only msfvenom generator code
	hoaxshell    Show only hoaxshell code
	help         Help about any command

Optional args:
	--shell      Select interpreter [cmd, sh, bash, /bin/bash, /bin/sh, powershell, pwsh, ash, bsh, csh, ksh, zsh, pdksh, tcsh, mksh, dash]
	--payload    Select payload type [all, python, socket, rvim, vim, openssl, rview, view, ksh, gimp, gdb, irb, cpan, easyinstall, bash, netcat, c, c#, haskell, perl, php, ruby, socat, nodejs, java, javascript, telnet, zsh, lua, golang, vlang, awk, dart]
	--os         Select target arc [linux, windows, mac]
	--lhost      Set attacker IP
	--lport      Set attacker port

Examples:
	python3 Moonveil.py reverse --os linux --payload php --shell sh

	python3 Moonveil.py reverse --os linux --payload openssl --shell /bin/bash

	python3 Moonveil.py reverse --os linux --payload awk

	python3 Moonveil.py msfvenom --os windows

Screenshot 2023-03-22 at 23 54 54

Screenshot 2023-03-22 at 16 10 59

Screenshot 2023-03-22 at 16 12 00

Screenshot 2023-03-22 at 16 21 19