Add additional paths for WPAD

This commit is contained in:
Brendan Coles
2016-04-02 08:06:36 +00:00
parent d390f24730
commit c3b88ce832

View File

@@ -42,6 +42,11 @@ beef.execute(function() {
}
load_script("http://wpad/wpad.dat");
load_script("http://wpad/wpad.pac");
load_script("http://wpad/proxy.dat");
load_script("http://wpad/proxy.pac");
setTimeout("read_wpad()", 10000);
});