Skip to content

Commit e1c312c

Browse files
committed
fix: update AboutSecurity repository URL in catalog.json and f8x script
1 parent b534246 commit e1c312c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
},
305305
{
306306
"name": "AboutSecurity",
307-
"url": "https://github.com/ffffffff0x/AboutSecurity"
307+
"url": "https://github.com/wgpsec/AboutSecurity"
308308
},
309309
{
310310
"name": "nmap",
@@ -1186,7 +1186,7 @@
11861186
"includes": [
11871187
{
11881188
"name": "AboutSecurity",
1189-
"url": "https://github.com/ffffffff0x/AboutSecurity"
1189+
"url": "https://github.com/wgpsec/AboutSecurity"
11901190
},
11911191
{
11921192
"name": "nmap",

f8x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3326,7 +3326,7 @@ Pentest_Dic_Install(){
33263326
then
33273327
Echo_ALERT "$name dictionary already exists"
33283328
else
3329-
rm -rf $P_Dir/$name > /dev/null 2>&1 && $Proxy_OK git clone --depth 1 ${GitProxy}https://github.com/ffffffff0x/AboutSecurity.git $P_Dir/$name > /dev/null 2>&1 && Echo_INFOR "Downloaded $name in the $P_Dir/$name" || Echo_ERROR "Failed to download the $name dictionary from github"
3329+
rm -rf $P_Dir/$name > /dev/null 2>&1 && $Proxy_OK git clone --depth 1 ${GitProxy}https://github.com/wgpsec/AboutSecurity.git $P_Dir/$name > /dev/null 2>&1 && Echo_INFOR "Downloaded $name in the $P_Dir/$name" || Echo_ERROR "Failed to download the $name dictionary from github"
33303330
fi
33313331

33323332
}

0 commit comments

Comments
 (0)