Esempio n. 1
0
 def test_plugin_httpt(self):
     suboptions = {'urls': asset_file('urllist.txt')}
     runTest('httpt', suboptions, Options(), reactor)
     return
Esempio n. 2
0
 def test_plugin_tcpconnect(self):
     suboptions = {'asset': asset_file('ipports.txt')}
     runTest('tcpconnect', suboptions, Options(), reactor)
     return
Esempio n. 3
0
 def test_plugin_captivep(self):
     runTest('blocking', None, Options(), reactor)
     return
Esempio n. 4
0
 def test_plugin_blocking(self):
     suboptions = {'asset': asset_file('urllist.txt')}
     runTest('blocking', suboptions, Options(), reactor)
     return