From the course: Offensive Penetration Testing
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Transferring files demo
From the course: Offensive Penetration Testing
Transferring files demo
Welcome to the file transfer lab demo. You can see I'm going to Drupal site here. You can tell that because it's just powered by Drupal and also because a little Drupal logo here. So sometimes it's as easy as guessing. So I'm going to do admin admin, and you can see I logged in as admin. Hello, admin. So what I want to do now, this is just getting to know content management systems. What I want to do with content is I want to add content. I add a basic page. I'm going to call this shell.php and I'm going to change this to PHP code. Now, I need to figure out what shell I want to use. Well, obviously we know it's PHP. You can see this is that site I was telling you about, revshells.com. I've already picked the PentestMonkey shell. I like this shell. And what you do is I've just added my IP address and the port number. It actually tells you what to do on your box here for the listener. And I've changed my shell from the default bin sh to bin bash because I like bash shells better. So I'm…