Coder Social home page Coder Social logo

ykankaya / throwbacklp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from silentbreaksec/throwbacklp

0.0 1.0 0.0 258 KB

Listening Post for Throwback Implant

License: GNU General Public License v2.0

CSS 0.78% PHP 70.19% JavaScript 22.45% Shell 6.57%

throwbacklp's Introduction

  1. Prepare the environment
  2. apt-get install apache2 mysql-server php5 phpmyadmin curl libcurl3 php5-curl build-essential php-pear
  3. Configure Apache to allow SSL connections.
  4. wget http://librarian.launchpad.net/7477840/apache2-ssl.tar.gz
  5. tar -zxvf apache2-ssl.tar.gz
  6. mv ssleay.cnf /usr/share/apache2/ssleay.cnf
  7. mkdir /etc/apache2/ssl
  8. ./apache2-ssl-certificate -days 3650
  9. a2enmod ssl
  10. a2ensite default-ssl
  11. Configure Throwback LP
  12. Open PHPMyAdmin by going to http://NAME-OF-SITE/phpmyadmin 1. Log into the database 2. Click on the SQL icon in the upper left corner 3. Paste the contents of throwbackcp.sql. This will create an empty database instance.
  13. Upload TB LP files to server
  14. Modify cp/includes/conf.php if any default installation instructions have been modified.
  15. Move index.php, res.php, and the cp folder to all the domains configured in /opt/web/
  16. You can now access the Throwback LP server at https://NAME-OF-SITE/cp/index.php
  17. The default username is root and the default password is Throwback!@#
  18. Configure Metasploit for use with Throwback
  19. Download and install Metasploit Framework
  20. See ./cp/includes/msfrpcd.php for detailed instructions
  21. Allow remote access to MySQL if necessary (if more than one LP)
  22. vim /etc/mysql/my.cnf and change bind-address to 0.0.0.0
  23. GRANT ALL ON throwbackcp.* TO tblp@'<ip_address>' IDENTIFIED BY 'ThrowbackPwnage!@#';
  24. FLUSH PRIVILEGES;

throwbacklp's People

Contributors

silentbreaksec avatar mubix avatar

Watchers

 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.