Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.46 KB

Icon

NITROFORCE

DESCRIPTION

NITROFORCE picks numbers in range 0..9 from pin list and passes 4-digit combination into Android smartphone through adb.

NOTICE
This software was developed for educational purposes ONLY.
Author do not take any responsibility for his software's users or any unfair/malicious usage.

BUILDING

  • Install Rust and Cargo (e.g via rustup)
    • Arch-based distributions: sudo pacman -S rust
  • Build project: cargo build --release

ADB INSTALLATION

  • Arch-based distributions
    • sudo pacman -S android-tools
  • Debian-based distributions
    • sudo apt-get install android-tools-adb
  • MacOS: See MACOSX_INSTALLATION

QUICK GUIDE

  • Enable USB-Debugging on your Android phone
  • Linux/MacOS X
    • Clone or download repository: git clone https://github.com/nitrogenez/nitroforce
    • Connect target device to your machine via USB
    • Goto nitroforce directory: cd /path/to/nitroforce
    • Build project

EXAMPLE

git clone https://github.com/nitrogenez/nitroforce
cd ~/nitroforce
cargo build --release
./target/release/nitroforce

LICENSE

This software is licensed under GNU Affero General Public License v3-or-later. See LICENSE.md for further details.

ILLGIVEYOUNITROGENESIS