Skip to content

Commit 80b4b11

Browse files
committed
Malicious-IP-Addresses
1 parent 4baef91 commit 80b4b11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ It is recommended to update the list regularly.
1919

2020
## Mirror
2121
```text
22-
https://raw.githubusercontent.com/sefinek24/malicious-ip-addresses/main/lists/main.txt
22+
https://raw.githubusercontent.com/sefinek24/Malicious-IP-Addresses/main/lists/main.txt
2323
```

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "malicious-ip-addresses",
33
"version": "1.0.0",
44
"description": "This repository contains a list of various IP addresses associated with different malicious activities on the network.\r Most of them are part of botnets used to carry out cyberattacks, such as DDoS (Distributed Denial of Service) attacks.",
5-
"homepage": "https://github.com/sefinek24/malicious-ip-addresses#readme",
5+
"homepage": "https://github.com/sefinek24/Malicious-IP-Addresses#readme",
66
"bugs": {
7-
"url": "https://github.com/sefinek24/malicious-ip-addresses/issues"
7+
"url": "https://github.com/sefinek24/Malicious-IP-Addresses/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sefinek24/malicious-ip-addresses.git"
11+
"url": "git+https://github.com/sefinek24/Malicious-IP-Addresses.git"
1212
},
1313
"license": "MIT",
1414
"author": "Sefinek <[email protected]> (https://sefinek.net)",

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const escapeCsvValue = (value) => {
3434
const res = await axios.get('https://api.sefinek.net/api/v2/cloudflare-waf-abuseipdb/get', {
3535
headers: {
3636
'Authorization': apiKey,
37-
'User-Agent': `Mozilla/5.0 (compatible; Malicious-IP-Addresses/${version}; +https://github.com/sefinek24/malicious-ip-addresses)`
37+
'User-Agent': `Mozilla/5.0 (compatible; Malicious-IP-Addresses/${version}; +https://github.com/sefinek24/Malicious-IP-Addresses)`
3838
}
3939
});
4040

0 commit comments

Comments
 (0)