GithubHelp home page GithubHelp logo

evilc0d3rh4ck3r / bash-port-scanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sq00ky/bash-port-scanner

0.0 0.0 0.0 23 KB

A simple bash TCP port scanner

License: GNU Affero General Public License v3.0

Shell 100.00%

bash-port-scanner's Introduction

Hello Everyone!

Welcome to my first major bash scripting project, a simple bash port scanner! the concept is fairly simple, connections are made with /dev/tcp/ip/port, if the port is open, it will print it out to the terminal. If closed, the output will be redirected to /dev/null! I may add a switch for UDP at a later date, it should be fairly simple.

Usage:

chmod +x ./spookyscan.sh
./spookyscan.sh -i <ip> -p <High port cap>

Example:

root@Sp00kySec:~/Scripts# ./spookyscan.sh -i 192.168.1.1 -p 1024                                                                                                                                                                                                             Port 53 is open
Port 80 is open
Port 139 is open
Port 443 is open
Port 445 is open
root@Sp00kySec:~/Scripts#

Enjoy! Remember to use this only against networks/devices you own or have explicit permission to do so. I am in no way reponsible for what you do!

bash-port-scanner's People

Contributors

sq00ky 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.