SkillAgentSearch skills...

LazyScripts

Quick and dirty scripts for pentesting.

Install / Use

/learn @ev1lm0rty/LazyScripts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

About

  • Some quick and dirty scripts that I use while pentesting a box.
  • These are just raw scripts, you can tweak them if u like.

Scripts

  • OneLineRev.py : Create one line reverse shells easily.
  • Venom.py : Create msfvenom payloads quickly.

Usage

OneLineRev

  • Usage : python3 OneLineRev.py <IP> <Port> <Type>
  • Types : Bash , Perl , Java , NC , Php , Python
  • Example : python3 OneLineRev.py 127.0.0.1 1234 bash

Venom

  • Usage : python3 Venom.py <IP> <Port> <Type>
  • Types:
    • lsb : Linux Shell Bind
    • lmb : Linux Meterpreter Bind
    • lmr : Linux Meterpreter Reverse
    • wsr : Windows Shell Reverse
    • wmr : Windows Meterpreter Reverse
    • wmre : Windows Meterpreter Reverse Encoded
  • Example : python3 Venom.py 127.0.0.1 1234 lmr

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated11mo ago
Forks8

Languages

Python

Security Score

67/100

Audited on Apr 21, 2025

No findings