Git Product home page Git Product logo

aircrack-ng-for-termux's Introduction

Problem

E: Unable to locate package aircrack-ng error occurs when installing aircrack-ng in termux via pkg install aircrack-ng command. Picture-2023-02-12 16 39 08

Reason behind this problem

Termux owner decides to remove "aircrack-ng" package from termux root-repo

Solution

Now, we need to install aircrack-ng manually in termux

Installation

  1. Need to download & install termux from f-droid
  2. run this command
apt update && apt upgrade -y  
  1. run
pkg install wget -y
  1. run
apt install libc++ libnl libpcap libsqlite openssl pcre zlib -y
  1. Now, we need to know our device architecture. Run
uname -m

my device architecture is aarch64

Picture-2023-02-12 16 39 07

  1. now run one of this command according to your device architecture,

For aarch64

wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-aarch64/aircrack-ng_3_1.7_aarch64.deb

For arm

wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-arm/aircrack-ng_3_1.7_arm.deb

For i686

wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-i686/aircrack-ng_3_1.7_i686.deb

For x86_64

wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-x86_64/aircrack-ng_3_1.7_x86_64.deb
  1. now run one of this command according to your device,

For aarch64

dpkg -i aircrack-ng_3_1.7_aarch64.deb

For arm

dpkg -i aircrack-ng_3_1.7_arm.deb

For i686

dpkg -i aircrack-ng_3_1.7_i686.deb

For x86_64

dpkg -i aircrack-ng_3_1.7_x86_64.deb
  1. Congratulatin, you've successfully installed aircrack-ng in termux on your Non-Rooted Phone

Testing

To test aircrack-ng & your device password cracking speed, Run

aircrack-ng -S

My device password cracking speed:

006c05e6b7f2e4ee178ed93bb8a30cd7d04186e2b6461d83dcdca98e23a1b402

Sorry For My Bad English :)

aircrack-ng-for-termux's People

Contributors

2096779623 avatar pitube08642 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.