Add signatures

This commit is contained in:
Brendan Coles
2015-01-31 21:48:53 +00:00
parent 7fc65a70af
commit 4b8aa2d0a2

View File

@@ -112,6 +112,10 @@ beef.execute(function() {
"Billion Router",
"80","http",false,
"/customized/logo.gif",224,55),
new Array(
"Netgear N300 Router",
"80","http",false,
"/settings.gif",750,85),
new Array(
"Linksys NAS",
"80","http",false,
@@ -204,6 +208,14 @@ beef.execute(function() {
"HP Printer Photosmart series",
"80","http",false,
"/webApps/images/hp_d_rgb_m.gif",50,50),
new Array(
"Lexmark Printer",
"80","http",false,
"/images/lexlogo.gif",153,115),
new Array(
"Canon Printer",
"8000","http",false,
"/login/image/canonlogo.gif",100,37),
new Array(
"Zenoss",
"8080","http",false,
@@ -220,22 +232,40 @@ beef.execute(function() {
"pfSense",
"443","https",false,
"/themes/pfsense_ng/images/logo.gif",200,56),
new Array(
"Apache Tomcat",
"8080","http",true,
"/docs/images/tomcat.gif",146,92),
new Array(
"Jenkins",
"80","http",false,
"/static/"+Math.random().toString(36).substring(2,10)+"/images/jenkins.png",240,323),
new Array(
"SAP NetWeaver",
"80","http",true,
"/logon/layout/shadow.jpg",18,4),
new Array(
"Netscape iPlanet",
"80","http",true,
"/mc-icons/menu.gif",21,18),
new Array(
"m0n0wall",
"80","http",false,
"/logo.gif",150,47)
"/logo.gif",150,47),
new Array("SMC Router","80","http",false,"/images/logo.gif",133,59)
// Uncommon signatures
//new Array("Citrix MetaFrame", "80", "http", false, "/Citrix/MetaFrameXP/default/media/nfusehead.gif",230,41),
//new Array("Oracle E-Business Suite","80","http",false,"/OA_MEDIA/FNDSSCORP.gif",134,31),
//new Array("OracleAS Reports Service","80","http",false,"/reports/images/oraclelogo_sizewithprodbrand.gif",133,20),
//new Array("Oracle iLearning","80","http",false,"/ilearn/en/shared/img/coin_help_ready.gif",60,32),
//new Array("RSA Self-Service Console", "80", "http",false,"/console-selfservice/images/default/icn_help.gif",14,14),
//new Array("Sambar Server", "80", "http",false,"/sysimage/system/powerby.gif",41,23),
//new Array("BeEF","3000","http",false,"/ui/media/images/beef.png",200,149),
//new Array("BeEF (PHP)","80","http",false,"/beef/images/beef.gif",32,32),
//new Array("Siemens Simatic","80",false,"/Images/Siemens_Firmenmarke.gif",115,76),
//new Array("Alt-N MDaemon World Client","3000","http",false,"/LookOut/biglogo.gif",342,98),
//new Array("VLC Media Player","8080","http",false,"/images/white_cross_small.png",9,9),
//new Array("SMC Networks","80","http",false,"/images/logo.gif",133,59),
//new Array("Syncrify","5800","http",false,"/images/468x60.gif",468,60),
//new Array("Winamp Web Interface","80","http",false,"/img?image=121",30,30),
);