mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
Add new fingerprint to http-fingerprints.lua (BitWarden)
This commit is contained in:
@@ -9139,6 +9139,27 @@ table.insert(fingerprints, {
|
||||
}
|
||||
});
|
||||
|
||||
-- Bitwarden Vault
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
probes = {
|
||||
{
|
||||
path = '/manifest.json',
|
||||
method = 'GET'
|
||||
}
|
||||
},
|
||||
matches = {
|
||||
{
|
||||
match = '([\'"])name%1%s*:%s*[\'"][Bb]itwarden',
|
||||
output = 'Bitwarden Vault Manifest File'
|
||||
},
|
||||
{
|
||||
match = '',
|
||||
output = 'Manifest JSON File'
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
------------------------------------------------
|
||||
---- UNCATEGORIZED ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user