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:
@@ -7,7 +7,12 @@ address VARCHAR(16) UNIQUE,
|
||||
comm VARCHAR(255),
|
||||
name VARCHAR(255),
|
||||
state VARCHAR(255),
|
||||
info VARCHAR(1024)
|
||||
info 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