← All projects

bash_scripting

by @bing0o

195

bash scripting thing!

About this project

bashscripting Description: bash scripts I use daily to automate some stuff and make linux easier, there's no specific purpose behind this repo only to share any script that i think will be usefull for somebody else, or anyone who wants to learn bash script and needs some ideas to practice (that's how i learnt :D) Most of the script in this repo has some comments inside to explain the purpose of the script and how it can be used, but i'm gonna leave here a description for some of them and how they can be used if needed. ASNenum.sh: this script use api.hackertarget.com to do ASN Enumeration against an IP address or ASN number, if the input is an IP address you will get an ASN number and a CIDR, if the input is an ASN you will get a list of CIDRs (one or more) that belongs to the same owner. DomainToIP.sh: wrapper around nslookup linux cli tool to translate hostnames to IPs. Getalldomains.sh: uses https://reverse-whois-api.whoisxmlapi.com/ to enumerate TLDs (Top Level Domains) that belongs to the same owner based on Registrare Email/Name whois records. ReverseIP:

From the project README on GitHub

Stars
195
Forks
65
Last push
13 Nov 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/bash-scripting.svg)](https://www.madeinalgeria.dev/projects/bash-scripting)

Related projects