Skip to content

Commit

Permalink
daily
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Apr 29, 2024
1 parent 7c4ab2b commit db743f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: "actions/checkout@v4"
-
name: "Analyze workflow files"
uses: "docker://rhysd/actionlint:1.6.26"
uses: "docker://rhysd/actionlint:1.6.27"
with:
args: "-color -verbose -shellcheck="
18 changes: 4 additions & 14 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ extend-exclude = [
"webserver/server-configs-nginx/",
".git/",
"Intercom.md", # HU
"mail/mx-check/disposable-email/", # Domain lists
"mail/mx-check/disposable-mx.list", # Domain list
"mail/spam/21_KAM.cf", # Spam words
"mail/spammer.dnsbl/spammer.dnsbl.zone", # Network names
"monitoring/README.md", # Contains router names
"package/apt-sources/google-cloud-sdk.list", # Fingerprint
"package/docker-backport-goaccess.sh", # base64
"package/quicklz-build.sh", # base64
"package/s3ql-3C4E599F.asc", # GPG key
"repo/debian/dists/", # APT repository
"security/ca/ca-web/text", # SSL certificate
"security/myattackers-ipsets/ipset/", # International names
"security/password2remember_hu.txt", # HU
Expand All @@ -30,25 +26,21 @@ extend-ignore-re = [
";ba'",
"/bin/\\(ba\\)\\?sh",
"-MISSy",
"Full HD",
"for VDISK in hd sd",
"\\^fpr:::::::::",
" ue End underlining",
"PIPE_PASSWORD='\\S+'",
"\\|ignor\\[ei\\]",
"nmap -n -Pn",
"\\|og\\[agv\\]",
]

[default.extend-words]
#"wht"="wht"
"hd"="hd"
# False positives
"bck" = "bck"
"eof" = "eof"
"helo" = "helo"
"chello" = "chello"
"lst" = "lst"
"rsource" = "rsource"
"helo" = "helo"
"referer" = "referer"
"rsource" = "rsource"
"seeked" = "seeked"

# Typos
Expand All @@ -63,8 +55,6 @@ extend-ignore-re = [

[default.extend-identifiers]
# False positives
"ogPipe" = "ogPipe"
"ogShow" = "ogShow"
# https://manpages.debian.org/bookworm/manpages-dev/open.2.en.html#File_access_mode
"O_WRONLY" = "O_WRONLY"
"SSL_CK_DES_192_EDE3_CBC_WITH_MD5" = "SSL_CK_DES_192_EDE3_CBC_WITH_MD5"
Expand Down
2 changes: 2 additions & 0 deletions security/myattackers-ipsets/ipset/datacamp.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ add datacamp 82.118.29.0/24
add datacamp 82.118.30.0/24
#add datacamp 185.251.19.0/24
add datacamp 188.212.135.0/24
# US-HEAPPLAYER
add datacamp 192.109.205.0/24
add datacamp 194.169.217.0/24
# EXTERNAL
#add datacamp 45.130.83.0/24
Expand Down
1 change: 1 addition & 0 deletions security/myattackers-ipsets/ipset/digitalenergy.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ add digitalenergy 185.222.56.0/22
# IPXO

# AS396356 - Latitude.sh
add digitalenergy 108.165.243.0/24
add digitalenergy 185.223.152.0/24

0 comments on commit db743f8

Please sign in to comment.