├── LICENSE ├── README.md ├── allconnections.py ├── amp_client ├── __init__.py ├── api │ ├── __init__.py │ ├── activities.py │ ├── computers.py │ └── events.py ├── core │ ├── __init__.py │ ├── auth.py │ ├── client.py │ ├── config.py │ └── exceptions.py ├── models │ ├── __init__.py │ ├── computer.py │ └── event.py └── utils │ ├── __init__.py │ ├── formatters.py │ ├── rate_limiter.py │ └── validators.py ├── amp_generic_stats.py ├── config.txt ├── dumpallURL.py ├── fresh_vulnerabilities.py ├── getSpecificEvent.py ├── hash2connection.py ├── hash2processarg.py ├── hashset ├── exploits │ ├── exploit-db-local-linux.txt │ ├── exploit-db-local-windows.txt │ ├── linux-kernel-exploits.txt │ ├── misc-exploits-tools.txt │ └── windows-kernel-exploits.txt ├── hacking-tools │ ├── BeRoot.txt │ ├── EchoMirage.txt │ ├── GhostPack-CompiledBinaires.txt │ ├── LaZagne.txt │ ├── LaZagneForensic-dump-modules.txt │ ├── PoshC2.txt │ ├── PoshC2_Old.txt │ ├── PowerSCCM.txt │ ├── PowerSploit.txt │ ├── SharpCollection.txt │ ├── burp.txt │ ├── fget.exe.txt │ ├── impacket-example-scripts-no-libs.txt │ ├── l0pht.zip.txt │ ├── metasploit-framework-c-cpp-source-files.txt │ ├── metasploit-framework-class-files.txt │ ├── metasploit-framework-dll-exe-ps1-files.txt │ ├── netcat.zip.txt │ ├── npf.sys-driver.txt │ ├── responder-source-code.txt │ ├── responder-windows-compiled-sourcecode.txt │ ├── responder-windows-compiled.txt │ ├── sqlmap-backdoor-and-tools.txt │ ├── sqlmap.py-script.txt │ └── vncagent.exe.txt ├── msoffice │ ├── excel.exe.txt │ └── winword.exe.txt ├── psexec │ ├── psexec-svc.exe.txt │ ├── psexec.exe.txt │ └── pstools.zip.txt ├── putty_plink │ ├── plink.exe.txt │ └── putty.exe.txt ├── sysinternals │ ├── prodcump.exe.txt │ ├── sysinternals-tools.txt │ └── sysinternals.zip.txt ├── teamviewer │ └── teamviewer.txt ├── windows-binaries │ ├── at.exe.txt │ ├── atbroker.exe.txt │ ├── bcdedit.exe.txt │ ├── bitsadmin.exe.txt │ ├── certutil.exe.txt │ ├── cipher.exe.txt │ ├── cmd.exe.txt │ ├── cmdkey.exe.txt │ ├── cmstp.exe.txt │ ├── control.exe.txt │ ├── csc.exe.txt │ ├── cscript.exe.txt │ ├── desktopimgdownldr.exe.txt │ ├── dfsvc.exe.txt │ ├── diskshadow.exe.txt │ ├── dnscmd.exe.txt │ ├── esentutl.exe.txt │ ├── eventvwr.exe.txt │ ├── expand.exe.txt │ ├── extexport.exe.txt │ ├── extrac32.exe.txt │ ├── findstr.exe.txt │ ├── forfiles.exe.txt │ ├── ftp.exe.txt │ ├── gpscript.exe.txt │ ├── hh.exe.txt │ ├── ie4uinit.exe.txt │ ├── ieexec.exe.txt │ ├── ilasm.exe.txt │ ├── infdefaultinstall.exe.txt │ ├── installutil.exe.txt │ ├── jsc.exe.txt │ ├── makecab.exe.txt │ ├── mmc.exe.txt │ ├── msbuild.exe.txt │ ├── msconfig.exe.txt │ ├── msdt.exe.txt │ ├── mshta.exe.txt │ ├── msiexec.exe.txt │ ├── net.exe.txt │ ├── net1.exe.txt │ ├── netsh.exe.txt │ ├── nltest.exe.txt │ ├── nslookup.exe.txt │ ├── ntdsutil.exe.txt │ ├── odbcconf.exe.txt │ ├── pcalua.exe.txt │ ├── pcwrun.exe.txt │ ├── powershell.exe.txt │ ├── presentationhost.exe.txt │ ├── print.exe.txt │ ├── rasautou.exe.txt │ ├── reg.exe.txt │ ├── regasm.exe.txt │ ├── regedit.exe.txt │ ├── register-cimprovider.exe.txt │ ├── regsvcs.exe.txt │ ├── regsvr32.exe.txt │ ├── replace.exe.txt │ ├── rpcping.exe.txt │ ├── rundll32.exe.txt │ ├── runonce.exe.txt │ ├── runscripthelper.exe.txt │ ├── sc.exe.txt │ ├── schtasks.exe.txt │ ├── services.exe.txt │ ├── svchost.exe.txt │ ├── taskhost.exe.txt │ ├── vbc.exe.txt │ ├── verclsid.exe.txt │ ├── vssadmin.exe.txt │ ├── w3wp.exe.txt │ ├── wab.exe.txt │ ├── wevtutil.exe.txt │ ├── whoami.exe.txt │ ├── wmic.exe.txt │ ├── wmiprvse.exe.txt │ ├── wscript.exe.txt │ ├── wsreset.exe.txt │ └── xwizard.exe.txt └── windows-dll │ ├── advpack.dll.txt │ ├── comsvcs.dll.txt │ ├── ieadvpack.dll.txt │ ├── mshtml.dll.txt │ ├── pcwutl.dll.txt │ ├── setupapi.dll.txt │ ├── shdocvw.dll.txt │ ├── shell32.dll.txt │ ├── syssetup.dll.txt │ ├── url.dll.txt │ └── zipfldr.dll.txt ├── keywordfiles ├── TeamViewer.exe.txt ├── advpack.dll.txt ├── appvlp.exe.txt ├── at.exe.txt ├── atbroker.exe.txt ├── bash.exe.txt ├── bcdedit.exe.txt ├── bginfo.exe.txt ├── bitsadmin.exe.txt ├── cdb.exe.txt ├── certutil.exe.txt ├── cl_invocation.ps1.txt ├── cl_mutexverifiers.ps1.txt ├── cmd.exe.txt ├── cmdkey.exe.txt ├── cmstp.exe.txt ├── comsvcs.dll.txt ├── control.exe.txt ├── csc.exe.txt ├── cscript.exe.txt ├── csi.exe.txt ├── desktopimgdownldr.exe.txt ├── devtoolslauncher.exe.txt ├── dfsvc.exe.txt ├── diskshadow.exe.txt ├── dnscmd.exe.txt ├── dnx.exe.txt ├── dotnet.exe.txt ├── dxcap.exe.txt ├── esentutl.exe.txt ├── eventvwr.exe.txt ├── excel.exe.txt ├── expand.exe.txt ├── extexport.exe.txt ├── extrac32.exe.txt ├── findstr.exe.txt ├── forfiles.exe.txt ├── ftp.exe.txt ├── gfxdownloadwrapper.exe.txt ├── gpscript.exe.txt ├── hh.exe.txt ├── ie4uinit.exe.txt ├── ieadvpack.dll.txt ├── ieaframe.dll.txt ├── ieexec.exe.txt ├── ilasm.exe.txt ├── infdefaultinstall.exe.txt ├── installutil.exe.txt ├── jsc.exe.txt ├── kprocesshacker.sys.txt ├── makecab.exe.txt ├── manage-bde.wsf.txt ├── mavinject.exe.txt ├── mftrace.exe.txt ├── microsoft.workflow.compiler.exe.txt ├── mklink.exe.txt ├── mmc.exe.txt ├── msbuild.exe.txt ├── msconfig.exe.txt ├── msdeploy.exe.txt ├── msdt.exe.txt ├── mshta.exe.txt ├── mshtml.dll.txt ├── msiexec.exe.txt ├── msxsl.exe.txt ├── net.exe.txt ├── netsh.exe.txt ├── npf.sys-driver.txt ├── ntdsutil.exe.txt ├── odbcconf.exe.txt ├── pcalua.exe.txt ├── pcwrun.exe.txt ├── pcwutl.dll.txt ├── pester.bat.txt ├── powerpnt.exe.txt ├── presentationhost.exe.txt ├── print.exe.txt ├── procdump.exe.txt ├── pubprn.vbs.txt ├── rasautou.exe.txt ├── rcsi.exe.txt ├── reg.exe.txt ├── regasm.exe.txt ├── regedit.exe.txt ├── register-cimprovider.exe.txt ├── regsvcs.exe.txt ├── regsvr32.exe.txt ├── replace.exe.txt ├── rmm.txt ├── rpcping.exe.txt ├── rundll32.exe.txt ├── runonce.exe.txt ├── runscripthelper.exe.txt ├── sc.exe.txt ├── schtasks.exe.txt ├── scriptrunner.exe.txt ├── setupapi.dll.txt ├── shdocvw.dll.txt ├── shell32.dll.txt ├── slmgr.vbs.txt ├── sqldumper.exe.txt ├── sqlps.exe.txt ├── sqltoolsps.exe.txt ├── squirrel.exe.txt ├── syncappvpublishingserver.exe.txt ├── syncappvpublishingserver.vbs.txt ├── sysinternal-tools.txt ├── syssetup.dll.txt ├── te.exe.txt ├── tracker.exe.txt ├── tttracer.exe.txt ├── update.exe.txt ├── url.dll.txt ├── vbc.exe.txt ├── verclsid.exe.txt ├── vsjitdebugger.exe.txt ├── wab.exe.txt ├── winrm.vbs.txt ├── winword.exe.txt ├── wmic.exe.txt ├── wscript.exe.txt ├── wsl.exe.txt ├── wsreset.exe.txt ├── xwizard.exe.txt └── zipfldr.dll.txt ├── lateral_movement.py ├── multikeyword_search.py ├── requirements.txt ├── surround.py └── timeliner.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/README.md -------------------------------------------------------------------------------- /allconnections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/allconnections.py -------------------------------------------------------------------------------- /amp_client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/__init__.py -------------------------------------------------------------------------------- /amp_client/api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/api/__init__.py -------------------------------------------------------------------------------- /amp_client/api/activities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/api/activities.py -------------------------------------------------------------------------------- /amp_client/api/computers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/api/computers.py -------------------------------------------------------------------------------- /amp_client/api/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/api/events.py -------------------------------------------------------------------------------- /amp_client/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/core/__init__.py -------------------------------------------------------------------------------- /amp_client/core/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/core/auth.py -------------------------------------------------------------------------------- /amp_client/core/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/core/client.py -------------------------------------------------------------------------------- /amp_client/core/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/core/config.py -------------------------------------------------------------------------------- /amp_client/core/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/core/exceptions.py -------------------------------------------------------------------------------- /amp_client/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/models/__init__.py -------------------------------------------------------------------------------- /amp_client/models/computer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/models/computer.py -------------------------------------------------------------------------------- /amp_client/models/event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/models/event.py -------------------------------------------------------------------------------- /amp_client/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/utils/__init__.py -------------------------------------------------------------------------------- /amp_client/utils/formatters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/utils/formatters.py -------------------------------------------------------------------------------- /amp_client/utils/rate_limiter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/utils/rate_limiter.py -------------------------------------------------------------------------------- /amp_client/utils/validators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_client/utils/validators.py -------------------------------------------------------------------------------- /amp_generic_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/amp_generic_stats.py -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/config.txt -------------------------------------------------------------------------------- /dumpallURL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/dumpallURL.py -------------------------------------------------------------------------------- /fresh_vulnerabilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/fresh_vulnerabilities.py -------------------------------------------------------------------------------- /getSpecificEvent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/getSpecificEvent.py -------------------------------------------------------------------------------- /hash2connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hash2connection.py -------------------------------------------------------------------------------- /hash2processarg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hash2processarg.py -------------------------------------------------------------------------------- /hashset/exploits/exploit-db-local-linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/exploits/exploit-db-local-linux.txt -------------------------------------------------------------------------------- /hashset/exploits/exploit-db-local-windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/exploits/exploit-db-local-windows.txt -------------------------------------------------------------------------------- /hashset/exploits/linux-kernel-exploits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/exploits/linux-kernel-exploits.txt -------------------------------------------------------------------------------- /hashset/exploits/misc-exploits-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/exploits/misc-exploits-tools.txt -------------------------------------------------------------------------------- /hashset/exploits/windows-kernel-exploits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/exploits/windows-kernel-exploits.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/BeRoot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/BeRoot.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/EchoMirage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/EchoMirage.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/GhostPack-CompiledBinaires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/GhostPack-CompiledBinaires.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/LaZagne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/LaZagne.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/LaZagneForensic-dump-modules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/LaZagneForensic-dump-modules.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/PoshC2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/PoshC2.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/PoshC2_Old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/PoshC2_Old.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/PowerSCCM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/PowerSCCM.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/PowerSploit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/PowerSploit.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/SharpCollection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/SharpCollection.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/burp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/burp.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/fget.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/fget.exe.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/impacket-example-scripts-no-libs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/impacket-example-scripts-no-libs.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/l0pht.zip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/l0pht.zip.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/metasploit-framework-c-cpp-source-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/metasploit-framework-c-cpp-source-files.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/metasploit-framework-class-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/metasploit-framework-class-files.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/metasploit-framework-dll-exe-ps1-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/metasploit-framework-dll-exe-ps1-files.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/netcat.zip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/netcat.zip.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/npf.sys-driver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/npf.sys-driver.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/responder-source-code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/responder-source-code.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/responder-windows-compiled-sourcecode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/responder-windows-compiled-sourcecode.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/responder-windows-compiled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/responder-windows-compiled.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/sqlmap-backdoor-and-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/sqlmap-backdoor-and-tools.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/sqlmap.py-script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/sqlmap.py-script.txt -------------------------------------------------------------------------------- /hashset/hacking-tools/vncagent.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/hacking-tools/vncagent.exe.txt -------------------------------------------------------------------------------- /hashset/msoffice/excel.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/msoffice/excel.exe.txt -------------------------------------------------------------------------------- /hashset/msoffice/winword.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/msoffice/winword.exe.txt -------------------------------------------------------------------------------- /hashset/psexec/psexec-svc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/psexec/psexec-svc.exe.txt -------------------------------------------------------------------------------- /hashset/psexec/psexec.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/psexec/psexec.exe.txt -------------------------------------------------------------------------------- /hashset/psexec/pstools.zip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/psexec/pstools.zip.txt -------------------------------------------------------------------------------- /hashset/putty_plink/plink.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/putty_plink/plink.exe.txt -------------------------------------------------------------------------------- /hashset/putty_plink/putty.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/putty_plink/putty.exe.txt -------------------------------------------------------------------------------- /hashset/sysinternals/prodcump.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/sysinternals/prodcump.exe.txt -------------------------------------------------------------------------------- /hashset/sysinternals/sysinternals-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/sysinternals/sysinternals-tools.txt -------------------------------------------------------------------------------- /hashset/sysinternals/sysinternals.zip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/sysinternals/sysinternals.zip.txt -------------------------------------------------------------------------------- /hashset/teamviewer/teamviewer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/teamviewer/teamviewer.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/at.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/at.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/atbroker.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/atbroker.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/bcdedit.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/bcdedit.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/bitsadmin.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/bitsadmin.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/certutil.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/certutil.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/cipher.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/cipher.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/cmd.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/cmd.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/cmdkey.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/cmdkey.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/cmstp.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/cmstp.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/control.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/control.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/csc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/csc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/cscript.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/cscript.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/desktopimgdownldr.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/desktopimgdownldr.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/dfsvc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/dfsvc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/diskshadow.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/diskshadow.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/dnscmd.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/dnscmd.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/esentutl.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/esentutl.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/eventvwr.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/eventvwr.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/expand.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/expand.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/extexport.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/extexport.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/extrac32.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/extrac32.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/findstr.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/findstr.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/forfiles.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/forfiles.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/ftp.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/ftp.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/gpscript.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/gpscript.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/hh.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/hh.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/ie4uinit.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/ie4uinit.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/ieexec.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/ieexec.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/ilasm.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/ilasm.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/infdefaultinstall.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/infdefaultinstall.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/installutil.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/installutil.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/jsc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/jsc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/makecab.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/makecab.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/mmc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/mmc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/msbuild.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/msbuild.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/msconfig.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/msconfig.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/msdt.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/msdt.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/mshta.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/mshta.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/msiexec.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/msiexec.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/net.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/net.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/net1.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/net1.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/netsh.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/netsh.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/nltest.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/nltest.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/nslookup.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/nslookup.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/ntdsutil.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/ntdsutil.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/odbcconf.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/odbcconf.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/pcalua.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/pcalua.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/pcwrun.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/pcwrun.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/powershell.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/powershell.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/presentationhost.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/presentationhost.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/print.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/print.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/rasautou.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/rasautou.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/reg.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/reg.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/regasm.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/regasm.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/regedit.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/regedit.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/register-cimprovider.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/register-cimprovider.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/regsvcs.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/regsvcs.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/regsvr32.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/regsvr32.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/replace.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/replace.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/rpcping.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/rpcping.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/rundll32.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/rundll32.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/runonce.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/runonce.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/runscripthelper.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/runscripthelper.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/sc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/sc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/schtasks.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/schtasks.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/services.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/services.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/svchost.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/svchost.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/taskhost.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/taskhost.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/vbc.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/vbc.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/verclsid.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/verclsid.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/vssadmin.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/vssadmin.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/w3wp.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/w3wp.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wab.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wab.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wevtutil.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wevtutil.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/whoami.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/whoami.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wmic.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wmic.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wmiprvse.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wmiprvse.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wscript.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wscript.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/wsreset.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/wsreset.exe.txt -------------------------------------------------------------------------------- /hashset/windows-binaries/xwizard.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-binaries/xwizard.exe.txt -------------------------------------------------------------------------------- /hashset/windows-dll/advpack.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/advpack.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/comsvcs.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/comsvcs.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/ieadvpack.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/ieadvpack.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/mshtml.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/mshtml.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/pcwutl.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/pcwutl.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/setupapi.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/setupapi.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/shdocvw.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/shdocvw.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/shell32.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/shell32.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/syssetup.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/syssetup.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/url.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/url.dll.txt -------------------------------------------------------------------------------- /hashset/windows-dll/zipfldr.dll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/hashset/windows-dll/zipfldr.dll.txt -------------------------------------------------------------------------------- /keywordfiles/TeamViewer.exe.txt: -------------------------------------------------------------------------------- 1 | TeamViewer.exe -------------------------------------------------------------------------------- /keywordfiles/advpack.dll.txt: -------------------------------------------------------------------------------- 1 | advpack.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/appvlp.exe.txt: -------------------------------------------------------------------------------- 1 | appvlp.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/at.exe.txt: -------------------------------------------------------------------------------- 1 | at.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/atbroker.exe.txt: -------------------------------------------------------------------------------- 1 | atbroker.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/bash.exe.txt: -------------------------------------------------------------------------------- 1 | bash.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/bcdedit.exe.txt: -------------------------------------------------------------------------------- 1 | bcdedit.exe -------------------------------------------------------------------------------- /keywordfiles/bginfo.exe.txt: -------------------------------------------------------------------------------- 1 | bginfo.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/bitsadmin.exe.txt: -------------------------------------------------------------------------------- 1 | bitsadmin.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/cdb.exe.txt: -------------------------------------------------------------------------------- 1 | cdb.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/certutil.exe.txt: -------------------------------------------------------------------------------- 1 | certutil.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/cl_invocation.ps1.txt: -------------------------------------------------------------------------------- 1 | cl_invocation.ps1 2 | -------------------------------------------------------------------------------- /keywordfiles/cl_mutexverifiers.ps1.txt: -------------------------------------------------------------------------------- 1 | cl_mutexverifiers.ps1 2 | -------------------------------------------------------------------------------- /keywordfiles/cmd.exe.txt: -------------------------------------------------------------------------------- 1 | cmd.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/cmdkey.exe.txt: -------------------------------------------------------------------------------- 1 | cmdkey.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/cmstp.exe.txt: -------------------------------------------------------------------------------- 1 | cmstp.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/comsvcs.dll.txt: -------------------------------------------------------------------------------- 1 | comsvcs.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/control.exe.txt: -------------------------------------------------------------------------------- 1 | control.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/csc.exe.txt: -------------------------------------------------------------------------------- 1 | csc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/cscript.exe.txt: -------------------------------------------------------------------------------- 1 | cscript.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/csi.exe.txt: -------------------------------------------------------------------------------- 1 | csi.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/desktopimgdownldr.exe.txt: -------------------------------------------------------------------------------- 1 | desktopimgdownldr.exe -------------------------------------------------------------------------------- /keywordfiles/devtoolslauncher.exe.txt: -------------------------------------------------------------------------------- 1 | devtoolslauncher.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/dfsvc.exe.txt: -------------------------------------------------------------------------------- 1 | dfsvc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/diskshadow.exe.txt: -------------------------------------------------------------------------------- 1 | diskshadow.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/dnscmd.exe.txt: -------------------------------------------------------------------------------- 1 | dnscmd.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/dnx.exe.txt: -------------------------------------------------------------------------------- 1 | dnx.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/dotnet.exe.txt: -------------------------------------------------------------------------------- 1 | dotnet.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/dxcap.exe.txt: -------------------------------------------------------------------------------- 1 | dxcap.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/esentutl.exe.txt: -------------------------------------------------------------------------------- 1 | esentutl.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/eventvwr.exe.txt: -------------------------------------------------------------------------------- 1 | eventvwr.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/excel.exe.txt: -------------------------------------------------------------------------------- 1 | excel.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/expand.exe.txt: -------------------------------------------------------------------------------- 1 | expand.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/extexport.exe.txt: -------------------------------------------------------------------------------- 1 | extexport.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/extrac32.exe.txt: -------------------------------------------------------------------------------- 1 | extrac32.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/findstr.exe.txt: -------------------------------------------------------------------------------- 1 | findstr.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/forfiles.exe.txt: -------------------------------------------------------------------------------- 1 | forfiles.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/ftp.exe.txt: -------------------------------------------------------------------------------- 1 | ftp.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/gfxdownloadwrapper.exe.txt: -------------------------------------------------------------------------------- 1 | gfxdownloadwrapper.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/gpscript.exe.txt: -------------------------------------------------------------------------------- 1 | gpscript.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/hh.exe.txt: -------------------------------------------------------------------------------- 1 | hh.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/ie4uinit.exe.txt: -------------------------------------------------------------------------------- 1 | ie4uinit.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/ieadvpack.dll.txt: -------------------------------------------------------------------------------- 1 | ieadvpack.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/ieaframe.dll.txt: -------------------------------------------------------------------------------- 1 | ieaframe.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/ieexec.exe.txt: -------------------------------------------------------------------------------- 1 | ieexec.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/ilasm.exe.txt: -------------------------------------------------------------------------------- 1 | ilasm.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/infdefaultinstall.exe.txt: -------------------------------------------------------------------------------- 1 | infdefaultinstall.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/installutil.exe.txt: -------------------------------------------------------------------------------- 1 | installutil.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/jsc.exe.txt: -------------------------------------------------------------------------------- 1 | jsc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/kprocesshacker.sys.txt: -------------------------------------------------------------------------------- 1 | kprocesshacker.sys -------------------------------------------------------------------------------- /keywordfiles/makecab.exe.txt: -------------------------------------------------------------------------------- 1 | makecab.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/manage-bde.wsf.txt: -------------------------------------------------------------------------------- 1 | manage-bde.wsf 2 | -------------------------------------------------------------------------------- /keywordfiles/mavinject.exe.txt: -------------------------------------------------------------------------------- 1 | mavinject.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/mftrace.exe.txt: -------------------------------------------------------------------------------- 1 | mftrace.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/microsoft.workflow.compiler.exe.txt: -------------------------------------------------------------------------------- 1 | microsoft.workflow.compiler.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/mklink.exe.txt: -------------------------------------------------------------------------------- 1 | mklink.exe -------------------------------------------------------------------------------- /keywordfiles/mmc.exe.txt: -------------------------------------------------------------------------------- 1 | mmc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/msbuild.exe.txt: -------------------------------------------------------------------------------- 1 | msbuild.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/msconfig.exe.txt: -------------------------------------------------------------------------------- 1 | msconfig.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/msdeploy.exe.txt: -------------------------------------------------------------------------------- 1 | msdeploy.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/msdt.exe.txt: -------------------------------------------------------------------------------- 1 | msdt.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/mshta.exe.txt: -------------------------------------------------------------------------------- 1 | mshta.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/mshtml.dll.txt: -------------------------------------------------------------------------------- 1 | mshtml.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/msiexec.exe.txt: -------------------------------------------------------------------------------- 1 | msiexec.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/msxsl.exe.txt: -------------------------------------------------------------------------------- 1 | msxsl.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/net.exe.txt: -------------------------------------------------------------------------------- 1 | net.exe -------------------------------------------------------------------------------- /keywordfiles/netsh.exe.txt: -------------------------------------------------------------------------------- 1 | netsh.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/npf.sys-driver.txt: -------------------------------------------------------------------------------- 1 | npf.sys -------------------------------------------------------------------------------- /keywordfiles/ntdsutil.exe.txt: -------------------------------------------------------------------------------- 1 | ntdsutil.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/odbcconf.exe.txt: -------------------------------------------------------------------------------- 1 | odbcconf.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/pcalua.exe.txt: -------------------------------------------------------------------------------- 1 | pcalua.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/pcwrun.exe.txt: -------------------------------------------------------------------------------- 1 | pcwrun.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/pcwutl.dll.txt: -------------------------------------------------------------------------------- 1 | pcwutl.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/pester.bat.txt: -------------------------------------------------------------------------------- 1 | pester.bat 2 | -------------------------------------------------------------------------------- /keywordfiles/powerpnt.exe.txt: -------------------------------------------------------------------------------- 1 | powerpnt.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/presentationhost.exe.txt: -------------------------------------------------------------------------------- 1 | presentationhost.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/print.exe.txt: -------------------------------------------------------------------------------- 1 | print.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/procdump.exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/keywordfiles/procdump.exe.txt -------------------------------------------------------------------------------- /keywordfiles/pubprn.vbs.txt: -------------------------------------------------------------------------------- 1 | pubprn.vbs 2 | -------------------------------------------------------------------------------- /keywordfiles/rasautou.exe.txt: -------------------------------------------------------------------------------- 1 | rasautou.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/rcsi.exe.txt: -------------------------------------------------------------------------------- 1 | rcsi.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/reg.exe.txt: -------------------------------------------------------------------------------- 1 | reg.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/regasm.exe.txt: -------------------------------------------------------------------------------- 1 | regasm.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/regedit.exe.txt: -------------------------------------------------------------------------------- 1 | regedit.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/register-cimprovider.exe.txt: -------------------------------------------------------------------------------- 1 | register-cimprovider.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/regsvcs.exe.txt: -------------------------------------------------------------------------------- 1 | regsvcs.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/regsvr32.exe.txt: -------------------------------------------------------------------------------- 1 | regsvr32.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/replace.exe.txt: -------------------------------------------------------------------------------- 1 | replace.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/rmm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/keywordfiles/rmm.txt -------------------------------------------------------------------------------- /keywordfiles/rpcping.exe.txt: -------------------------------------------------------------------------------- 1 | rpcping.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/rundll32.exe.txt: -------------------------------------------------------------------------------- 1 | rundll32.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/runonce.exe.txt: -------------------------------------------------------------------------------- 1 | runonce.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/runscripthelper.exe.txt: -------------------------------------------------------------------------------- 1 | runscripthelper.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/sc.exe.txt: -------------------------------------------------------------------------------- 1 | sc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/schtasks.exe.txt: -------------------------------------------------------------------------------- 1 | schtasks.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/scriptrunner.exe.txt: -------------------------------------------------------------------------------- 1 | scriptrunner.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/setupapi.dll.txt: -------------------------------------------------------------------------------- 1 | setupapi.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/shdocvw.dll.txt: -------------------------------------------------------------------------------- 1 | shdocvw.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/shell32.dll.txt: -------------------------------------------------------------------------------- 1 | shell32.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/slmgr.vbs.txt: -------------------------------------------------------------------------------- 1 | slmgr.vbs 2 | -------------------------------------------------------------------------------- /keywordfiles/sqldumper.exe.txt: -------------------------------------------------------------------------------- 1 | sqldumper.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/sqlps.exe.txt: -------------------------------------------------------------------------------- 1 | sqlps.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/sqltoolsps.exe.txt: -------------------------------------------------------------------------------- 1 | sqltoolsps.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/squirrel.exe.txt: -------------------------------------------------------------------------------- 1 | squirrel.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/syncappvpublishingserver.exe.txt: -------------------------------------------------------------------------------- 1 | syncappvpublishingserver.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/syncappvpublishingserver.vbs.txt: -------------------------------------------------------------------------------- 1 | syncappvpublishingserver.vbs 2 | -------------------------------------------------------------------------------- /keywordfiles/sysinternal-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/keywordfiles/sysinternal-tools.txt -------------------------------------------------------------------------------- /keywordfiles/syssetup.dll.txt: -------------------------------------------------------------------------------- 1 | syssetup.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/te.exe.txt: -------------------------------------------------------------------------------- 1 | te.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/tracker.exe.txt: -------------------------------------------------------------------------------- 1 | tracker.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/tttracer.exe.txt: -------------------------------------------------------------------------------- 1 | tttracer.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/update.exe.txt: -------------------------------------------------------------------------------- 1 | update.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/url.dll.txt: -------------------------------------------------------------------------------- 1 | url.dll 2 | -------------------------------------------------------------------------------- /keywordfiles/vbc.exe.txt: -------------------------------------------------------------------------------- 1 | vbc.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/verclsid.exe.txt: -------------------------------------------------------------------------------- 1 | verclsid.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/vsjitdebugger.exe.txt: -------------------------------------------------------------------------------- 1 | vsjitdebugger.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/wab.exe.txt: -------------------------------------------------------------------------------- 1 | wab.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/winrm.vbs.txt: -------------------------------------------------------------------------------- 1 | winrm.vbs 2 | -------------------------------------------------------------------------------- /keywordfiles/winword.exe.txt: -------------------------------------------------------------------------------- 1 | winword.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/wmic.exe.txt: -------------------------------------------------------------------------------- 1 | wmic.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/wscript.exe.txt: -------------------------------------------------------------------------------- 1 | wscript.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/wsl.exe.txt: -------------------------------------------------------------------------------- 1 | wsl.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/wsreset.exe.txt: -------------------------------------------------------------------------------- 1 | wsreset.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/xwizard.exe.txt: -------------------------------------------------------------------------------- 1 | xwizard.exe 2 | -------------------------------------------------------------------------------- /keywordfiles/zipfldr.dll.txt: -------------------------------------------------------------------------------- 1 | zipfldr.dll 2 | -------------------------------------------------------------------------------- /lateral_movement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/lateral_movement.py -------------------------------------------------------------------------------- /multikeyword_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/multikeyword_search.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/requirements.txt -------------------------------------------------------------------------------- /surround.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/surround.py -------------------------------------------------------------------------------- /timeliner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/op7ic/amphunt/HEAD/timeliner.py --------------------------------------------------------------------------------