Skip to content

Instantly share code, notes, and snippets.

View iShariefi's full-sized avatar
👨‍💻
Coding

Syed Shariefi iShariefi

👨‍💻
Coding
View GitHub Profile
@iShariefi
iShariefi / reverse-ip-lookup.sh
Created May 15, 2023 20:20
A bash script to Reverse IP Lookup (a way to identify hostnames that have DNS (A) records associated with an IP address)
#!/bin/bash
stop=$#
inputIP=""
inputFile=""
knownIPFile=""
showUsage=0
verbose=0
for ((i=0; i<$stop; i++))
@iShariefi
iShariefi / dabblet.css
Last active December 5, 2020 15:19 — forked from kesarawimal/dabblet.css
Untitled
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css");
h1 {
text-align: center;
margin: 35px 0 20px 0 !important;
}
body {
text-align: Right;
color: #fff;
background-color: #000;