Giter VIP home page Giter VIP logo

android_kernel_nethunter's Introduction

android_kernel_nethunter

Table of contents

About

A repository that contains a kconfig to enable nethunter support in android kernels.

You would need the appropriate patches for nethunter in which you will find them here

Usage

You can add this to your tree by doing this command

git fetch https://github.com/cyberknight777/android_kernel_nethunter main
git merge -s ours --no-commit --allow-unrelated-histories --squash FETCH_HEAD
git read-tree --prefix=nethunter -u FETCH_HEAD
git commit -m "Imported nethunter/ from https://github.com/cyberknight777/android_kernel_nethunter"

Then go to arch/yourtargetarchitecture/Kconfig and add this line below:

source "nethunter/Kconfig"

Disable this config in menuconfig

CONFIG_ANDROID_BINDERFS

Next you need to enable Basic Nethunter Support option, while the others are purely optional.

Supported Options

  • Basic nethunter support [ consists of sysvipc for postgresql, enabled module support for external modules, hci0 support & mac80211 support ]
  • Ethernet drivers support
  • SDR support
  • HID support
  • USB support
  • WiFi drivers support [ note only ath9k, mt7601, ralink, realtek and zydas will be enabled ]

Once that’s done feel free to compile and use your kernel which has nethunter support now :)

Credits

kali.org for their documentation on configuring the kernel for nethunter support.

android_kernel_nethunter's People

Contributors

cyberknight777 avatar droidkali 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.