All Projects → andrei-zgirvaci → hide-me

andrei-zgirvaci / hide-me

Licence: GPL-3.0 license
Mac and hostname random changer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hide-me

Aliens eye
Social media hunter
Stars: ✭ 105 (+218.18%)
Mutual labels:  hacking-tool, hacking-tools, hackingtool
007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+1024.24%)
Mutual labels:  hacking-tool, hacking-tools, hackingtools
black-hat-python3-code
🏴‍☠️ tools (py3 version) of Black Hat Python book 🏴‍☠️
Stars: ✭ 51 (+54.55%)
Mutual labels:  hacking-tool, hacking-tools, hackingtools
Webspoilt
This script will you help to find the information about the website and to help in penetrating testing
Stars: ✭ 34 (+3.03%)
Mutual labels:  hacking-tool, hacking-tools, hackingtools
Tool X
Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.
Stars: ✭ 3,361 (+10084.85%)
Mutual labels:  hacking-tool, hacking-tools
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐
Stars: ✭ 2,379 (+7109.09%)
Mutual labels:  hacking-tool, hacking-tools
phishEye
phishEye is an ultimate phishing tool in python. Includes popular websites like Facebook, Twitter, Instagram, LinkedIn, GitHub, Dropbox, and many others. Created with Flask, custom templates, and tunneled with ngrok and localhost.run.
Stars: ✭ 47 (+42.42%)
Mutual labels:  hacking-tool, hacking-tools
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (+36.36%)
Mutual labels:  hacking-tool, hacking-tools
hackarsenaltoolkit
Hacking arsenal. This script download the latest tools, wordlists, releases and install common hacking tools
Stars: ✭ 39 (+18.18%)
Mutual labels:  hacking-tool, hacking-tools
wifite2-requirements
This bash script will install wifite2 and its other tools Pyrit, bully, wireshark, hcxtools, hcxdumptool, macchanger
Stars: ✭ 20 (-39.39%)
Mutual labels:  hacking-tool, macchanger
pyhtools
A Python Hacking Library consisting of network scanner, arp spoofer and detector, dns spoofer, code injector, packet sniffer, network jammer, email sender, downloader, wireless password harvester credential harvester, keylogger, download&execute, ransomware, data harvestors, etc.
Stars: ✭ 166 (+403.03%)
Mutual labels:  hacking-tool, hacking-tools
Hack-Utils
Script to facilitate different functions and checks
Stars: ✭ 27 (-18.18%)
Mutual labels:  hacking-tool, hacking-tools
FreeFire-Phishing
Free Fire Phishing Tool ID Hack Tool For Online Hacking
Stars: ✭ 140 (+324.24%)
Mutual labels:  hacking-tool, hacking-tools
minipwner
A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
Stars: ✭ 53 (+60.61%)
Mutual labels:  hacking-tool, hacking-tools
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (+42.42%)
Mutual labels:  hacking-tool, hackingtools
Brutus
Botnet targeting Windows machines written entirely in Python & open source security project.
Stars: ✭ 37 (+12.12%)
Mutual labels:  hacking-tool, hacking-tools
Black-Tool
Install the tools and start Attacking , black-tool v5.0 ! ⬛
Stars: ✭ 239 (+624.24%)
Mutual labels:  hacking-tool, hacking-tools
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+454.55%)
Mutual labels:  hacking-tool, hacking-tools
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+175.76%)
Mutual labels:  hacking-tool, hackingtools
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+445.45%)
Mutual labels:  hacking-tool, hacking-tools

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].