browser_autopwn now works with mozilla_compareto, mozilla_navigatorjava, and firefox_queryinterface; increased reliability of OS and browser detection
git-svn-id: file:///home/svn/framework3/trunk@5563 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
+6
-1
@@ -6,7 +6,12 @@ create table hosts (
|
||||
'comm' VARCHAR(255),
|
||||
'name' VARCHAR(255),
|
||||
'state' VARCHAR(255),
|
||||
'desc' VARCHAR(1024)
|
||||
'desc' VARCHAR(1024),
|
||||
'os_name' VARCHAR(255),
|
||||
'os_flavor' VARCHAR(255),
|
||||
'os_sp' VARCHAR(255),
|
||||
'os_lang' VARCHAR(255),
|
||||
'arch' VARCHAR(255)
|
||||
);
|
||||
|
||||
drop table services;
|
||||
|
||||
Reference in New Issue
Block a user