Giter Site home page Giter Site logo

nichide's Introduction

NicHide - network card anonimity tool GitHub release license-badge


Project information

NicHide is a security tool to hide NIC's ethernet addresses in linux boxes. It uses coreutils and other basic linux packages aside with mac address generation algorithm to effectively change the hardware signature from the network card, granting to the user a new hard- ware address to use, causing all the packets sent from it to have this new, randomly generated address.

Requirements

  1. Linux OS
  2. make
  3. ethtool
  4. git

Instructions

This section will tutor the user to compile and install the program into the system.

Download

git clone https://github.com/0x00-0x00/nichide.git

Compiling and installation

After cloning the repository, change to directory and follow these instructions to compile the program.

To compile the program, 'make' is required. The command to do it is the following:

make
su  # only root can install programs into the system
make install

If the output does not report any problems, the program was successfully installed. To check, type:

nichide --help

Usage

The program currently has 3 modes of operation:

Random mac

To generate a random mac and set it to a interface named 'eth0', type at terminal:

nichide -i eth0 -r

Original mac

To restore the original (also known as permanent) address of the interface pointed above, type at terminal:

nichide -i eth0 -p

Manual mac

To set an address AA:AA:AA:AA:AA:AA manually to the interface previously mentioned, type at terminal:

nichide -i eth0 -m AA:AA:AA:AA:AA:AA

nichide's People

Stargazers

Andre Marques (zc00l) avatar

Watchers

James Cloos 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.