Skip to content

Commit

Permalink
daily
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 16, 2024
1 parent 07a62ea commit 811865f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ extend-ignore-re = [
"LESS_TERMCAP_ue" = "LESS_TERMCAP_ue"

# Typos
"Github" = "GitHub"
"Wordpress" = "WordPress"
1 change: 1 addition & 0 deletions mail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ Sample response: `The IP address 1.2.3.4 is on the the following MIPSpace Reputa
#### Lookup Tools/Monitoring Tools

- https://whois.smartweb.cz/en/blacklist/check/
- https://www.litmus.com/gmail-category-tab-test
- https://glockapps.com/spam-testing `R`
- https://bgp.he.net/ip/1.2.3.4#_rbl
- https://hetrixtools.com/dashboard/blacklist-monitors/
Expand Down
7 changes: 7 additions & 0 deletions security/myattackers-ipsets/ipset/datacamp.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,20 @@ add datacamp 193.218.190.0/24
# AS206092 - IPXO / SECFIREWALL
# Legaco, Panq
add datacamp 45.86.200.0/24
add datacamp 45.92.229.0/24
add datacamp 45.95.243.0/24
add datacamp 45.154.138.0/24
add datacamp 63.135.161.0/24
add datacamp 82.118.29.0/24
#add datacamp 185.251.19.0/24
add datacamp 188.212.135.0/24
add datacamp 194.169.217.0/24
# EXTERNAL
#add datacamp 45.130.83.0/24
# VELCOM
add datacamp 104.234.53.0/24

add datacamp 166.1.12.0/24

# AS137409 - Global Secure Layer
# GSL Networks
Expand Down
2 changes: 1 addition & 1 deletion tools/php-unserialize
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# LOCATION :/usr/local/bin/php-unserialize

// Unserialize standard input.
var_dump( unserialize( file_get_contents( 'php://stdin' ) ) );
var_dump(unserialize(file_get_contents('php://stdin')));

0 comments on commit 811865f

Please sign in to comment.