├── .codecov.yml ├── .gitattributes ├── .github ├── dependabot.yml └── workflows │ ├── codeql.yml │ ├── docker.yml │ ├── linux.yml │ ├── osx.yml │ ├── release.yml │ └── safety.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .pyup.yml ├── .readthedocs.yaml ├── .safety-policy.yml ├── Dockerfile ├── LICENSE.txt ├── MANIFEST.in ├── README.rst ├── docs ├── Makefile ├── make.bat └── source │ ├── _static │ └── .gitignore │ ├── api.rst │ ├── build.rst │ ├── conf.py │ ├── configuration.rst │ ├── docker.rst │ ├── index.rst │ ├── intro.rst │ ├── jshooks.rst │ ├── logging.rst │ ├── plugins.rst │ ├── requirements.txt │ └── usage.rst ├── pyproject.toml ├── tests ├── Analysis │ ├── __init__.py │ └── test_Honeyagent.py ├── Classifier │ ├── __init__.py │ └── test_Classifiers.py ├── DOM │ ├── __init__.py │ ├── test_DOMTokenList.py │ ├── test_HTTPSession.py │ ├── test_JSClass.py │ ├── test_JSEngine.py │ ├── test_JSInspector.py │ ├── test_Location.py │ ├── test_MimeType.py │ ├── test_MimeTypes.py │ ├── test_Personality.py │ ├── test_Plugin.py │ ├── test_Plugins.py │ ├── test_SchemeHandler.py │ └── test_Views.py ├── Encoding │ └── test_Encoding.py ├── Java │ ├── __init__.py │ ├── test_System.py │ ├── test_java.py │ └── test_lang.py ├── Logging │ ├── __init__.py │ ├── modules │ │ ├── __init__.py │ │ ├── test_ElasticSearch.py │ │ ├── test_ExploitGraph.py │ │ ├── test_JSON.py │ │ ├── test_Mapper.py │ │ └── test_MongoDB.py │ ├── test_BaseLogging.py │ ├── test_LoggingModules.py │ ├── test_SampleLogging.py │ └── test_ThugLogging.py ├── Plugins │ └── test_ThugPlugin.py ├── ThugAPI │ ├── __init__.py │ ├── test_OpaqueFilter.py │ ├── test_ThugAPI.py │ ├── test_ThugOpts.py │ ├── test_ThugVulnModules.py │ ├── test_Watchdog.py │ └── test_abstractmethod.py ├── __init__.py ├── functional │ ├── features.json │ ├── test_adobereader.py │ ├── test_asyncprefetch.py │ ├── test_brokenurl.py │ ├── test_classifiers.py │ ├── test_disabled_activex.py │ ├── test_events.py │ ├── test_exploits.py │ ├── test_extensive.py │ ├── test_favicon.py │ ├── test_features.py │ ├── test_file_api.py │ ├── test_image_processing.py │ ├── test_inspector.py │ ├── test_jquery.py │ ├── test_loop_detection.py │ ├── test_mimehandler.py │ ├── test_misc_chrome.py │ ├── test_misc_firefox.py │ ├── test_misc_ie100.py │ ├── test_misc_ie110.py │ ├── test_misc_ie60.py │ ├── test_misc_ie70.py │ ├── test_misc_ie90.py │ ├── test_misc_safari.py │ ├── test_pyhooks.py │ ├── test_screenshot.py │ ├── test_shockwave.py │ ├── test_silverlight.py │ ├── test_url_standard.py │ └── test_webtracking.py ├── samples │ ├── Events │ │ ├── testDocumentEvent.html │ │ ├── testEvent1.html │ │ ├── testEvent10.html │ │ ├── testEvent11.html │ │ ├── testEvent12.html │ │ ├── testEvent13.html │ │ ├── testEvent14.html │ │ ├── testEvent15.html │ │ ├── testEvent16.html │ │ ├── testEvent2.html │ │ ├── testEvent3.html │ │ ├── testEvent4.html │ │ ├── testEvent5.html │ │ ├── testEvent6.html │ │ ├── testEvent7.html │ │ ├── testEvent8.html │ │ ├── testEvent9.html │ │ ├── testEventException.html │ │ ├── testEvents.html │ │ ├── testMessageEvent.html │ │ ├── testMouseEvent.html │ │ ├── testMutationEvent.html │ │ └── testStorageEvent.html │ ├── classifiers │ │ ├── cookie1.txt │ │ ├── cookie2.txt │ │ ├── test1.html │ │ ├── test13.html │ │ ├── test2.html │ │ ├── test3.html │ │ ├── test4.html │ │ ├── test5.html │ │ ├── test6.html │ │ ├── test7.html │ │ └── test8.html │ ├── exploits │ │ ├── 22196.html │ │ ├── 22811_Elazar.html │ │ ├── 2448.html │ │ ├── 2mix.html │ │ ├── 33243-excel.html │ │ ├── 33243-office.html │ │ ├── 33243-powerpoint.html │ │ ├── 33243-word.html │ │ ├── 3420.html │ │ ├── 36488084.sc │ │ ├── 39973780.sc │ │ ├── 4042.html │ │ ├── 4043.html │ │ ├── 4148.html │ │ ├── 4149.html │ │ ├── 4150.html │ │ ├── 4158.html │ │ ├── 4226.html │ │ ├── 4230.html │ │ ├── 4237.html │ │ ├── 4250.html │ │ ├── 4351.html │ │ ├── 4420.html │ │ ├── 4427.html │ │ ├── 4594.html │ │ ├── 4613.html │ │ ├── 4663.html │ │ ├── 4829.html │ │ ├── 4869.html │ │ ├── 4874.html │ │ ├── 4875.html │ │ ├── 4894.html │ │ ├── 4903.html │ │ ├── 4909.html │ │ ├── 4918.html │ │ ├── 4932.html │ │ ├── 4967.html │ │ ├── 4974.html │ │ ├── 4979.html │ │ ├── 4982.html │ │ ├── 4986.html │ │ ├── 4987.html │ │ ├── 5025.html │ │ ├── 5043.html │ │ ├── 5045.html │ │ ├── 5049.html │ │ ├── 5051.html │ │ ├── 5052.html │ │ ├── 5153.html │ │ ├── 5188.html │ │ ├── 5190.html │ │ ├── 5193.html │ │ ├── 5205.html │ │ ├── 5217.html │ │ ├── 5218.html │ │ ├── 5225.html │ │ ├── 5264.html │ │ ├── 5271.html │ │ ├── 5272.html │ │ ├── 55875.html │ │ ├── ARCserve_AddColumn_BoF.html │ │ ├── AnswerWorks.htm │ │ ├── AnswerWorks2.htm │ │ ├── AnswerWorks3.htm │ │ ├── AolAttack.html │ │ ├── AolICQ.htm │ │ ├── BaiduBar.htm │ │ ├── BitDefender.htm │ │ ├── CABrightStor.htm │ │ ├── ChinaGames.html │ │ ├── Comodo.htm │ │ ├── ConnectAndEnterRoom.htm │ │ ├── CreativeSoftAttack.htm │ │ ├── DLinkMPEG.htm │ │ ├── DPClient.htm │ │ ├── DVRHOSTWeb.htm │ │ ├── DirectShow.htm │ │ ├── DivX.htm │ │ ├── Domino.htm │ │ ├── Domino2.htm │ │ ├── Domino3.htm │ │ ├── FileUploader.htm │ │ ├── GLIEDown2.htm │ │ ├── GatewayWeblaunch.htm │ │ ├── Gogago.html │ │ ├── Gogago2.html │ │ ├── GomWeb.htm │ │ ├── HPInfo_GetRegValue.htm │ │ ├── HPInfo_LaunchApp.htm │ │ ├── HPInfo_SetRegValue.htm │ │ ├── IMWebControl.htm │ │ ├── InternetCleverSuite.html │ │ ├── JavaActiveXMemoryCorruption.html │ │ ├── JavaDeploymentToolkit.html │ │ ├── JetAudioDownloadFromMusicStore.htm │ │ ├── Kingsoft.htm │ │ ├── MSVFP.html │ │ ├── MacrovisionFlexNet.htm │ │ ├── MicrosoftWorks7Attack.htm │ │ ├── Move.htm │ │ ├── MyspaceUploader.htm │ │ ├── NCTAudioFile2.htm │ │ ├── NamoInstaller.htm │ │ ├── NeoTracePro.htm │ │ ├── NessusScanCtrl.htm │ │ ├── OWCSpreadsheet.html │ │ ├── OurgameGLWorld.htm │ │ ├── OurgameGLWorld.html │ │ ├── OurgameGLWorld2.htm │ │ ├── PPlayer.htm │ │ ├── PTZCamPanel.htm │ │ ├── Pps.html │ │ ├── Pps2.html │ │ ├── Pps3.html │ │ ├── QuantumStreaming.htm │ │ ├── RDSDataSpace.htm │ │ ├── RDSDataSpace2.htm │ │ ├── RediffBolDownloaderAttack.htm │ │ ├── RegistryPro.htm │ │ ├── RtspVaPgCtrl.htm │ │ ├── SSReaderPdg2_LoadPage.htm │ │ ├── SSReaderPdg2_Register.htm │ │ ├── SinaDLoader.htm │ │ ├── SonicWallNetExtenderAddRouteEntry.htm │ │ ├── StormConfig.htm │ │ ├── StreamAudioChainCast.htm │ │ ├── SymantecAppStream.html │ │ ├── SymantecBackupExec.htm │ │ ├── SymantecBackupExec2.htm │ │ ├── SymantecBackupExec3.htm │ │ ├── SymantecBackupExec4.htm │ │ ├── Toshiba.htm │ │ ├── UUSeeUpdate.htm │ │ ├── UniversalUpload.htm │ │ ├── VLC.htm │ │ ├── VLC2.htm │ │ ├── VLC3.htm │ │ ├── VisualStudioDTE80.html │ │ ├── WMEncProfileManager.htm │ │ ├── WMP.html │ │ ├── WinZip.htm │ │ ├── XMLDOM-evasion.html │ │ ├── Xupload.htm │ │ ├── YahooJukebox.htm │ │ ├── YahooMessengerCyft.html │ │ ├── YahooMessengerYVerInfo.htm │ │ ├── YahooMessengerYwcvwr_GetComponentVersion.htm │ │ ├── YahooMessengerYwcvwr_server.htm │ │ ├── ZenturiProgramCheckerAttack.htm │ │ ├── ZenturiProgramCheckerAttack2.htm │ │ ├── ZenturiProgramCheckerAttack3.htm │ │ ├── aol_ampx.html │ │ ├── bindshell.sc │ │ ├── blackhole.html │ │ ├── domino.html │ │ ├── enisa.js │ │ ├── gom.html │ │ ├── hpinfo.html │ │ ├── hpinfo1.html │ │ ├── hpinfo2.html │ │ ├── hpinfo3.html │ │ ├── hpupdate1.html │ │ ├── hpupdate2.html │ │ ├── inner_html_example.html │ │ ├── intuit.html │ │ ├── mimikatz.js │ │ ├── ms09002-mod.html │ │ ├── msrichtxt.html │ │ ├── qakbot.html │ │ ├── qvod.html │ │ ├── qvod.js │ │ ├── qvodctl-2.html │ │ ├── qvodctl.html │ │ ├── qvodsrc.html │ │ ├── qvodsrc2.html │ │ ├── realplayer-mod-2.html │ │ ├── realplayer-mod.html │ │ ├── rgod_imesh.html │ │ ├── runcalc.sc │ │ ├── show-283-1.html │ │ ├── ssreader2.html │ │ ├── ssreader_0day.html │ │ ├── ssreader_noplus.html │ │ ├── storm_URL.htm │ │ ├── storm_advancedOpen.htm │ │ ├── storm_backImage.htm │ │ ├── storm_isDVDPath.htm │ │ ├── storm_onBeforeVideoDownload.htm │ │ ├── storm_rawParse.htm │ │ ├── storm_titleImage.htm │ │ ├── stormplayer.html │ │ ├── test-CVE-2010-1885-2.html │ │ ├── test-CVE-2010-1885-3.html │ │ ├── test-CVE-2010-1885.html │ │ ├── test-CVE-2012-4792-2.html │ │ ├── test-CVE-2012-4792-3.html │ │ ├── test-CVE-2012-4792.html │ │ ├── test-CVE-2013-2423.html │ │ ├── test-CVE-2017-0022.html │ │ ├── test-CVE-2021-40444.html │ │ ├── testVsaIDEDTE.html │ │ ├── testVsmIDEDTE.html │ │ ├── toshiba.html │ │ ├── xupload-2.html │ │ └── xupload.html │ ├── features │ │ ├── test1.html │ │ ├── test10.html │ │ ├── test11.html │ │ ├── test12.html │ │ ├── test13.html │ │ ├── test14.html │ │ ├── test15.html │ │ ├── test16.html │ │ ├── test17.html │ │ ├── test18.html │ │ ├── test2.html │ │ ├── test3.html │ │ ├── test4.html │ │ ├── test5.html │ │ ├── test6.html │ │ ├── test7.html │ │ ├── test8.html │ │ └── test9.html │ ├── jQuery │ │ ├── test-jquery-1.html │ │ ├── test-jquery-10.html │ │ ├── test-jquery-11.html │ │ ├── test-jquery-12.html │ │ ├── test-jquery-14.html │ │ ├── test-jquery-15.html │ │ ├── test-jquery-16.html │ │ ├── test-jquery-17.html │ │ ├── test-jquery-18.html │ │ ├── test-jquery-19.html │ │ ├── test-jquery-2.html │ │ ├── test-jquery-20.html │ │ ├── test-jquery-21.html │ │ ├── test-jquery-22.html │ │ ├── test-jquery-23.html │ │ ├── test-jquery-24.html │ │ ├── test-jquery-25.html │ │ ├── test-jquery-26.html │ │ ├── test-jquery-27.html │ │ ├── test-jquery-28.html │ │ ├── test-jquery-29.html │ │ ├── test-jquery-3.html │ │ ├── test-jquery-32.html │ │ ├── test-jquery-33.html │ │ ├── test-jquery-4.html │ │ ├── test-jquery-5.html │ │ ├── test-jquery-6.html │ │ ├── test-jquery-7.html │ │ ├── test-jquery-8.html │ │ └── test-jquery-9.html │ └── misc │ │ ├── PluginDetect-0.7.6.html │ │ ├── PluginDetect-0.7.8.html │ │ ├── PluginDetect-0.7.9.html │ │ ├── PluginDetect-0.9.1.html │ │ ├── PluginDetect.html │ │ ├── meta_refresh.html │ │ ├── test1.html │ │ ├── test2.html │ │ ├── test3.html │ │ ├── test4.js │ │ ├── test5.html │ │ ├── testAcroPDF.html │ │ ├── testAdodbRecordset.html │ │ ├── testAdodbStream.html │ │ ├── testAnchor1.html │ │ ├── testAnchor2.html │ │ ├── testAnchor3.html │ │ ├── testAnchor4.html │ │ ├── testAnchor5.html │ │ ├── testAnchor6.html │ │ ├── testAnchor7.html │ │ ├── testAnchors1.html │ │ ├── testAnchors2.html │ │ ├── testAnchors3.html │ │ ├── testAppendChild.html │ │ ├── testApplet.html │ │ ├── testApplyElement.html │ │ ├── testAsync.html │ │ ├── testAtob.html │ │ ├── testAttrNode.html │ │ ├── testCCInterpreter.html │ │ ├── testCDATASection.html │ │ ├── testCSSStyleDeclaration.html │ │ ├── testCharacterSet.html │ │ ├── testChrome.html │ │ ├── testClassList1.html │ │ ├── testClassList2.html │ │ ├── testClassList3.html │ │ ├── testClassList4.html │ │ ├── testClearAttributes.html │ │ ├── testClearTimeout.html │ │ ├── testClearTimeout2.html │ │ ├── testClipboardData.html │ │ ├── testCloneNode.html │ │ ├── testCloneNode2.html │ │ ├── testCommentNode.html │ │ ├── testConsole.html │ │ ├── testCookie.html │ │ ├── testCreateElement.html │ │ ├── testCreateHTMLDocument.html │ │ ├── testCreateStyleSheet.html │ │ ├── testCreateStyleSheetNoHead.html │ │ ├── testCrypto.html │ │ ├── testCurrentScript.html │ │ ├── testDOMImplementation.html │ │ ├── testDOMImplementation2.html │ │ ├── testDataset.html │ │ ├── testDecodeURIComponent.html │ │ ├── testDefer.html │ │ ├── testDocumentAll.html │ │ ├── testDocumentElement.html │ │ ├── testDocumentFragment1.html │ │ ├── testDocumentFragment2.html │ │ ├── testDocumentFragment3.html │ │ ├── testDocumentFragment4.html │ │ ├── testDocumentFragment5.html │ │ ├── testDocumentType.html │ │ ├── testDocumentWrite1.html │ │ ├── testDocumentWrite2.html │ │ ├── testDocumentWrite3.html │ │ ├── testDocumentWrite4.html │ │ ├── testDomain.html │ │ ├── testDump.html │ │ ├── testEmbed.html │ │ ├── testEntityReference.html │ │ ├── testExecCommand.html │ │ ├── testExecScript.html │ │ ├── testExternal.html │ │ ├── testExternalSidebar.html │ │ ├── testFavicon.html │ │ ├── testFile.html │ │ ├── testFileAPIBlob.html │ │ ├── testFileAPIFile.html │ │ ├── testFolder.html │ │ ├── testFontFaceRule1.html │ │ ├── testFontFaceRule2.html │ │ ├── testFormProperty.html │ │ ├── testFormSubmit.html │ │ ├── testFrame.html │ │ ├── testGetAttribute.html │ │ ├── testGetAttribute2.html │ │ ├── testGetComputedStyle.html │ │ ├── testGetElementById.html │ │ ├── testGetElementsByClassName.html │ │ ├── testGetElementsByTagName.html │ │ ├── testGlobal.html │ │ ├── testHTMLAnchorElement.html │ │ ├── testHTMLAudioElement.html │ │ ├── testHTMLBodyElement1.html │ │ ├── testHTMLBodyElement2.html │ │ ├── testHTMLCollection.html │ │ ├── testHTMLDocument.html │ │ ├── testHTMLDocumentCompatibleInfo.html │ │ ├── testHTMLFormElement.html │ │ ├── testHTMLImageElement.html │ │ ├── testHTMLImageElement2.html │ │ ├── testHTMLMetaElement.html │ │ ├── testHTMLOptionsCollection.html │ │ ├── testHTMLSelectElement.html │ │ ├── testHTMLTableElement.html │ │ ├── testHTMLTableElement2.html │ │ ├── testHTMLTableElement3.html │ │ ├── testHTMLVideoElement.html │ │ ├── testHistory.html │ │ ├── testIEVisibility.html │ │ ├── testIFrame.html │ │ ├── testIFrameSrcdoc.html │ │ ├── testInnerHTML.html │ │ ├── testInsertAdjacentHTML.html │ │ ├── testInsertAdjacentHTML1.html │ │ ├── testInsertAdjacentHTML2.html │ │ ├── testInsertAdjacentHTML3.html │ │ ├── testInsertAdjacentHTML4.html │ │ ├── testInsertAdjacentHTML5.html │ │ ├── testInsertBefore.html │ │ ├── testInspector.html │ │ ├── testIsSupported.html │ │ ├── testJSDataSrc.html │ │ ├── testJSScope.html │ │ ├── testJScript.html │ │ ├── testJScriptEncode.html │ │ ├── testLocalStorage.html │ │ ├── testLocation1.html │ │ ├── testLocation2.html │ │ ├── testLocation3.html │ │ ├── testLocation4.html │ │ ├── testLocation5.html │ │ ├── testLocation6.html │ │ ├── testLocation7.html │ │ ├── testLocation8.html │ │ ├── testLoopDetection1.html │ │ ├── testMSXML2Document.html │ │ ├── testMetaXUACompatibleEdge.html │ │ ├── testMetaXUACompatibleEmulateIE.html │ │ ├── testMetaXUACompatibleIE.html │ │ ├── testMicrosoftXMLDOM.html │ │ ├── testMicrosoftXMLHTTPEvent1.html │ │ ├── testMicrosoftXMLHTTPEvent10.html │ │ ├── testMicrosoftXMLHTTPEvent2.html │ │ ├── testMicrosoftXMLHTTPEvent3.html │ │ ├── testMicrosoftXMLHTTPEvent4.html │ │ ├── testMicrosoftXMLHTTPEvent5.html │ │ ├── testMicrosoftXMLHTTPEvent6.html │ │ ├── testMicrosoftXMLHTTPEvent7.html │ │ ├── testMicrosoftXMLHTTPEvent8.html │ │ ├── testMicrosoftXMLHTTPEvent9.html │ │ ├── testMimeTypes.html │ │ ├── testNamedNodeMap.html │ │ ├── testNavigator.html │ │ ├── testNode.html │ │ ├── testNode2.html │ │ ├── testNormalize.html │ │ ├── testObject1.html │ │ ├── testObject2.html │ │ ├── testObject3.html │ │ ├── testObject4.html │ │ ├── testObject5.html │ │ ├── testObject6.html │ │ ├── testObject7.html │ │ ├── testPlayStateChange.html │ │ ├── testPlugins.html │ │ ├── testProcessingInstruction.html │ │ ├── testPrototype.html │ │ ├── testQuerySelector.html │ │ ├── testQuerySelector2.html │ │ ├── testQuerySelectorAll.html │ │ ├── testRemoveChild.html │ │ ├── testReplaceChild.html │ │ ├── testReplaceChild2.html │ │ ├── testSVGXMLHandler.html │ │ ├── testScope.html │ │ ├── testScreen.html │ │ ├── testScriptSrc.html │ │ ├── testScriptingDictionary.html │ │ ├── testScriptingEncoder.html │ │ ├── testScriptingFileSystemObject.html │ │ ├── testSessionStorage.html │ │ ├── testSetAttribute1.html │ │ ├── testSetAttribute2.html │ │ ├── testSetAttribute3.html │ │ ├── testSetAttribute4.html │ │ ├── testSetInterval.html │ │ ├── testSetInterval2.html │ │ ├── testSidebar.html │ │ ├── testSilverLight.html │ │ ├── testSplitText.html │ │ ├── testText.html │ │ ├── testTextArea.html │ │ ├── testTextNode.html │ │ ├── testTextStream.html │ │ ├── testTimers.html │ │ ├── testTitle.html │ │ ├── testURL.html │ │ ├── testURLSearchParams.html │ │ ├── testUnicode.html │ │ ├── testUserProfile.html │ │ ├── testVBScript.html │ │ ├── testWScriptNetwork.html │ │ ├── testWScriptShell.html │ │ ├── testWScriptShellRegistry.html │ │ ├── testWinNTSystemInfo.html │ │ ├── testWindow.html │ │ ├── testWindowOnload.html │ │ └── test_click.html ├── signatures │ ├── cookie_filter_9.yar │ ├── cookie_signature_8.yar │ ├── html_filter_2.yar │ ├── html_signature_1.yar │ ├── html_signature_12.yar │ ├── image_filter_16.yar │ ├── image_signature_14.yar │ ├── image_signature_15.yar │ ├── inspector.yar │ ├── js_signature_2.yar │ ├── sample_filter_11.yar │ ├── sample_signature_10.yar │ ├── text_signature_5.yar │ ├── url_filter_4.yar │ ├── url_signature_13.yar │ ├── url_signature_3.yar │ ├── url_signature_7.yar │ └── vbs_signature_6.yar └── test_files │ ├── Mapper │ ├── test_data.json │ └── test_error.json │ ├── sample.cab │ ├── sample.class │ ├── sample.doc │ ├── sample.elf │ ├── sample.exe │ ├── sample.jar │ ├── sample.jnlp │ ├── sample.json │ ├── sample.pdf │ ├── sample.rar │ ├── sample.rtf │ ├── sample.swf │ ├── test.js.zip │ ├── test_yara │ └── thug.conf ├── thug ├── ActiveX │ ├── ActiveX.py │ ├── CLSID.py │ ├── __init__.py │ └── modules │ │ ├── AOLAttack.py │ │ ├── AcroPDF.py │ │ ├── AdodbRecordset.py │ │ ├── AdodbStream.py │ │ ├── AnswerWorks.py │ │ ├── AolAmpX.py │ │ ├── AolICQ.py │ │ ├── BaiduBar.py │ │ ├── BitDefender.py │ │ ├── CABrightStor.py │ │ ├── CGAgent.py │ │ ├── Comodo.py │ │ ├── ConnectAndEnterRoom.py │ │ ├── CreativeSoftAttack.py │ │ ├── DLinkMPEG.py │ │ ├── DPClient.py │ │ ├── DVRHOSTWeb.py │ │ ├── DirectShow.py │ │ ├── DivX.py │ │ ├── Domino.py │ │ ├── EnjoySAP.py │ │ ├── FacebookPhotoUploader.py │ │ ├── File.py │ │ ├── FileUploader.py │ │ ├── Folder.py │ │ ├── GLIEDown2.py │ │ ├── GatewayWeblaunch.py │ │ ├── Gogago.py │ │ ├── GomWeb.py │ │ ├── HPInfo.py │ │ ├── ICQToolbar.py │ │ ├── IMWebControl.py │ │ ├── InternetCleverSuite.py │ │ ├── JavaDeploymentToolkit.py │ │ ├── JetAudioDownloadFromMusicStore.py │ │ ├── Kingsoft.py │ │ ├── MSRICHTXT.py │ │ ├── MSVFP.py │ │ ├── MSXML2DOMDocument.py │ │ ├── MacrovisionFlexNet.py │ │ ├── MicrosoftWorks7Attack.py │ │ ├── MicrosoftXMLDOM.py │ │ ├── MicrosoftXMLHTTP.py │ │ ├── Move.py │ │ ├── MyspaceUploader.py │ │ ├── NCTAudioFile2.py │ │ ├── NamoInstaller.py │ │ ├── NeoTracePro.py │ │ ├── NessusScanCtrl.py │ │ ├── OfficeOCX.py │ │ ├── OurgameGLWorld.py │ │ ├── PPlayer.py │ │ ├── PTZCamPanel.py │ │ ├── QuantumStreaming.py │ │ ├── QvodCtrl.py │ │ ├── RDSDataSpace.py │ │ ├── RealPlayer.py │ │ ├── RediffBolDownloaderAttack.py │ │ ├── RegistryPro.py │ │ ├── RisingScanner.py │ │ ├── RtspVaPgCtrl.py │ │ ├── SSReaderPdg2.py │ │ ├── ScriptingDictionary.py │ │ ├── ScriptingEncoder.py │ │ ├── ScriptingFileSystemObject.py │ │ ├── ShellApplication.py │ │ ├── Shockwave.py │ │ ├── ShockwaveFlash10.py │ │ ├── ShockwaveFlash11.py │ │ ├── ShockwaveFlash12.py │ │ ├── ShockwaveFlash9.py │ │ ├── SilverLight.py │ │ ├── SinaDLoader.py │ │ ├── SnapshotViewer.py │ │ ├── SonicWallNetExtenderAddRouteEntry.py │ │ ├── Spreadsheet.py │ │ ├── StormConfig.py │ │ ├── StormMps.py │ │ ├── StreamAudioChainCast.py │ │ ├── SymantecAppStream.py │ │ ├── SymantecBackupExec.py │ │ ├── System │ │ ├── Collections │ │ │ ├── ArrayList.py │ │ │ └── __init__.py │ │ ├── IO │ │ │ ├── MemoryStream.py │ │ │ └── __init__.py │ │ ├── Runtime │ │ │ ├── Activator.py │ │ │ ├── Delegate.py │ │ │ ├── Serialization │ │ │ │ ├── Formatters │ │ │ │ │ ├── Binary │ │ │ │ │ │ ├── BinaryFormatter.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Security │ │ │ ├── Cryptography │ │ │ │ ├── FromBase64Transform.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Text │ │ │ ├── ASCIIEncoding.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── TextStream.py │ │ ├── Toshiba.py │ │ ├── UUSeeUpdate.py │ │ ├── UniversalUpload.py │ │ ├── VLC.py │ │ ├── VisualStudioDTE80.py │ │ ├── VsaIDEDTE.py │ │ ├── VsmIDEDTE.py │ │ ├── WMEncProfileManager.py │ │ ├── WMP.py │ │ ├── WScriptCollection.py │ │ ├── WScriptExec.py │ │ ├── WScriptNetwork.py │ │ ├── WScriptShell.py │ │ ├── WScriptShortcut.py │ │ ├── WebViewFolderIcon.py │ │ ├── WinNTSystemInfo.py │ │ ├── WinZip.py │ │ ├── WindowsMediaPlayer.py │ │ ├── XMLDOMParseError.py │ │ ├── XUpload.py │ │ ├── YahooJukebox.py │ │ ├── YahooMessengerCyft.py │ │ ├── YahooMessengerYVerInfo.py │ │ ├── YahooMessengerYwcvwr.py │ │ ├── ZenturiProgramCheckerAttack.py │ │ └── __init__.py ├── Analysis │ ├── __init__.py │ ├── awis │ │ ├── AWIS.py │ │ └── __init__.py │ ├── context │ │ ├── ContextAnalyzer.py │ │ └── __init__.py │ ├── favicon │ │ ├── Favicon.py │ │ └── __init__.py │ ├── honeyagent │ │ ├── HoneyAgent.py │ │ └── __init__.py │ ├── screenshot │ │ ├── Screenshot.py │ │ └── __init__.py │ └── shellcode │ │ ├── Shellcode.py │ │ └── __init__.py ├── Classifier │ ├── BaseClassifier.py │ ├── CookieClassifier.py │ ├── HTMLClassifier.py │ ├── ImageClassifier.py │ ├── JSClassifier.py │ ├── SampleClassifier.py │ ├── TextClassifier.py │ ├── URLClassifier.py │ ├── VBSClassifier.py │ └── __init__.py ├── DOM │ ├── Alexa.py │ ├── AsyncPrefetcher.py │ ├── CCInterpreter.py │ ├── Chrome.py │ ├── ClipboardData.py │ ├── Components.py │ ├── Console.py │ ├── Crypto.py │ ├── DFT.py │ ├── External.py │ ├── HTMLInspector.py │ ├── HTTPSession.py │ ├── HTTPSessionException.py │ ├── History.py │ ├── JSClass.py │ ├── JSEngine.py │ ├── JSInspector.py │ ├── JScriptEncode.py │ ├── LocalStorage.py │ ├── Location.py │ ├── MIMEHandler.py │ ├── Map.py │ ├── MimeType.py │ ├── MimeTypes.py │ ├── MozConnection.py │ ├── Navigator.py │ ├── Personality.py │ ├── Plugin.py │ ├── Plugins.py │ ├── SchemeHandler.py │ ├── Screen.py │ ├── SessionStorage.py │ ├── Sidebar.py │ ├── Storage.py │ ├── UserProfile.py │ ├── Utils.py │ ├── W3C │ │ ├── Core │ │ │ ├── Attr.py │ │ │ ├── CDATASection.py │ │ │ ├── CharacterData.py │ │ │ ├── ClassList.py │ │ │ ├── Comment.py │ │ │ ├── DOMException.py │ │ │ ├── DOMImplementation.py │ │ │ ├── Document.py │ │ │ ├── DocumentFragment.py │ │ │ ├── DocumentType.py │ │ │ ├── Element.py │ │ │ ├── Entity.py │ │ │ ├── EntityReference.py │ │ │ ├── NamedNodeMap.py │ │ │ ├── Node.py │ │ │ ├── NodeList.py │ │ │ ├── NodeType.py │ │ │ ├── Notation.py │ │ │ ├── ProcessingInstruction.py │ │ │ ├── Text.py │ │ │ ├── __init__.py │ │ │ └── abstractmethod.py │ │ ├── DOMParser.py │ │ ├── DOMTokenList.py │ │ ├── Events │ │ │ ├── DocumentEvent.py │ │ │ ├── Event.py │ │ │ ├── EventException.py │ │ │ ├── EventListener.py │ │ │ ├── EventTarget.py │ │ │ ├── HTMLEvent.py │ │ │ ├── MessageEvent.py │ │ │ ├── MouseEvent.py │ │ │ ├── MutationEvent.py │ │ │ ├── StorageEvent.py │ │ │ ├── UIEvent.py │ │ │ └── __init__.py │ │ ├── File │ │ │ ├── Blob.py │ │ │ ├── File.py │ │ │ └── __init__.py │ │ ├── HTML │ │ │ ├── AudioTrackList.py │ │ │ ├── Dataset.py │ │ │ ├── HTMLAllCollection.py │ │ │ ├── HTMLAnchorElement.py │ │ │ ├── HTMLAppletElement.py │ │ │ ├── HTMLAudioElement.py │ │ │ ├── HTMLBRElement.py │ │ │ ├── HTMLBaseElement.py │ │ │ ├── HTMLBaseFontElement.py │ │ │ ├── HTMLBodyElement.py │ │ │ ├── HTMLButtonElement.py │ │ │ ├── HTMLCollection.py │ │ │ ├── HTMLDListElement.py │ │ │ ├── HTMLDirectoryElement.py │ │ │ ├── HTMLDivElement.py │ │ │ ├── HTMLDocument.py │ │ │ ├── HTMLDocumentCompatibleInfo.py │ │ │ ├── HTMLDocumentCompatibleInfoCollection.py │ │ │ ├── HTMLElement.py │ │ │ ├── HTMLFieldSetElement.py │ │ │ ├── HTMLFontElement.py │ │ │ ├── HTMLFormControlsCollection.py │ │ │ ├── HTMLFormElement.py │ │ │ ├── HTMLFrameElement.py │ │ │ ├── HTMLFrameSetElement.py │ │ │ ├── HTMLHRElement.py │ │ │ ├── HTMLHeadElement.py │ │ │ ├── HTMLHeadingElement.py │ │ │ ├── HTMLHtmlElement.py │ │ │ ├── HTMLIFrameElement.py │ │ │ ├── HTMLImageElement.py │ │ │ ├── HTMLInputElement.py │ │ │ ├── HTMLIsIndexElement.py │ │ │ ├── HTMLLIElement.py │ │ │ ├── HTMLLabelElement.py │ │ │ ├── HTMLLegendElement.py │ │ │ ├── HTMLLinkElement.py │ │ │ ├── HTMLMediaElement.py │ │ │ ├── HTMLMenuElement.py │ │ │ ├── HTMLMetaElement.py │ │ │ ├── HTMLModElement.py │ │ │ ├── HTMLOListElement.py │ │ │ ├── HTMLObjectElement.py │ │ │ ├── HTMLOptGroupElement.py │ │ │ ├── HTMLOptionElement.py │ │ │ ├── HTMLOptionsCollection.py │ │ │ ├── HTMLParagraphElement.py │ │ │ ├── HTMLParamElement.py │ │ │ ├── HTMLPreElement.py │ │ │ ├── HTMLQuoteElement.py │ │ │ ├── HTMLScriptElement.py │ │ │ ├── HTMLSelectElement.py │ │ │ ├── HTMLSpanElement.py │ │ │ ├── HTMLStyleElement.py │ │ │ ├── HTMLTableCaptionElement.py │ │ │ ├── HTMLTableCellElement.py │ │ │ ├── HTMLTableColElement.py │ │ │ ├── HTMLTableElement.py │ │ │ ├── HTMLTableRowElement.py │ │ │ ├── HTMLTableSectionElement.py │ │ │ ├── HTMLTextAreaElement.py │ │ │ ├── HTMLTitleElement.py │ │ │ ├── HTMLUListElement.py │ │ │ ├── HTMLVideoElement.py │ │ │ ├── TAnimateColor.py │ │ │ ├── TextTrackList.py │ │ │ ├── TimeRanges.py │ │ │ ├── __init__.py │ │ │ ├── attr_property.py │ │ │ ├── bool_property.py │ │ │ ├── form_property.py │ │ │ └── text_property.py │ │ ├── Style │ │ │ ├── CSS │ │ │ │ ├── CSSStyleDeclaration.py │ │ │ │ ├── ElementCSSInlineStyle.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── URL │ │ │ ├── URL.py │ │ │ ├── URLSearchParams.py │ │ │ └── __init__.py │ │ ├── Views │ │ │ ├── AbstractView.py │ │ │ ├── DocumentView.py │ │ │ └── __init__.py │ │ ├── __init__.py │ │ └── w3c.py │ ├── WebStore.py │ ├── Window.py │ ├── __init__.py │ └── w3c_bindings.py ├── Encoding │ ├── Encoding.py │ └── __init__.py ├── Java │ ├── System.py │ ├── __init__.py │ ├── java.py │ └── lang.py ├── Logging │ ├── BaseLogging.py │ ├── Features.py │ ├── LoggingModules.py │ ├── SampleLogging.py │ ├── ThugLogging.py │ ├── __init__.py │ └── modules │ │ ├── ElasticSearch.py │ │ ├── ExploitGraph.py │ │ ├── JSON.py │ │ ├── Mapper.py │ │ ├── MongoDB.py │ │ └── __init__.py ├── Magic │ ├── Magic.py │ └── __init__.py ├── OS │ ├── Windows.py │ └── __init__.py ├── Plugins │ ├── IPlugin.py │ ├── ThugPlugins.py │ ├── __init__.py │ └── plugins │ │ ├── POST-TestPlugin-999 │ │ ├── Handler.py │ │ └── __init__.py │ │ ├── PRE-TestPlugin-999 │ │ ├── Handler.py │ │ └── __init__.py │ │ └── __init__.py ├── ThugAPI │ ├── IThugAPI.py │ ├── OpaqueFilter.py │ ├── ThugAPI.py │ ├── ThugOpts.py │ ├── ThugVulnModules.py │ ├── Watchdog.py │ ├── __init__.py │ └── abstractmethod.py ├── WebTracking │ ├── Cookies.py │ ├── WebStorage.py │ ├── WebTracking.py │ └── __init__.py ├── __init__.py ├── conf │ ├── hooks │ │ └── README │ ├── inspector.json │ ├── personalities │ │ ├── galaxy2chrome18.json │ │ ├── galaxy2chrome25.json │ │ ├── galaxy2chrome29.json │ │ ├── ipadchrome33.json │ │ ├── ipadchrome35.json │ │ ├── ipadchrome37.json │ │ ├── ipadchrome38.json │ │ ├── ipadchrome39.json │ │ ├── ipadchrome45.json │ │ ├── ipadchrome46.json │ │ ├── ipadchrome47.json │ │ ├── ipadsafari7.json │ │ ├── ipadsafari8.json │ │ ├── ipadsafari9.json │ │ ├── linuxchrome26.json │ │ ├── linuxchrome30.json │ │ ├── linuxchrome44.json │ │ ├── linuxchrome54.json │ │ ├── linuxchrome98.json │ │ ├── linuxfirefox19.json │ │ ├── linuxfirefox40.json │ │ ├── nexuschrome18.json │ │ ├── osx10chrome19.json │ │ ├── osx10chrome80.json │ │ ├── osx10chrome97.json │ │ ├── osx10safari5.json │ │ ├── osx11safari14.json │ │ ├── prefix_allocation.txt │ │ ├── win10edge20.json.review │ │ ├── win10ie110.json │ │ ├── win2kie60.json │ │ ├── win2kie80.json │ │ ├── win7chrome20.json │ │ ├── win7chrome40.json │ │ ├── win7chrome45.json │ │ ├── win7chrome49.json │ │ ├── win7firefox3.json │ │ ├── win7ie100.json │ │ ├── win7ie80.json │ │ ├── win7ie90.json │ │ ├── win7safari5.json │ │ ├── winxpchrome20.json │ │ ├── winxpfirefox12.json │ │ ├── winxpie60.json │ │ ├── winxpie61.json │ │ ├── winxpie70.json │ │ ├── winxpie80.json │ │ └── winxpsafari5.json │ ├── plugins │ │ └── README │ ├── rules │ │ ├── cookieclassifier.yar │ │ ├── cookieclassifier │ │ │ └── README │ │ ├── cookiefilter.yar │ │ ├── cookiefilter │ │ │ └── README │ │ ├── htmlclassifier.yar │ │ ├── htmlclassifier │ │ │ └── README │ │ ├── htmlfilter.yar │ │ ├── htmlfilter │ │ │ └── README │ │ ├── imageclassifier.yar │ │ ├── imageclassifier │ │ │ └── README │ │ ├── imagefilter.yar │ │ ├── imagefilter │ │ │ └── README │ │ ├── jsclassifier.yar │ │ ├── jsclassifier │ │ │ └── plugindetect.yar │ │ ├── jsfilter.yar │ │ ├── jsfilter │ │ │ └── README │ │ ├── sampleclassifier.yar │ │ ├── sampleclassifier │ │ │ └── README │ │ ├── samplefilter.yar │ │ ├── samplefilter │ │ │ └── README │ │ ├── textclassifier.yar │ │ ├── textclassifier │ │ │ └── README │ │ ├── textfilter.yar │ │ ├── textfilter │ │ │ └── README │ │ ├── urlclassifier.yar │ │ ├── urlclassifier │ │ │ ├── README │ │ │ ├── blackhole.yar │ │ │ ├── cool.yar │ │ │ ├── crimeboss.yar │ │ │ ├── critxpack.yar │ │ │ ├── fiesta.yar │ │ │ ├── g01pack.yar │ │ │ ├── impact.yar │ │ │ ├── neutrino.yar │ │ │ ├── nuclear.yar │ │ │ ├── popads.yar │ │ │ ├── redkit.yar │ │ │ ├── safepack.yar │ │ │ ├── sakura.yar │ │ │ ├── sofosfo.yar │ │ │ ├── styx.yar │ │ │ ├── sweetorange.yar │ │ │ └── tds.yar │ │ ├── urlfilter.yar │ │ ├── urlfilter │ │ │ └── README │ │ ├── vbsclassifier.yar │ │ ├── vbsclassifier │ │ │ └── README │ │ ├── vbsfilter.yar │ │ └── vbsfilter │ │ │ └── README │ ├── scripts │ │ ├── atob.js │ │ ├── btoa.js │ │ ├── date.js │ │ ├── eval.js │ │ ├── message-event.js │ │ ├── storage.js │ │ ├── thug.js │ │ └── write.js │ └── thug.conf └── thug.py ├── tools ├── README.md └── distributed │ ├── config.ini │ ├── requirements.txt │ ├── thugctrl.py │ └── thugd.py ├── tox.ini └── utils ├── MongoUtils.py ├── fingerprint.html └── requirements.txt /.codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.codecov.yml -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.rst text 2 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.github/workflows/linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/linux.yml -------------------------------------------------------------------------------- /.github/workflows/osx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/osx.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/safety.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.github/workflows/safety.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.pyup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.pyup.yml -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /.safety-policy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/.safety-policy.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/README.rst -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/source/_static/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/source/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/api.rst -------------------------------------------------------------------------------- /docs/source/build.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/build.rst -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/configuration.rst -------------------------------------------------------------------------------- /docs/source/docker.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/docker.rst -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/index.rst -------------------------------------------------------------------------------- /docs/source/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/intro.rst -------------------------------------------------------------------------------- /docs/source/jshooks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/jshooks.rst -------------------------------------------------------------------------------- /docs/source/logging.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/logging.rst -------------------------------------------------------------------------------- /docs/source/plugins.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/plugins.rst -------------------------------------------------------------------------------- /docs/source/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/requirements.txt -------------------------------------------------------------------------------- /docs/source/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/docs/source/usage.rst -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/pyproject.toml -------------------------------------------------------------------------------- /tests/Analysis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Analysis/test_Honeyagent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Analysis/test_Honeyagent.py -------------------------------------------------------------------------------- /tests/Classifier/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Classifier/test_Classifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Classifier/test_Classifiers.py -------------------------------------------------------------------------------- /tests/DOM/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/DOM/test_DOMTokenList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_DOMTokenList.py -------------------------------------------------------------------------------- /tests/DOM/test_HTTPSession.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_HTTPSession.py -------------------------------------------------------------------------------- /tests/DOM/test_JSClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_JSClass.py -------------------------------------------------------------------------------- /tests/DOM/test_JSEngine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_JSEngine.py -------------------------------------------------------------------------------- /tests/DOM/test_JSInspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_JSInspector.py -------------------------------------------------------------------------------- /tests/DOM/test_Location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_Location.py -------------------------------------------------------------------------------- /tests/DOM/test_MimeType.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_MimeType.py -------------------------------------------------------------------------------- /tests/DOM/test_MimeTypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_MimeTypes.py -------------------------------------------------------------------------------- /tests/DOM/test_Personality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_Personality.py -------------------------------------------------------------------------------- /tests/DOM/test_Plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_Plugin.py -------------------------------------------------------------------------------- /tests/DOM/test_Plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_Plugins.py -------------------------------------------------------------------------------- /tests/DOM/test_SchemeHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_SchemeHandler.py -------------------------------------------------------------------------------- /tests/DOM/test_Views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/DOM/test_Views.py -------------------------------------------------------------------------------- /tests/Encoding/test_Encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Encoding/test_Encoding.py -------------------------------------------------------------------------------- /tests/Java/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Java/test_System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Java/test_System.py -------------------------------------------------------------------------------- /tests/Java/test_java.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Java/test_java.py -------------------------------------------------------------------------------- /tests/Java/test_lang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Java/test_lang.py -------------------------------------------------------------------------------- /tests/Logging/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Logging/modules/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Logging/modules/test_ElasticSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/modules/test_ElasticSearch.py -------------------------------------------------------------------------------- /tests/Logging/modules/test_ExploitGraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/modules/test_ExploitGraph.py -------------------------------------------------------------------------------- /tests/Logging/modules/test_JSON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/modules/test_JSON.py -------------------------------------------------------------------------------- /tests/Logging/modules/test_Mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/modules/test_Mapper.py -------------------------------------------------------------------------------- /tests/Logging/modules/test_MongoDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/modules/test_MongoDB.py -------------------------------------------------------------------------------- /tests/Logging/test_BaseLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/test_BaseLogging.py -------------------------------------------------------------------------------- /tests/Logging/test_LoggingModules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/test_LoggingModules.py -------------------------------------------------------------------------------- /tests/Logging/test_SampleLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/test_SampleLogging.py -------------------------------------------------------------------------------- /tests/Logging/test_ThugLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Logging/test_ThugLogging.py -------------------------------------------------------------------------------- /tests/Plugins/test_ThugPlugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/Plugins/test_ThugPlugin.py -------------------------------------------------------------------------------- /tests/ThugAPI/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/ThugAPI/test_OpaqueFilter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_OpaqueFilter.py -------------------------------------------------------------------------------- /tests/ThugAPI/test_ThugAPI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_ThugAPI.py -------------------------------------------------------------------------------- /tests/ThugAPI/test_ThugOpts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_ThugOpts.py -------------------------------------------------------------------------------- /tests/ThugAPI/test_ThugVulnModules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_ThugVulnModules.py -------------------------------------------------------------------------------- /tests/ThugAPI/test_Watchdog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_Watchdog.py -------------------------------------------------------------------------------- /tests/ThugAPI/test_abstractmethod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/ThugAPI/test_abstractmethod.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/functional/features.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/features.json -------------------------------------------------------------------------------- /tests/functional/test_adobereader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_adobereader.py -------------------------------------------------------------------------------- /tests/functional/test_asyncprefetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_asyncprefetch.py -------------------------------------------------------------------------------- /tests/functional/test_brokenurl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_brokenurl.py -------------------------------------------------------------------------------- /tests/functional/test_classifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_classifiers.py -------------------------------------------------------------------------------- /tests/functional/test_disabled_activex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_disabled_activex.py -------------------------------------------------------------------------------- /tests/functional/test_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_events.py -------------------------------------------------------------------------------- /tests/functional/test_exploits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_exploits.py -------------------------------------------------------------------------------- /tests/functional/test_extensive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_extensive.py -------------------------------------------------------------------------------- /tests/functional/test_favicon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_favicon.py -------------------------------------------------------------------------------- /tests/functional/test_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_features.py -------------------------------------------------------------------------------- /tests/functional/test_file_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_file_api.py -------------------------------------------------------------------------------- /tests/functional/test_image_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_image_processing.py -------------------------------------------------------------------------------- /tests/functional/test_inspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_inspector.py -------------------------------------------------------------------------------- /tests/functional/test_jquery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_jquery.py -------------------------------------------------------------------------------- /tests/functional/test_loop_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_loop_detection.py -------------------------------------------------------------------------------- /tests/functional/test_mimehandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_mimehandler.py -------------------------------------------------------------------------------- /tests/functional/test_misc_chrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_chrome.py -------------------------------------------------------------------------------- /tests/functional/test_misc_firefox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_firefox.py -------------------------------------------------------------------------------- /tests/functional/test_misc_ie100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_ie100.py -------------------------------------------------------------------------------- /tests/functional/test_misc_ie110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_ie110.py -------------------------------------------------------------------------------- /tests/functional/test_misc_ie60.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_ie60.py -------------------------------------------------------------------------------- /tests/functional/test_misc_ie70.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_ie70.py -------------------------------------------------------------------------------- /tests/functional/test_misc_ie90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_ie90.py -------------------------------------------------------------------------------- /tests/functional/test_misc_safari.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_misc_safari.py -------------------------------------------------------------------------------- /tests/functional/test_pyhooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_pyhooks.py -------------------------------------------------------------------------------- /tests/functional/test_screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_screenshot.py -------------------------------------------------------------------------------- /tests/functional/test_shockwave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_shockwave.py -------------------------------------------------------------------------------- /tests/functional/test_silverlight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_silverlight.py -------------------------------------------------------------------------------- /tests/functional/test_url_standard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_url_standard.py -------------------------------------------------------------------------------- /tests/functional/test_webtracking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/functional/test_webtracking.py -------------------------------------------------------------------------------- /tests/samples/Events/testDocumentEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testDocumentEvent.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent1.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent10.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent11.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent12.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent13.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent14.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent15.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent16.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent2.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent3.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent4.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent5.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent6.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent7.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent8.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvent9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvent9.html -------------------------------------------------------------------------------- /tests/samples/Events/testEvents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testEvents.html -------------------------------------------------------------------------------- /tests/samples/Events/testMessageEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testMessageEvent.html -------------------------------------------------------------------------------- /tests/samples/Events/testMouseEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testMouseEvent.html -------------------------------------------------------------------------------- /tests/samples/Events/testMutationEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testMutationEvent.html -------------------------------------------------------------------------------- /tests/samples/Events/testStorageEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/Events/testStorageEvent.html -------------------------------------------------------------------------------- /tests/samples/classifiers/cookie1.txt: -------------------------------------------------------------------------------- 1 | foo=bar 2 | -------------------------------------------------------------------------------- /tests/samples/classifiers/cookie2.txt: -------------------------------------------------------------------------------- 1 | foobar=yes 2 | -------------------------------------------------------------------------------- /tests/samples/classifiers/test1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test1.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test13.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test2.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test3.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test4.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test5.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test6.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test7.html -------------------------------------------------------------------------------- /tests/samples/classifiers/test8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/classifiers/test8.html -------------------------------------------------------------------------------- /tests/samples/exploits/22196.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/22196.html -------------------------------------------------------------------------------- /tests/samples/exploits/22811_Elazar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/22811_Elazar.html -------------------------------------------------------------------------------- /tests/samples/exploits/2448.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/2448.html -------------------------------------------------------------------------------- /tests/samples/exploits/2mix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/2mix.html -------------------------------------------------------------------------------- /tests/samples/exploits/33243-excel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/33243-excel.html -------------------------------------------------------------------------------- /tests/samples/exploits/33243-office.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/33243-office.html -------------------------------------------------------------------------------- /tests/samples/exploits/33243-word.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/33243-word.html -------------------------------------------------------------------------------- /tests/samples/exploits/3420.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/3420.html -------------------------------------------------------------------------------- /tests/samples/exploits/36488084.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/36488084.sc -------------------------------------------------------------------------------- /tests/samples/exploits/39973780.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/39973780.sc -------------------------------------------------------------------------------- /tests/samples/exploits/4042.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4042.html -------------------------------------------------------------------------------- /tests/samples/exploits/4043.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4043.html -------------------------------------------------------------------------------- /tests/samples/exploits/4148.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4148.html -------------------------------------------------------------------------------- /tests/samples/exploits/4149.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4149.html -------------------------------------------------------------------------------- /tests/samples/exploits/4150.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4150.html -------------------------------------------------------------------------------- /tests/samples/exploits/4158.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4158.html -------------------------------------------------------------------------------- /tests/samples/exploits/4226.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4226.html -------------------------------------------------------------------------------- /tests/samples/exploits/4230.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4230.html -------------------------------------------------------------------------------- /tests/samples/exploits/4237.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4237.html -------------------------------------------------------------------------------- /tests/samples/exploits/4250.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4250.html -------------------------------------------------------------------------------- /tests/samples/exploits/4351.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4351.html -------------------------------------------------------------------------------- /tests/samples/exploits/4420.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4420.html -------------------------------------------------------------------------------- /tests/samples/exploits/4427.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4427.html -------------------------------------------------------------------------------- /tests/samples/exploits/4594.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4594.html -------------------------------------------------------------------------------- /tests/samples/exploits/4613.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4613.html -------------------------------------------------------------------------------- /tests/samples/exploits/4663.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4663.html -------------------------------------------------------------------------------- /tests/samples/exploits/4829.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4829.html -------------------------------------------------------------------------------- /tests/samples/exploits/4869.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4869.html -------------------------------------------------------------------------------- /tests/samples/exploits/4874.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4874.html -------------------------------------------------------------------------------- /tests/samples/exploits/4875.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4875.html -------------------------------------------------------------------------------- /tests/samples/exploits/4894.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4894.html -------------------------------------------------------------------------------- /tests/samples/exploits/4903.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4903.html -------------------------------------------------------------------------------- /tests/samples/exploits/4909.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4909.html -------------------------------------------------------------------------------- /tests/samples/exploits/4918.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4918.html -------------------------------------------------------------------------------- /tests/samples/exploits/4932.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4932.html -------------------------------------------------------------------------------- /tests/samples/exploits/4967.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4967.html -------------------------------------------------------------------------------- /tests/samples/exploits/4974.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4974.html -------------------------------------------------------------------------------- /tests/samples/exploits/4979.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4979.html -------------------------------------------------------------------------------- /tests/samples/exploits/4982.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4982.html -------------------------------------------------------------------------------- /tests/samples/exploits/4986.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4986.html -------------------------------------------------------------------------------- /tests/samples/exploits/4987.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/4987.html -------------------------------------------------------------------------------- /tests/samples/exploits/5025.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5025.html -------------------------------------------------------------------------------- /tests/samples/exploits/5043.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5043.html -------------------------------------------------------------------------------- /tests/samples/exploits/5045.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5045.html -------------------------------------------------------------------------------- /tests/samples/exploits/5049.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5049.html -------------------------------------------------------------------------------- /tests/samples/exploits/5051.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5051.html -------------------------------------------------------------------------------- /tests/samples/exploits/5052.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5052.html -------------------------------------------------------------------------------- /tests/samples/exploits/5153.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5153.html -------------------------------------------------------------------------------- /tests/samples/exploits/5188.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5188.html -------------------------------------------------------------------------------- /tests/samples/exploits/5190.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5190.html -------------------------------------------------------------------------------- /tests/samples/exploits/5193.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5193.html -------------------------------------------------------------------------------- /tests/samples/exploits/5205.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5205.html -------------------------------------------------------------------------------- /tests/samples/exploits/5217.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5217.html -------------------------------------------------------------------------------- /tests/samples/exploits/5218.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5218.html -------------------------------------------------------------------------------- /tests/samples/exploits/5225.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5225.html -------------------------------------------------------------------------------- /tests/samples/exploits/5264.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5264.html -------------------------------------------------------------------------------- /tests/samples/exploits/5271.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5271.html -------------------------------------------------------------------------------- /tests/samples/exploits/5272.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/5272.html -------------------------------------------------------------------------------- /tests/samples/exploits/55875.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/55875.html -------------------------------------------------------------------------------- /tests/samples/exploits/AnswerWorks.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/AnswerWorks.htm -------------------------------------------------------------------------------- /tests/samples/exploits/AnswerWorks2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/AnswerWorks2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/AnswerWorks3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/AnswerWorks3.htm -------------------------------------------------------------------------------- /tests/samples/exploits/AolAttack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/AolAttack.html -------------------------------------------------------------------------------- /tests/samples/exploits/AolICQ.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/AolICQ.htm -------------------------------------------------------------------------------- /tests/samples/exploits/BaiduBar.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/BaiduBar.htm -------------------------------------------------------------------------------- /tests/samples/exploits/BitDefender.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/BitDefender.htm -------------------------------------------------------------------------------- /tests/samples/exploits/CABrightStor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/CABrightStor.htm -------------------------------------------------------------------------------- /tests/samples/exploits/ChinaGames.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/ChinaGames.html -------------------------------------------------------------------------------- /tests/samples/exploits/Comodo.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Comodo.htm -------------------------------------------------------------------------------- /tests/samples/exploits/DLinkMPEG.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/DLinkMPEG.htm -------------------------------------------------------------------------------- /tests/samples/exploits/DPClient.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/DPClient.htm -------------------------------------------------------------------------------- /tests/samples/exploits/DVRHOSTWeb.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/DVRHOSTWeb.htm -------------------------------------------------------------------------------- /tests/samples/exploits/DirectShow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/DirectShow.htm -------------------------------------------------------------------------------- /tests/samples/exploits/DivX.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/DivX.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Domino.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Domino.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Domino2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Domino2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Domino3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Domino3.htm -------------------------------------------------------------------------------- /tests/samples/exploits/FileUploader.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/FileUploader.htm -------------------------------------------------------------------------------- /tests/samples/exploits/GLIEDown2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/GLIEDown2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/GatewayWeblaunch.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/GatewayWeblaunch.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Gogago.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Gogago.html -------------------------------------------------------------------------------- /tests/samples/exploits/Gogago2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Gogago2.html -------------------------------------------------------------------------------- /tests/samples/exploits/GomWeb.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/GomWeb.htm -------------------------------------------------------------------------------- /tests/samples/exploits/HPInfo_LaunchApp.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/HPInfo_LaunchApp.htm -------------------------------------------------------------------------------- /tests/samples/exploits/IMWebControl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/IMWebControl.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Kingsoft.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Kingsoft.htm -------------------------------------------------------------------------------- /tests/samples/exploits/MSVFP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/MSVFP.html -------------------------------------------------------------------------------- /tests/samples/exploits/Move.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Move.htm -------------------------------------------------------------------------------- /tests/samples/exploits/MyspaceUploader.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/MyspaceUploader.htm -------------------------------------------------------------------------------- /tests/samples/exploits/NCTAudioFile2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/NCTAudioFile2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/NamoInstaller.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/NamoInstaller.htm -------------------------------------------------------------------------------- /tests/samples/exploits/NeoTracePro.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/NeoTracePro.htm -------------------------------------------------------------------------------- /tests/samples/exploits/NessusScanCtrl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/NessusScanCtrl.htm -------------------------------------------------------------------------------- /tests/samples/exploits/OWCSpreadsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/OWCSpreadsheet.html -------------------------------------------------------------------------------- /tests/samples/exploits/OurgameGLWorld.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/OurgameGLWorld.htm -------------------------------------------------------------------------------- /tests/samples/exploits/OurgameGLWorld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/OurgameGLWorld.html -------------------------------------------------------------------------------- /tests/samples/exploits/OurgameGLWorld2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/OurgameGLWorld2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/PPlayer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/PPlayer.htm -------------------------------------------------------------------------------- /tests/samples/exploits/PTZCamPanel.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/PTZCamPanel.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Pps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Pps.html -------------------------------------------------------------------------------- /tests/samples/exploits/Pps2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Pps2.html -------------------------------------------------------------------------------- /tests/samples/exploits/Pps3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Pps3.html -------------------------------------------------------------------------------- /tests/samples/exploits/QuantumStreaming.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/QuantumStreaming.htm -------------------------------------------------------------------------------- /tests/samples/exploits/RDSDataSpace.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/RDSDataSpace.htm -------------------------------------------------------------------------------- /tests/samples/exploits/RDSDataSpace2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/RDSDataSpace2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/RegistryPro.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/RegistryPro.htm -------------------------------------------------------------------------------- /tests/samples/exploits/RtspVaPgCtrl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/RtspVaPgCtrl.htm -------------------------------------------------------------------------------- /tests/samples/exploits/SinaDLoader.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/SinaDLoader.htm -------------------------------------------------------------------------------- /tests/samples/exploits/StormConfig.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/StormConfig.htm -------------------------------------------------------------------------------- /tests/samples/exploits/Toshiba.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Toshiba.htm -------------------------------------------------------------------------------- /tests/samples/exploits/UUSeeUpdate.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/UUSeeUpdate.htm -------------------------------------------------------------------------------- /tests/samples/exploits/UniversalUpload.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/UniversalUpload.htm -------------------------------------------------------------------------------- /tests/samples/exploits/VLC.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/VLC.htm -------------------------------------------------------------------------------- /tests/samples/exploits/VLC2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/VLC2.htm -------------------------------------------------------------------------------- /tests/samples/exploits/VLC3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/VLC3.htm -------------------------------------------------------------------------------- /tests/samples/exploits/WMP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/WMP.html -------------------------------------------------------------------------------- /tests/samples/exploits/WinZip.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/WinZip.htm -------------------------------------------------------------------------------- /tests/samples/exploits/XMLDOM-evasion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/XMLDOM-evasion.html -------------------------------------------------------------------------------- /tests/samples/exploits/Xupload.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/Xupload.htm -------------------------------------------------------------------------------- /tests/samples/exploits/YahooJukebox.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/YahooJukebox.htm -------------------------------------------------------------------------------- /tests/samples/exploits/aol_ampx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/aol_ampx.html -------------------------------------------------------------------------------- /tests/samples/exploits/bindshell.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/bindshell.sc -------------------------------------------------------------------------------- /tests/samples/exploits/blackhole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/blackhole.html -------------------------------------------------------------------------------- /tests/samples/exploits/domino.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/domino.html -------------------------------------------------------------------------------- /tests/samples/exploits/enisa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/enisa.js -------------------------------------------------------------------------------- /tests/samples/exploits/gom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/gom.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpinfo.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpinfo1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpinfo1.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpinfo2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpinfo2.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpinfo3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpinfo3.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpupdate1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpupdate1.html -------------------------------------------------------------------------------- /tests/samples/exploits/hpupdate2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/hpupdate2.html -------------------------------------------------------------------------------- /tests/samples/exploits/intuit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/intuit.html -------------------------------------------------------------------------------- /tests/samples/exploits/mimikatz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/mimikatz.js -------------------------------------------------------------------------------- /tests/samples/exploits/ms09002-mod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/ms09002-mod.html -------------------------------------------------------------------------------- /tests/samples/exploits/msrichtxt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/msrichtxt.html -------------------------------------------------------------------------------- /tests/samples/exploits/qakbot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qakbot.html -------------------------------------------------------------------------------- /tests/samples/exploits/qvod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvod.html -------------------------------------------------------------------------------- /tests/samples/exploits/qvod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvod.js -------------------------------------------------------------------------------- /tests/samples/exploits/qvodctl-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvodctl-2.html -------------------------------------------------------------------------------- /tests/samples/exploits/qvodctl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvodctl.html -------------------------------------------------------------------------------- /tests/samples/exploits/qvodsrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvodsrc.html -------------------------------------------------------------------------------- /tests/samples/exploits/qvodsrc2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/qvodsrc2.html -------------------------------------------------------------------------------- /tests/samples/exploits/realplayer-mod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/realplayer-mod.html -------------------------------------------------------------------------------- /tests/samples/exploits/rgod_imesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/rgod_imesh.html -------------------------------------------------------------------------------- /tests/samples/exploits/runcalc.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/runcalc.sc -------------------------------------------------------------------------------- /tests/samples/exploits/show-283-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/show-283-1.html -------------------------------------------------------------------------------- /tests/samples/exploits/ssreader2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/ssreader2.html -------------------------------------------------------------------------------- /tests/samples/exploits/ssreader_0day.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/ssreader_0day.html -------------------------------------------------------------------------------- /tests/samples/exploits/ssreader_noplus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/ssreader_noplus.html -------------------------------------------------------------------------------- /tests/samples/exploits/storm_URL.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/storm_URL.htm -------------------------------------------------------------------------------- /tests/samples/exploits/storm_backImage.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/storm_backImage.htm -------------------------------------------------------------------------------- /tests/samples/exploits/storm_isDVDPath.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/storm_isDVDPath.htm -------------------------------------------------------------------------------- /tests/samples/exploits/storm_rawParse.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/storm_rawParse.htm -------------------------------------------------------------------------------- /tests/samples/exploits/storm_titleImage.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/storm_titleImage.htm -------------------------------------------------------------------------------- /tests/samples/exploits/stormplayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/stormplayer.html -------------------------------------------------------------------------------- /tests/samples/exploits/testVsaIDEDTE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/testVsaIDEDTE.html -------------------------------------------------------------------------------- /tests/samples/exploits/testVsmIDEDTE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/testVsmIDEDTE.html -------------------------------------------------------------------------------- /tests/samples/exploits/toshiba.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/toshiba.html -------------------------------------------------------------------------------- /tests/samples/exploits/xupload-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/xupload-2.html -------------------------------------------------------------------------------- /tests/samples/exploits/xupload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/exploits/xupload.html -------------------------------------------------------------------------------- /tests/samples/features/test1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test1.html -------------------------------------------------------------------------------- /tests/samples/features/test10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test10.html -------------------------------------------------------------------------------- /tests/samples/features/test11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test11.html -------------------------------------------------------------------------------- /tests/samples/features/test12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test12.html -------------------------------------------------------------------------------- /tests/samples/features/test13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test13.html -------------------------------------------------------------------------------- /tests/samples/features/test14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test14.html -------------------------------------------------------------------------------- /tests/samples/features/test15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test15.html -------------------------------------------------------------------------------- /tests/samples/features/test16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test16.html -------------------------------------------------------------------------------- /tests/samples/features/test17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test17.html -------------------------------------------------------------------------------- /tests/samples/features/test18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test18.html -------------------------------------------------------------------------------- /tests/samples/features/test2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test2.html -------------------------------------------------------------------------------- /tests/samples/features/test3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test3.html -------------------------------------------------------------------------------- /tests/samples/features/test4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test4.html -------------------------------------------------------------------------------- /tests/samples/features/test5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test5.html -------------------------------------------------------------------------------- /tests/samples/features/test6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test6.html -------------------------------------------------------------------------------- /tests/samples/features/test7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test7.html -------------------------------------------------------------------------------- /tests/samples/features/test8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test8.html -------------------------------------------------------------------------------- /tests/samples/features/test9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/features/test9.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-1.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-10.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-11.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-12.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-14.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-15.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-16.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-17.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-18.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-19.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-2.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-20.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-20.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-21.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-22.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-23.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-24.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-24.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-25.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-25.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-26.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-26.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-27.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-27.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-28.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-28.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-29.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-29.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-3.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-32.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-33.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-33.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-4.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-5.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-6.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-7.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-8.html -------------------------------------------------------------------------------- /tests/samples/jQuery/test-jquery-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/jQuery/test-jquery-9.html -------------------------------------------------------------------------------- /tests/samples/misc/PluginDetect-0.7.6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/PluginDetect-0.7.6.html -------------------------------------------------------------------------------- /tests/samples/misc/PluginDetect-0.7.8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/PluginDetect-0.7.8.html -------------------------------------------------------------------------------- /tests/samples/misc/PluginDetect-0.7.9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/PluginDetect-0.7.9.html -------------------------------------------------------------------------------- /tests/samples/misc/PluginDetect-0.9.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/PluginDetect-0.9.1.html -------------------------------------------------------------------------------- /tests/samples/misc/PluginDetect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/PluginDetect.html -------------------------------------------------------------------------------- /tests/samples/misc/meta_refresh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/meta_refresh.html -------------------------------------------------------------------------------- /tests/samples/misc/test1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test1.html -------------------------------------------------------------------------------- /tests/samples/misc/test2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test2.html -------------------------------------------------------------------------------- /tests/samples/misc/test3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test3.html -------------------------------------------------------------------------------- /tests/samples/misc/test4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test4.js -------------------------------------------------------------------------------- /tests/samples/misc/test5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test5.html -------------------------------------------------------------------------------- /tests/samples/misc/testAcroPDF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAcroPDF.html -------------------------------------------------------------------------------- /tests/samples/misc/testAdodbRecordset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAdodbRecordset.html -------------------------------------------------------------------------------- /tests/samples/misc/testAdodbStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAdodbStream.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor1.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor2.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor3.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor4.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor5.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor6.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchor7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchor7.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchors1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchors1.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchors2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchors2.html -------------------------------------------------------------------------------- /tests/samples/misc/testAnchors3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAnchors3.html -------------------------------------------------------------------------------- /tests/samples/misc/testAppendChild.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAppendChild.html -------------------------------------------------------------------------------- /tests/samples/misc/testApplet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testApplet.html -------------------------------------------------------------------------------- /tests/samples/misc/testApplyElement.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testApplyElement.html -------------------------------------------------------------------------------- /tests/samples/misc/testAsync.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAsync.html -------------------------------------------------------------------------------- /tests/samples/misc/testAtob.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAtob.html -------------------------------------------------------------------------------- /tests/samples/misc/testAttrNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testAttrNode.html -------------------------------------------------------------------------------- /tests/samples/misc/testCCInterpreter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCCInterpreter.html -------------------------------------------------------------------------------- /tests/samples/misc/testCDATASection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCDATASection.html -------------------------------------------------------------------------------- /tests/samples/misc/testCharacterSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCharacterSet.html -------------------------------------------------------------------------------- /tests/samples/misc/testChrome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testChrome.html -------------------------------------------------------------------------------- /tests/samples/misc/testClassList1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testClassList1.html -------------------------------------------------------------------------------- /tests/samples/misc/testClassList2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testClassList2.html -------------------------------------------------------------------------------- /tests/samples/misc/testClassList3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testClassList3.html -------------------------------------------------------------------------------- /tests/samples/misc/testClassList4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testClassList4.html -------------------------------------------------------------------------------- /tests/samples/misc/testClearTimeout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testClearTimeout.html -------------------------------------------------------------------------------- /tests/samples/misc/testCloneNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCloneNode.html -------------------------------------------------------------------------------- /tests/samples/misc/testCloneNode2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCloneNode2.html -------------------------------------------------------------------------------- /tests/samples/misc/testCommentNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCommentNode.html -------------------------------------------------------------------------------- /tests/samples/misc/testConsole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testConsole.html -------------------------------------------------------------------------------- /tests/samples/misc/testCookie.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCookie.html -------------------------------------------------------------------------------- /tests/samples/misc/testCrypto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testCrypto.html -------------------------------------------------------------------------------- /tests/samples/misc/testDataset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDataset.html -------------------------------------------------------------------------------- /tests/samples/misc/testDefer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDefer.html -------------------------------------------------------------------------------- /tests/samples/misc/testDocumentAll.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDocumentAll.html -------------------------------------------------------------------------------- /tests/samples/misc/testDocumentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDocumentType.html -------------------------------------------------------------------------------- /tests/samples/misc/testDomain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDomain.html -------------------------------------------------------------------------------- /tests/samples/misc/testDump.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testDump.html -------------------------------------------------------------------------------- /tests/samples/misc/testEmbed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testEmbed.html -------------------------------------------------------------------------------- /tests/samples/misc/testExecCommand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testExecCommand.html -------------------------------------------------------------------------------- /tests/samples/misc/testExecScript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testExecScript.html -------------------------------------------------------------------------------- /tests/samples/misc/testExternal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testExternal.html -------------------------------------------------------------------------------- /tests/samples/misc/testFavicon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFavicon.html -------------------------------------------------------------------------------- /tests/samples/misc/testFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFile.html -------------------------------------------------------------------------------- /tests/samples/misc/testFileAPIBlob.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFileAPIBlob.html -------------------------------------------------------------------------------- /tests/samples/misc/testFileAPIFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFileAPIFile.html -------------------------------------------------------------------------------- /tests/samples/misc/testFolder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFolder.html -------------------------------------------------------------------------------- /tests/samples/misc/testFormProperty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFormProperty.html -------------------------------------------------------------------------------- /tests/samples/misc/testFormSubmit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFormSubmit.html -------------------------------------------------------------------------------- /tests/samples/misc/testFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testFrame.html -------------------------------------------------------------------------------- /tests/samples/misc/testGetAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testGetAttribute.html -------------------------------------------------------------------------------- /tests/samples/misc/testGlobal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testGlobal.html -------------------------------------------------------------------------------- /tests/samples/misc/testHTMLDocument.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testHTMLDocument.html -------------------------------------------------------------------------------- /tests/samples/misc/testHistory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testHistory.html -------------------------------------------------------------------------------- /tests/samples/misc/testIEVisibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testIEVisibility.html -------------------------------------------------------------------------------- /tests/samples/misc/testIFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testIFrame.html -------------------------------------------------------------------------------- /tests/samples/misc/testIFrameSrcdoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testIFrameSrcdoc.html -------------------------------------------------------------------------------- /tests/samples/misc/testInnerHTML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testInnerHTML.html -------------------------------------------------------------------------------- /tests/samples/misc/testInsertBefore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testInsertBefore.html -------------------------------------------------------------------------------- /tests/samples/misc/testInspector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testInspector.html -------------------------------------------------------------------------------- /tests/samples/misc/testIsSupported.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testIsSupported.html -------------------------------------------------------------------------------- /tests/samples/misc/testJSDataSrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testJSDataSrc.html -------------------------------------------------------------------------------- /tests/samples/misc/testJSScope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testJSScope.html -------------------------------------------------------------------------------- /tests/samples/misc/testJScript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testJScript.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocalStorage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocalStorage.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation1.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation2.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation3.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation4.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation5.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation6.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation7.html -------------------------------------------------------------------------------- /tests/samples/misc/testLocation8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testLocation8.html -------------------------------------------------------------------------------- /tests/samples/misc/testMimeTypes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testMimeTypes.html -------------------------------------------------------------------------------- /tests/samples/misc/testNamedNodeMap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testNamedNodeMap.html -------------------------------------------------------------------------------- /tests/samples/misc/testNavigator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testNavigator.html -------------------------------------------------------------------------------- /tests/samples/misc/testNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testNode.html -------------------------------------------------------------------------------- /tests/samples/misc/testNode2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testNode2.html -------------------------------------------------------------------------------- /tests/samples/misc/testNormalize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testNormalize.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject1.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject2.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject3.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject4.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject5.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject6.html -------------------------------------------------------------------------------- /tests/samples/misc/testObject7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testObject7.html -------------------------------------------------------------------------------- /tests/samples/misc/testPlugins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testPlugins.html -------------------------------------------------------------------------------- /tests/samples/misc/testPrototype.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testPrototype.html -------------------------------------------------------------------------------- /tests/samples/misc/testRemoveChild.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testRemoveChild.html -------------------------------------------------------------------------------- /tests/samples/misc/testReplaceChild.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testReplaceChild.html -------------------------------------------------------------------------------- /tests/samples/misc/testScope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testScope.html -------------------------------------------------------------------------------- /tests/samples/misc/testScreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testScreen.html -------------------------------------------------------------------------------- /tests/samples/misc/testScriptSrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testScriptSrc.html -------------------------------------------------------------------------------- /tests/samples/misc/testSetInterval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testSetInterval.html -------------------------------------------------------------------------------- /tests/samples/misc/testSetInterval2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testSetInterval2.html -------------------------------------------------------------------------------- /tests/samples/misc/testSidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testSidebar.html -------------------------------------------------------------------------------- /tests/samples/misc/testSilverLight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testSilverLight.html -------------------------------------------------------------------------------- /tests/samples/misc/testSplitText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testSplitText.html -------------------------------------------------------------------------------- /tests/samples/misc/testText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testText.html -------------------------------------------------------------------------------- /tests/samples/misc/testTextArea.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testTextArea.html -------------------------------------------------------------------------------- /tests/samples/misc/testTextNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testTextNode.html -------------------------------------------------------------------------------- /tests/samples/misc/testTextStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testTextStream.html -------------------------------------------------------------------------------- /tests/samples/misc/testTimers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testTimers.html -------------------------------------------------------------------------------- /tests/samples/misc/testTitle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testTitle.html -------------------------------------------------------------------------------- /tests/samples/misc/testURL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testURL.html -------------------------------------------------------------------------------- /tests/samples/misc/testUnicode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testUnicode.html -------------------------------------------------------------------------------- /tests/samples/misc/testUserProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testUserProfile.html -------------------------------------------------------------------------------- /tests/samples/misc/testVBScript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testVBScript.html -------------------------------------------------------------------------------- /tests/samples/misc/testWScriptShell.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testWScriptShell.html -------------------------------------------------------------------------------- /tests/samples/misc/testWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testWindow.html -------------------------------------------------------------------------------- /tests/samples/misc/testWindowOnload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/testWindowOnload.html -------------------------------------------------------------------------------- /tests/samples/misc/test_click.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/samples/misc/test_click.html -------------------------------------------------------------------------------- /tests/signatures/cookie_filter_9.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/cookie_filter_9.yar -------------------------------------------------------------------------------- /tests/signatures/cookie_signature_8.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/cookie_signature_8.yar -------------------------------------------------------------------------------- /tests/signatures/html_filter_2.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/html_filter_2.yar -------------------------------------------------------------------------------- /tests/signatures/html_signature_1.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/html_signature_1.yar -------------------------------------------------------------------------------- /tests/signatures/html_signature_12.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/html_signature_12.yar -------------------------------------------------------------------------------- /tests/signatures/image_filter_16.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/image_filter_16.yar -------------------------------------------------------------------------------- /tests/signatures/image_signature_14.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/image_signature_14.yar -------------------------------------------------------------------------------- /tests/signatures/image_signature_15.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/image_signature_15.yar -------------------------------------------------------------------------------- /tests/signatures/inspector.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/inspector.yar -------------------------------------------------------------------------------- /tests/signatures/js_signature_2.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/js_signature_2.yar -------------------------------------------------------------------------------- /tests/signatures/sample_filter_11.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/sample_filter_11.yar -------------------------------------------------------------------------------- /tests/signatures/sample_signature_10.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/sample_signature_10.yar -------------------------------------------------------------------------------- /tests/signatures/text_signature_5.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/text_signature_5.yar -------------------------------------------------------------------------------- /tests/signatures/url_filter_4.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/url_filter_4.yar -------------------------------------------------------------------------------- /tests/signatures/url_signature_13.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/url_signature_13.yar -------------------------------------------------------------------------------- /tests/signatures/url_signature_3.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/url_signature_3.yar -------------------------------------------------------------------------------- /tests/signatures/url_signature_7.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/url_signature_7.yar -------------------------------------------------------------------------------- /tests/signatures/vbs_signature_6.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/signatures/vbs_signature_6.yar -------------------------------------------------------------------------------- /tests/test_files/Mapper/test_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/Mapper/test_data.json -------------------------------------------------------------------------------- /tests/test_files/Mapper/test_error.json: -------------------------------------------------------------------------------- 1 | {}{} -------------------------------------------------------------------------------- /tests/test_files/sample.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.cab -------------------------------------------------------------------------------- /tests/test_files/sample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.class -------------------------------------------------------------------------------- /tests/test_files/sample.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.doc -------------------------------------------------------------------------------- /tests/test_files/sample.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.elf -------------------------------------------------------------------------------- /tests/test_files/sample.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.exe -------------------------------------------------------------------------------- /tests/test_files/sample.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.jar -------------------------------------------------------------------------------- /tests/test_files/sample.jnlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.jnlp -------------------------------------------------------------------------------- /tests/test_files/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.json -------------------------------------------------------------------------------- /tests/test_files/sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.pdf -------------------------------------------------------------------------------- /tests/test_files/sample.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.rar -------------------------------------------------------------------------------- /tests/test_files/sample.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.rtf -------------------------------------------------------------------------------- /tests/test_files/sample.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/sample.swf -------------------------------------------------------------------------------- /tests/test_files/test.js.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/test.js.zip -------------------------------------------------------------------------------- /tests/test_files/test_yara: -------------------------------------------------------------------------------- 1 | rule dummy { condition: true } -------------------------------------------------------------------------------- /tests/test_files/thug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tests/test_files/thug.conf -------------------------------------------------------------------------------- /thug/ActiveX/ActiveX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/ActiveX.py -------------------------------------------------------------------------------- /thug/ActiveX/CLSID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/CLSID.py -------------------------------------------------------------------------------- /thug/ActiveX/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/ActiveX/modules/AOLAttack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AOLAttack.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AcroPDF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AcroPDF.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AdodbRecordset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AdodbRecordset.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AdodbStream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AdodbStream.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AnswerWorks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AnswerWorks.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AolAmpX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AolAmpX.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/AolICQ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/AolICQ.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/BaiduBar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/BaiduBar.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/BitDefender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/BitDefender.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/CABrightStor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/CABrightStor.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/CGAgent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/CGAgent.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Comodo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Comodo.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/DLinkMPEG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/DLinkMPEG.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/DPClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/DPClient.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/DVRHOSTWeb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/DVRHOSTWeb.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/DirectShow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/DirectShow.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/DivX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/DivX.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Domino.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Domino.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/EnjoySAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/EnjoySAP.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/File.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/File.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/FileUploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/FileUploader.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Folder.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/GLIEDown2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/GLIEDown2.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/GatewayWeblaunch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/GatewayWeblaunch.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Gogago.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Gogago.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/GomWeb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/GomWeb.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/HPInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/HPInfo.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ICQToolbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ICQToolbar.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/IMWebControl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/IMWebControl.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Kingsoft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Kingsoft.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/MSRICHTXT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/MSRICHTXT.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/MSVFP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/MSVFP.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/MicrosoftXMLDOM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/MicrosoftXMLDOM.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/MicrosoftXMLHTTP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/MicrosoftXMLHTTP.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Move.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Move.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/MyspaceUploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/MyspaceUploader.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/NCTAudioFile2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/NCTAudioFile2.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/NamoInstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/NamoInstaller.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/NeoTracePro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/NeoTracePro.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/NessusScanCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/NessusScanCtrl.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/OfficeOCX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/OfficeOCX.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/OurgameGLWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/OurgameGLWorld.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/PPlayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/PPlayer.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/PTZCamPanel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/PTZCamPanel.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/QuantumStreaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/QuantumStreaming.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/QvodCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/QvodCtrl.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/RDSDataSpace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/RDSDataSpace.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/RealPlayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/RealPlayer.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/RegistryPro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/RegistryPro.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/RisingScanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/RisingScanner.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/RtspVaPgCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/RtspVaPgCtrl.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/SSReaderPdg2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/SSReaderPdg2.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ScriptingEncoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ScriptingEncoder.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ShellApplication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ShellApplication.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Shockwave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Shockwave.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ShockwaveFlash10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ShockwaveFlash10.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ShockwaveFlash11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ShockwaveFlash11.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ShockwaveFlash12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ShockwaveFlash12.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/ShockwaveFlash9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/ShockwaveFlash9.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/SilverLight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/SilverLight.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/SinaDLoader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/SinaDLoader.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/SnapshotViewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/SnapshotViewer.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Spreadsheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Spreadsheet.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/StormConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/StormConfig.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/StormMps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/StormMps.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/System/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/System/__init__.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/TextStream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/TextStream.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/Toshiba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/Toshiba.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/UUSeeUpdate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/UUSeeUpdate.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/UniversalUpload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/UniversalUpload.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/VLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/VLC.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/VsaIDEDTE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/VsaIDEDTE.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/VsmIDEDTE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/VsmIDEDTE.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WMP.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WScriptExec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WScriptExec.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WScriptNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WScriptNetwork.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WScriptShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WScriptShell.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WScriptShortcut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WScriptShortcut.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WinNTSystemInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WinNTSystemInfo.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/WinZip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/WinZip.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/XMLDOMParseError.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/XMLDOMParseError.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/XUpload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/XUpload.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/YahooJukebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/YahooJukebox.py -------------------------------------------------------------------------------- /thug/ActiveX/modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ActiveX/modules/__init__.py -------------------------------------------------------------------------------- /thug/Analysis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/awis/AWIS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/awis/AWIS.py -------------------------------------------------------------------------------- /thug/Analysis/awis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/context/ContextAnalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/context/ContextAnalyzer.py -------------------------------------------------------------------------------- /thug/Analysis/context/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/favicon/Favicon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/favicon/Favicon.py -------------------------------------------------------------------------------- /thug/Analysis/favicon/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/honeyagent/HoneyAgent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/honeyagent/HoneyAgent.py -------------------------------------------------------------------------------- /thug/Analysis/honeyagent/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/screenshot/Screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/screenshot/Screenshot.py -------------------------------------------------------------------------------- /thug/Analysis/screenshot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Analysis/shellcode/Shellcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Analysis/shellcode/Shellcode.py -------------------------------------------------------------------------------- /thug/Analysis/shellcode/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Classifier/BaseClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/BaseClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/CookieClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/CookieClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/HTMLClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/HTMLClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/ImageClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/ImageClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/JSClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/JSClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/SampleClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/SampleClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/TextClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/TextClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/URLClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/URLClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/VBSClassifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Classifier/VBSClassifier.py -------------------------------------------------------------------------------- /thug/Classifier/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/DOM/Alexa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Alexa.py -------------------------------------------------------------------------------- /thug/DOM/AsyncPrefetcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/AsyncPrefetcher.py -------------------------------------------------------------------------------- /thug/DOM/CCInterpreter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/CCInterpreter.py -------------------------------------------------------------------------------- /thug/DOM/Chrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Chrome.py -------------------------------------------------------------------------------- /thug/DOM/ClipboardData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/ClipboardData.py -------------------------------------------------------------------------------- /thug/DOM/Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Components.py -------------------------------------------------------------------------------- /thug/DOM/Console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Console.py -------------------------------------------------------------------------------- /thug/DOM/Crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Crypto.py -------------------------------------------------------------------------------- /thug/DOM/DFT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/DFT.py -------------------------------------------------------------------------------- /thug/DOM/External.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/External.py -------------------------------------------------------------------------------- /thug/DOM/HTMLInspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/HTMLInspector.py -------------------------------------------------------------------------------- /thug/DOM/HTTPSession.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/HTTPSession.py -------------------------------------------------------------------------------- /thug/DOM/HTTPSessionException.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/HTTPSessionException.py -------------------------------------------------------------------------------- /thug/DOM/History.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/History.py -------------------------------------------------------------------------------- /thug/DOM/JSClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/JSClass.py -------------------------------------------------------------------------------- /thug/DOM/JSEngine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/JSEngine.py -------------------------------------------------------------------------------- /thug/DOM/JSInspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/JSInspector.py -------------------------------------------------------------------------------- /thug/DOM/JScriptEncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/JScriptEncode.py -------------------------------------------------------------------------------- /thug/DOM/LocalStorage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/LocalStorage.py -------------------------------------------------------------------------------- /thug/DOM/Location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Location.py -------------------------------------------------------------------------------- /thug/DOM/MIMEHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/MIMEHandler.py -------------------------------------------------------------------------------- /thug/DOM/Map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Map.py -------------------------------------------------------------------------------- /thug/DOM/MimeType.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/MimeType.py -------------------------------------------------------------------------------- /thug/DOM/MimeTypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/MimeTypes.py -------------------------------------------------------------------------------- /thug/DOM/MozConnection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/MozConnection.py -------------------------------------------------------------------------------- /thug/DOM/Navigator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Navigator.py -------------------------------------------------------------------------------- /thug/DOM/Personality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Personality.py -------------------------------------------------------------------------------- /thug/DOM/Plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Plugin.py -------------------------------------------------------------------------------- /thug/DOM/Plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Plugins.py -------------------------------------------------------------------------------- /thug/DOM/SchemeHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/SchemeHandler.py -------------------------------------------------------------------------------- /thug/DOM/Screen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Screen.py -------------------------------------------------------------------------------- /thug/DOM/SessionStorage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/SessionStorage.py -------------------------------------------------------------------------------- /thug/DOM/Sidebar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Sidebar.py -------------------------------------------------------------------------------- /thug/DOM/Storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Storage.py -------------------------------------------------------------------------------- /thug/DOM/UserProfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/UserProfile.py -------------------------------------------------------------------------------- /thug/DOM/Utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Utils.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Attr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Attr.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/CDATASection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/CDATASection.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/CharacterData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/CharacterData.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/ClassList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/ClassList.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Comment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Comment.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/DOMException.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/DOMException.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/DOMImplementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/DOMImplementation.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Document.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Document.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/DocumentFragment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/DocumentFragment.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/DocumentType.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/DocumentType.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Element.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Entity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Entity.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/EntityReference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/EntityReference.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/NamedNodeMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/NamedNodeMap.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Node.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/NodeList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/NodeList.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/NodeType.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/NodeType.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Notation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Notation.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/Text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/Text.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Core/abstractmethod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Core/abstractmethod.py -------------------------------------------------------------------------------- /thug/DOM/W3C/DOMParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/DOMParser.py -------------------------------------------------------------------------------- /thug/DOM/W3C/DOMTokenList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/DOMTokenList.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/DocumentEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/DocumentEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/Event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/Event.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/EventException.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/EventException.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/EventListener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/EventListener.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/EventTarget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/EventTarget.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/HTMLEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/HTMLEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/MessageEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/MessageEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/MouseEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/MouseEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/MutationEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/MutationEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/StorageEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/StorageEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/UIEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/UIEvent.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Events/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Events/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/File/Blob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/File/Blob.py -------------------------------------------------------------------------------- /thug/DOM/W3C/File/File.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/File/File.py -------------------------------------------------------------------------------- /thug/DOM/W3C/File/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/File/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/AudioTrackList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/AudioTrackList.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/Dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/Dataset.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLAllCollection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLAllCollection.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLAnchorElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLAnchorElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLAppletElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLAppletElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLAudioElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLAudioElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLBRElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLBRElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLBaseElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLBaseElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLBaseFontElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLBaseFontElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLBodyElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLBodyElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLButtonElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLButtonElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLCollection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLCollection.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLDListElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLDListElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLDivElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLDivElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLDocument.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLDocument.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLFieldSetElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLFieldSetElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLFontElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLFontElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLFormElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLFormElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLFrameElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLFrameElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLFrameSetElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLFrameSetElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLHRElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLHRElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLHeadElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLHeadElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLHeadingElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLHeadingElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLHtmlElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLHtmlElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLIFrameElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLIFrameElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLImageElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLImageElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLInputElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLInputElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLIsIndexElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLIsIndexElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLLIElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLLIElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLLabelElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLLabelElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLLegendElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLLegendElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLLinkElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLLinkElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLMediaElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLMediaElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLMenuElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLMenuElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLMetaElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLMetaElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLModElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLModElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLOListElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLOListElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLObjectElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLObjectElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLOptGroupElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLOptGroupElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLOptionElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLOptionElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLParamElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLParamElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLPreElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLPreElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLQuoteElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLQuoteElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLScriptElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLScriptElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLSelectElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLSelectElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLSpanElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLSpanElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLStyleElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLStyleElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLTableColElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLTableColElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLTableElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLTableElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLTableRowElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLTableRowElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLTextAreaElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLTextAreaElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLTitleElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLTitleElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLUListElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLUListElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/HTMLVideoElement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/HTMLVideoElement.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/TAnimateColor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/TAnimateColor.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/TextTrackList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/TextTrackList.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/TimeRanges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/TimeRanges.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/attr_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/attr_property.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/bool_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/bool_property.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/form_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/form_property.py -------------------------------------------------------------------------------- /thug/DOM/W3C/HTML/text_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/HTML/text_property.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Style/CSS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/DOM/W3C/Style/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/DOM/W3C/URL/URL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/URL/URL.py -------------------------------------------------------------------------------- /thug/DOM/W3C/URL/URLSearchParams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/URL/URLSearchParams.py -------------------------------------------------------------------------------- /thug/DOM/W3C/URL/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/URL/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Views/AbstractView.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Views/AbstractView.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Views/DocumentView.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/Views/DocumentView.py -------------------------------------------------------------------------------- /thug/DOM/W3C/Views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/DOM/W3C/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/__init__.py -------------------------------------------------------------------------------- /thug/DOM/W3C/w3c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/W3C/w3c.py -------------------------------------------------------------------------------- /thug/DOM/WebStore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/WebStore.py -------------------------------------------------------------------------------- /thug/DOM/Window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/Window.py -------------------------------------------------------------------------------- /thug/DOM/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/DOM/w3c_bindings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/DOM/w3c_bindings.py -------------------------------------------------------------------------------- /thug/Encoding/Encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Encoding/Encoding.py -------------------------------------------------------------------------------- /thug/Encoding/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Java/System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Java/System.py -------------------------------------------------------------------------------- /thug/Java/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Java/java.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Java/java.py -------------------------------------------------------------------------------- /thug/Java/lang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Java/lang.py -------------------------------------------------------------------------------- /thug/Logging/BaseLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/BaseLogging.py -------------------------------------------------------------------------------- /thug/Logging/Features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/Features.py -------------------------------------------------------------------------------- /thug/Logging/LoggingModules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/LoggingModules.py -------------------------------------------------------------------------------- /thug/Logging/SampleLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/SampleLogging.py -------------------------------------------------------------------------------- /thug/Logging/ThugLogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/ThugLogging.py -------------------------------------------------------------------------------- /thug/Logging/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Logging/modules/ElasticSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/ElasticSearch.py -------------------------------------------------------------------------------- /thug/Logging/modules/ExploitGraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/ExploitGraph.py -------------------------------------------------------------------------------- /thug/Logging/modules/JSON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/JSON.py -------------------------------------------------------------------------------- /thug/Logging/modules/Mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/Mapper.py -------------------------------------------------------------------------------- /thug/Logging/modules/MongoDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/MongoDB.py -------------------------------------------------------------------------------- /thug/Logging/modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Logging/modules/__init__.py -------------------------------------------------------------------------------- /thug/Magic/Magic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Magic/Magic.py -------------------------------------------------------------------------------- /thug/Magic/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/OS/Windows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/OS/Windows.py -------------------------------------------------------------------------------- /thug/OS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Plugins/IPlugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Plugins/IPlugin.py -------------------------------------------------------------------------------- /thug/Plugins/ThugPlugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/Plugins/ThugPlugins.py -------------------------------------------------------------------------------- /thug/Plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Plugins/plugins/POST-TestPlugin-999/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Plugins/plugins/PRE-TestPlugin-999/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/Plugins/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/ThugAPI/IThugAPI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/IThugAPI.py -------------------------------------------------------------------------------- /thug/ThugAPI/OpaqueFilter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/OpaqueFilter.py -------------------------------------------------------------------------------- /thug/ThugAPI/ThugAPI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/ThugAPI.py -------------------------------------------------------------------------------- /thug/ThugAPI/ThugOpts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/ThugOpts.py -------------------------------------------------------------------------------- /thug/ThugAPI/ThugVulnModules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/ThugVulnModules.py -------------------------------------------------------------------------------- /thug/ThugAPI/Watchdog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/Watchdog.py -------------------------------------------------------------------------------- /thug/ThugAPI/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/__init__.py -------------------------------------------------------------------------------- /thug/ThugAPI/abstractmethod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/ThugAPI/abstractmethod.py -------------------------------------------------------------------------------- /thug/WebTracking/Cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/WebTracking/Cookies.py -------------------------------------------------------------------------------- /thug/WebTracking/WebStorage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/WebTracking/WebStorage.py -------------------------------------------------------------------------------- /thug/WebTracking/WebTracking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/WebTracking/WebTracking.py -------------------------------------------------------------------------------- /thug/WebTracking/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/__init__.py -------------------------------------------------------------------------------- /thug/conf/hooks/README: -------------------------------------------------------------------------------- 1 | This directory should be used for Thug hooks 2 | -------------------------------------------------------------------------------- /thug/conf/inspector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/inspector.json -------------------------------------------------------------------------------- /thug/conf/personalities/ipadsafari7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/ipadsafari7.json -------------------------------------------------------------------------------- /thug/conf/personalities/ipadsafari8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/ipadsafari8.json -------------------------------------------------------------------------------- /thug/conf/personalities/ipadsafari9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/ipadsafari9.json -------------------------------------------------------------------------------- /thug/conf/personalities/win10ie110.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win10ie110.json -------------------------------------------------------------------------------- /thug/conf/personalities/win2kie60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win2kie60.json -------------------------------------------------------------------------------- /thug/conf/personalities/win2kie80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win2kie80.json -------------------------------------------------------------------------------- /thug/conf/personalities/win7ie100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win7ie100.json -------------------------------------------------------------------------------- /thug/conf/personalities/win7ie80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win7ie80.json -------------------------------------------------------------------------------- /thug/conf/personalities/win7ie90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win7ie90.json -------------------------------------------------------------------------------- /thug/conf/personalities/win7safari5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/win7safari5.json -------------------------------------------------------------------------------- /thug/conf/personalities/winxpie60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/winxpie60.json -------------------------------------------------------------------------------- /thug/conf/personalities/winxpie61.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/winxpie61.json -------------------------------------------------------------------------------- /thug/conf/personalities/winxpie70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/winxpie70.json -------------------------------------------------------------------------------- /thug/conf/personalities/winxpie80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/personalities/winxpie80.json -------------------------------------------------------------------------------- /thug/conf/plugins/README: -------------------------------------------------------------------------------- 1 | This directory should be used for Thug plugins 2 | -------------------------------------------------------------------------------- /thug/conf/rules/cookieclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/cookieclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/cookieclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/cookiefilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/cookiefilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/cookiefilter/README -------------------------------------------------------------------------------- /thug/conf/rules/htmlclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/htmlclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/htmlclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/htmlfilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/htmlfilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/htmlfilter/README -------------------------------------------------------------------------------- /thug/conf/rules/imageclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/imageclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/imageclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/imagefilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/imagefilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/imagefilter/README -------------------------------------------------------------------------------- /thug/conf/rules/jsclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/jsfilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/jsfilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/jsfilter/README -------------------------------------------------------------------------------- /thug/conf/rules/sampleclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/sampleclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/sampleclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/samplefilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/samplefilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/samplefilter/README -------------------------------------------------------------------------------- /thug/conf/rules/textclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/textclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/textclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/textfilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/textfilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/textfilter/README -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/cool.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/cool.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/fiesta.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/fiesta.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/impact.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/impact.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/popads.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/popads.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/redkit.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/redkit.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/sakura.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/sakura.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/styx.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/styx.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlclassifier/tds.yar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlclassifier/tds.yar -------------------------------------------------------------------------------- /thug/conf/rules/urlfilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/urlfilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/urlfilter/README -------------------------------------------------------------------------------- /thug/conf/rules/vbsclassifier.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/vbsclassifier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/vbsclassifier/README -------------------------------------------------------------------------------- /thug/conf/rules/vbsfilter.yar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /thug/conf/rules/vbsfilter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/rules/vbsfilter/README -------------------------------------------------------------------------------- /thug/conf/scripts/atob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/atob.js -------------------------------------------------------------------------------- /thug/conf/scripts/btoa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/btoa.js -------------------------------------------------------------------------------- /thug/conf/scripts/date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/date.js -------------------------------------------------------------------------------- /thug/conf/scripts/eval.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/eval.js -------------------------------------------------------------------------------- /thug/conf/scripts/storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/storage.js -------------------------------------------------------------------------------- /thug/conf/scripts/thug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/thug.js -------------------------------------------------------------------------------- /thug/conf/scripts/write.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/scripts/write.js -------------------------------------------------------------------------------- /thug/conf/thug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/conf/thug.conf -------------------------------------------------------------------------------- /thug/thug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/thug/thug.py -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/distributed/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tools/distributed/config.ini -------------------------------------------------------------------------------- /tools/distributed/requirements.txt: -------------------------------------------------------------------------------- 1 | pika==1.3.1 2 | -------------------------------------------------------------------------------- /tools/distributed/thugctrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tools/distributed/thugctrl.py -------------------------------------------------------------------------------- /tools/distributed/thugd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tools/distributed/thugd.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/tox.ini -------------------------------------------------------------------------------- /utils/MongoUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/utils/MongoUtils.py -------------------------------------------------------------------------------- /utils/fingerprint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buffer/thug/HEAD/utils/fingerprint.html -------------------------------------------------------------------------------- /utils/requirements.txt: -------------------------------------------------------------------------------- 1 | bson 2 | --------------------------------------------------------------------------------