| Original Letter | Look-Alike(s) |
|---|---|
| a | а ạ ą ä à á ą |
| c | с ƈ ċ |
| d | ԁ ɗ |
| e | е ẹ ė é è |
| g | ġ |
| h | һ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # By: Brady Shea - 10FEB2020 | |
| # | |
| # Usage (ip4 only): | |
| # geoip2lookup IP_ADDRESS | |
| # | |
| # ** Install GeoIP Tool and Updater ** | |
| # | |
| # sudo add-apt-repository ppa:maxmind/ppa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM golang:1.14-alpine | |
| COPY . /go/src/app | |
| WORKDIR /go/src/app | |
| RUN go get -v -d | |
| RUN go install | |
| CMD ["app"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # This file was written as an executable to be used in the auto report function | |
| # of csf and lfd. By replacing $YOUR_API_KEY below with your abuseipdb api key, | |
| # allows you to use this code to integrate your csf system with abuseipdb.com | |
| use strict; | |
| use warnings; | |
| use HTTP::Tiny; | |
| use JSON; | |
| # Gather the information from the commandline passed by lfd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Print usage | |
| function usage { | |
| echo -n "$(basename $0) CIDR... | |
| $(basename $0) [OPTION] CIDR... | |
| This script prints the ip range or full list of ip addresses for one or more CIDR. | |
| Options: |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 198.143.133.154;AS32475;SingleHop;Linux 3.11+;server1.phx.internet-census.org | |
| 107.6.171.130;AS32475;SingleHop;Linux 3.11+;server2.ams.internet-census.org | |
| 45.33.66.232;AS63949;Linode;Linux 3.11+;li-new-us-gp1-wk101.internet-census.org | |
| 69.175.97.170;AS32475;SingleHop;Linux 3.11+;server1.chi3.internet-census.org | |
| 173.255.213.43;AS63949;Linode;Linux 3.11+;li-cal-us-gp1-wk102.internet-census.org | |
| 198.20.103.242;AS32475;SingleHop;Linux 3.11+;server1.ams.internet-census.org | |
| 45.33.2.193;AS63949;Linode;Linux 3.11+;li-dal-us-gp2-wk101.internet-census.org | |
| 107.6.169.250;AS32475;SingleHop;Linux 3.11+;server3.ams.internet-census.org | |
| 184.154.189.90;AS32475;SingleHop;Linux 3.11+;server4.chi3.internet-census.org | |
| 184.154.47.2;AS32475;SingleHop;Linux 3.11+;server2.chi3.internet-census.org |