Git Product home page Git Product logo

practical-ethical-hacker's Introduction

PEH Toolbelt

These are some tools I made from taking from The Cyber Mentor's course on certified ethical hacking.

General Links

Link to Website: https://www.thecybermentor.com/

Links to course:

Link to discord server: https://discord.gg/EM6tqPZ

FAQ: https://github.com/hmaverickadams/Practical-Ethical-Hacking-FAQ

What This Includes

  • port_scanner.py: A script to scan a host's ports to see which are open.
  • ip_sweep.sh: A script to see which hosts, by IP address, are connected to a network.
  • turn-key_socket.py: A script to create a web socket.

Getting Started

Requirements

  • Python3
  • a CLI (if you're on Windows, this is the Command Prompt; for Linux and Mac, this is your terminal)

Starting from Scratch

Clone the repo (in your terminal, type git clone https://github.com/crc8109/Certified-Ethical-Hacker.git) and then open the CLI for the directory you just created. Here's the instructions for running the first two scripts, the ones that are used for reconnaissance:

  • python3 port_scanner.py > Open_ports.txt; then enter a starting port # and an ending port # (e.g. 1 65000) so the scan can start
  • ./ip_sweep.sh <the first 3 octets of your network> (e.g 192.168.0); feel free to also redirect the output to a file too (e.g. ./ip_sweep.sh 192.168.0 > connected_hosts.txt)
  • In one terminal, run netcat -nvlp 7777 (this just tells your machine to listen to port 7777 for a connection). In another terminal run python3 turn-key_socket.py. You should see in the first terminal that a connection was made. This means this script works.

If this doesn't work, feel free to reach out.

practical-ethical-hacker's People

Contributors

lito-frito avatar

Watchers

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