Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit ab8d550

Browse files
committed
Add ncrack to the supported scanners
1 parent 355d3a3 commit ab8d550

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gatsby-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const scannerRepos = [
3737
name: 'WPScan',
3838
url: 'https://github.com/secureCodeBox/scanner-cms-wpscan',
3939
},
40+
{
41+
name: 'Ncrack',
42+
url: 'https://github.com/secureCodeBox/scanner-infrastructure-ncrack',
43+
},
4044
];
4145

4246
module.exports = {

0 commit comments

Comments
 (0)