├── LICENSE ├── README.md └── configs └── v0.0.1 ├── Linux ├── ASLR.yaml ├── Account.yaml ├── Alias.yaml ├── Bash.yaml ├── Capabilities.yaml ├── CrontabFile.yaml ├── Dns.yaml ├── GPG.yaml ├── HistoryFile.yaml ├── HomeTemplate.yaml ├── Integrity.yaml ├── Iptables.yaml ├── KernalModule.yaml ├── Log.yaml ├── Login.yaml ├── Motd.yaml ├── PAM.yaml ├── Preload.yaml ├── Proc.yaml ├── ProcessFileDeleted.yaml ├── PtraceScope.yaml ├── Python.pth.yaml ├── SSH.yaml ├── SensitiveDirs.yaml ├── Services.yaml ├── SpecialPermissionFile.yaml ├── Startup.yaml ├── Sudo.yaml ├── TCPWrappers.yaml ├── Trap.yaml └── Udev.yaml └── Windows ├── Accessibility.yaml ├── Accounts.yaml ├── Activity.yaml ├── AppCertDLLs.yaml ├── AppInitDLL.yaml ├── ApplicationShimming.yaml ├── AutoRun.yaml ├── BitsJob.yaml ├── COM.yaml ├── DLL.yaml ├── Defender.yaml ├── Env.yaml ├── Firewall.yaml ├── History.yaml ├── IFEOInject.yaml ├── IPC.yaml ├── Log.yaml ├── Login.yaml ├── NetSh.yaml ├── Network.yaml ├── NetworkProvider.yaml ├── PasswordFilter.yaml ├── Powershell.yaml ├── Process.yaml ├── RDP.yaml ├── Sandbox.yaml ├── Screen.yaml ├── SensitiveDir.yaml ├── Service.yaml ├── Systeminfo.yaml ├── TaskScheduler.yaml ├── WMI.yaml ├── WinsockNSP.yaml └── tools ├── AmcacheParser.dll ├── AmcacheParser.exe ├── AmcacheParser.runtimeconfig.json ├── sigcheck.exe └── sigcheck64.exe /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/README.md -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/ASLR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/ASLR.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Account.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Alias.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Alias.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Bash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Bash.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Capabilities.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Capabilities.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/CrontabFile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/CrontabFile.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Dns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Dns.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/GPG.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/GPG.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/HistoryFile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/HistoryFile.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/HomeTemplate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/HomeTemplate.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Integrity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Integrity.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Iptables.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Iptables.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/KernalModule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/KernalModule.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Log.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Login.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Motd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Motd.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/PAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/PAM.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Preload.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Preload.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Proc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Proc.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/ProcessFileDeleted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/ProcessFileDeleted.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/PtraceScope.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/PtraceScope.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Python.pth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Python.pth.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/SSH.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/SSH.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/SensitiveDirs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/SensitiveDirs.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Services.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/SpecialPermissionFile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/SpecialPermissionFile.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Startup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Startup.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Sudo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Sudo.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/TCPWrappers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/TCPWrappers.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Trap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Trap.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Linux/Udev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Linux/Udev.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Accessibility.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Accessibility.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Accounts.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Activity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Activity.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/AppCertDLLs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/AppCertDLLs.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/AppInitDLL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/AppInitDLL.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/ApplicationShimming.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/ApplicationShimming.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/AutoRun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/AutoRun.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/BitsJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/BitsJob.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/COM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/COM.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/DLL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/DLL.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Defender.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Defender.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Env.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Env.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Firewall.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Firewall.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/History.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/History.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/IFEOInject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/IFEOInject.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/IPC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/IPC.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Log.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Login.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/NetSh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/NetSh.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Network.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Network.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/NetworkProvider.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/NetworkProvider.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/PasswordFilter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/PasswordFilter.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Powershell.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Powershell.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Process.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Process.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/RDP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/RDP.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Sandbox.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Sandbox.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Screen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Screen.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/SensitiveDir.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/SensitiveDir.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Service.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/Systeminfo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/Systeminfo.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/TaskScheduler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/TaskScheduler.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/WMI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/WMI.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/WinsockNSP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/WinsockNSP.yaml -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/tools/AmcacheParser.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/tools/AmcacheParser.dll -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/tools/AmcacheParser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/tools/AmcacheParser.exe -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/tools/AmcacheParser.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/tools/AmcacheParser.runtimeconfig.json -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/tools/sigcheck.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/tools/sigcheck.exe -------------------------------------------------------------------------------- /configs/v0.0.1/Windows/tools/sigcheck64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Just-Hack-For-Fun/NOPTrace-Configs/HEAD/configs/v0.0.1/Windows/tools/sigcheck64.exe --------------------------------------------------------------------------------