Giter Club home page Giter Club logo

bash's Introduction

Bash

-->Bash Cybersecurity Projects

  1. Password Strength Checker & Generator: The bash script functions to check the strength of a password and generate a random password. It first checks the entered password for length, presence of numbers, uppercase letters, lowercase letters, and special characters. Depending on these criteria, it classifies the password as weak, strong, or hard. If the user chooses to generate a password, it generates a random string of the specified length.

2.Open Port Scanner: This bash script is designed to scan a specified IP address for open ports. It iterates through all possible port numbers (from 1 to 65535), attempting to establish a connection to each one. If a connection is successfully established within a short timeframe, it is determined as an open port. The script then reports these open ports.

3.Subdomain Finder: This bash script reads a domain from the user and then checks for the existence of subdomains listed in a file named "subdomains.txt". It uses the host command to resolve the IP address of each subdomain. If the subdomain exists, it prints the corresponding IP address.

  1. IDS.sh: A simple Intrusion Detection System(work in progress)

bash's People

Contributors

enumera8or avatar

Watchers

 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.