Code Monkey home page Code Monkey logo

cryptofever's Introduction

CryptoFever

Miner in the Middle

CryptoFever is an interactive python script that use Bettercap2 to perform a Man In The Middle attack and inject javascript cryptonight miner on requested http/https (sslstrip) webpages by the hosts connected to the same access point (wifi).

Bettercap2 has been rewritten in Golang (https://github.com/bettercap/bettercap) and outperform widely old Bettercap and all others mitm tools around.

Scope

setup LEGAL pay-per-use AP services

easy way to make some crypto with YOUR devices

as a PROOF of concept to test on network you OWN or you've permissions

Any misuse is not under the resposibility of the developer

Getting Started

Simply git clone or download and unzip CryptoFever folder

Setup

Installation and execution both require superuser privileges

Linux

Automatic setup on first run

sudo python cryptofever.py 

or:

sudo chmod +x ./phantom-evasion.py

sudo ./phantom-evasion.py

Osx

Automatic setup on first run

sudo python cryptofever.py 

or:

sudo chmod +x ./phantom-evasion.py

sudo ./phantom-evasion.py

Windows

Manual setup required

require Go >= 1.8

require winpcap https://github.com/bettercap/bettercap/wiki/Compilation-on-Windows

download bettercap https://github.com/bettercap/bettercap/releases/download/v2.3.1/bettercap_windows_amd64_2.3.1.zip

and extract it inside CryptoFever/lib

Automatic setup

if available (actually only linux and osx) it will:

check for the presence of Go >= 1.8 download and extract it if not found. download and compile libpcap 1.8.1 create a symlink (sudo ln -s /usr/lib/x86_64-linux-gnu/libpcap.so.1.8.1 /usr/lib/libpcap.so.1) download libnetfilterqueue-dev if apt is present download and extract related precompiled version of bettercap2 on lib folder

TO DISABLE AUTOMATIC SETUP on First Run change the value of the var Setup inside Cryptofever/lib/config.txt

Start Http miner injection

inject javascript miner only on http page request

option required:

Interface to use

Target mode (All connected devices,select target(targets) or select target(targets) to ignore (whitelist))

A valid unused port to use as a http-proxy-port for bettercap2

Start Http + sslstrip miner injection

inject javascript miner on http page request and use sslstrip to try to downgrade https to http (injecting miner into https page)

option required:

Interface to use

Target mode (All connected devices,select target(targets) or select target(targets) to ignore (whitelist))

A valid unused port to use as a http-proxy-port for bettercap2

Javascript Pool Miner Generator

CryptoFever is also capable to generate javascript miner (actually only webminerpool type) and will prompt the user to miner generation if the miners folder is empty (CryptoFever/js-miners).

Interactive menu to set miner speed, number of threads ,miner visibilty(alertbox or hidden),mining pool,wallet address and cryptocoin to mine.

No account is required (while it require a wallet address).

List of Minable coin:

Monero (XMR),Sumokoin (SUMO),Electroneum (ETN),Turtlecoin (TRTL)

Miner generated with cryptofever include a 5% dev-donation.

In order to use custom javascript miner move the .js file inside CryptoFever/js-miner folder and then select it on cryptofever.

Pre-release

for any issue or question: [email protected]

license

GPLv3.0

cryptofever's People

Contributors

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