Giter Site home page Giter Site logo

andrei-zgirvaci / hide-me Goto Github PK

View Code? Open in Web Editor NEW
36.0 2.0 10.0 36 KB

Mac and hostname random changer

License: GNU General Public License v3.0

Python 100.00%
macchanger hackingtools hackingtool hacking-tools hacking-tool hostname hostname-random-changer

hide-me's Introduction

Mac and hostname random changer (hide-me)

Every time I was trying to do an Network Penetration Testing, I needed to do some steps to make sure I was hidden, put my interface down, change my mac address, change my hostname, putting interface back up, and restarting network-manager service, and when done, changing my mac address and hostname to original one. This took me a while and sometimes I even forgot to do something from those steps. Then I came to an idea to make a script that does all that for me. Basicly this script will change the mac address to a random one and will pick a random hostname from specified file.

WRITTEN BY: Andrei Zgirvaci

DISCLAIMER: This is only for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period.

CONTRIBUTE: Contributions are always welcome!

If you can, please take a minute to star this repo and follow me, It will be much appreciated!!!

Demo

Installation

To install this script, type following commands in your shell:

  git clone https://github.com/MD3XTER/hide-me

To execute script from anywhere, add this to ~/.bashrc:

  PATH=/path/to/hide-me:"$PATH"

Restart terminal and now you can type 'hide-me' from anywhere and it will execute!

Requirements

  1. python version > 3.5 installed
  2. Command hostname should be available
  3. macchanger installed

You can install macchanger by typing next line:

apt-get install macchanger

Usage

Usage: hide-me device [file_location]

  -h, --help       Print this help
  [file_location]  Indicate file location with hostnames
  quit             Retrieve changes to original

A default .txt file with random hostnames is located in 'dict' folder

Tested platforms

  • Linux

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See 'LICENSE' for more information.

hide-me's People

Contributors

andrei-zgirvaci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hide-me's Issues

Can't Execute From Anywhere

I added that line to ~/.bashrc and it doesn't do anything; I still get a "hide-me: command not found"
However, I can still execute the script in it's own directory.
The line I have written in is:
PATH=/home/(my user)/Development/hide-me:"$PATH"

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.