Giter Club home page Giter Club logo

hi-jacket's Introduction

hi-jacket

Hi-Jacket - A GPU cryptojacker script

Getting Started

First of all clone the repository

git clone https://github.com/ZappaBoy/hi-jacket.git
cd hi-jacket

Run testing environment

Run the testing enviroment through docker-compose.

cd ./remote-control
chmod +x ./run-test-environment.sh
./run-test-environment.sh

This will run a DVWA instance with its mysql database in two containers. After this, it will automatically run the dispatcher server (dispatcher.py).

Use the remote control

Before running the remote control you need to define the attack targets in the remote-control/sites-urls.txt. Simply edit the file using tabs as spacer:

  1. Insert in the first column the attack method, you can choose between GET POST ALL AUTO DEFAULT;
  2. In the second column insert the base url of the attack;
  3. In the third column insert the string prams for the GET methods and the body for the POST one;
  4. (optional) In the last column you can insert the cookies such as the PHPSESSID.

You can also use the hashtag (#) to comment a line and avoid the execution of the attack on that target. Here is an example:

GET         http://xss-game.appspot.com                                     /level1/frame?query=XSS
POST        http://localhost:8060/vulnerabilities/xss_s/index.php           txtName=hijacked&mtxMessage=XSS&btnSign=Sign+Guestbook      PHPSESSID=YOURPHPSESSID;security=low
ALL         http://localhost:8060/vulnerabilities/xss_s/index.php
AUTO        http://xss-game.appspot.com                                     /level1/frame?query=XSS
DEFAULT     http://xss-game.appspot.com                                     /level1/frame?query=XSS
# This is a comment. The following line is ignored.
# GET     http://xss-game.appspot.com                                     /level1/frame?query=XSS

Run the attack

Once defined the targets you can run the attack using the remote-control.sh

chmod +x ./remote-control.sh
./remote-control.sh -s -i -p very-danger-payload.txt

hi-jacket's People

Contributors

zappaboy 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.