Merge pull request #853 from bmantra/master
add fingerprint of m0n0wall to internal network fingerprint module
This commit is contained in:
@@ -206,7 +206,11 @@ beef.execute(function() {
|
||||
new Array(
|
||||
"pfSense",
|
||||
"443","https",false,
|
||||
"/themes/pfsense_ng/images/logo.gif",200,56)
|
||||
"/themes/pfsense_ng/images/logo.gif",200,56),
|
||||
new Array(
|
||||
"m0n0wall",
|
||||
"80","http",false,
|
||||
"/logo.gif",150,47)
|
||||
);
|
||||
|
||||
// for each ip
|
||||
|
||||
Reference in New Issue
Block a user