![]() |
|
How to upload files from BackTrack 5 on the internet - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to upload files from BackTrack 5 on the internet (/Thread-How-to-upload-files-from-BackTrack-5-on-the-internet) |
How to upload files from BackTrack 5 on the internet - doct0r.exe - 10-17-2011 This tutorial is about "How to upload files from BackTrack 5 on the internet" Commands Used : mkdir /var/www/share chmod -R 755 /var/www/share/ chown -R www-data:www-data /var/www/share/ apt-get install apache2 service apache2 start cp /root/* /var/www/share/ ifconfig 192.168.78.121/share Please Post on the thread to keep it alive <3 |