Skip to content

Pavanoza/snippets

 
 

Repository files navigation

#author pavan

snippets

Various code snippets and small PoCs, to be used for tests or as ready-made skeletons.

  • demo_dll - a small sample DLL with 2 exported functions
  • demoCalc_dll - a small sample DLL (in masm) deploying calc.exe on load
  • drop_and_run - an EXE dropping and loading a DLL (stored in resources)
  • inject1 - injecton demo - patches Entry Point of calc.exe
  • inject2 - injection demo - adds a thread with shellcode to calc.exe
  • inject3 - injection demo - injects shellcode to calc.exe using NtQueueApcThread
  • inject4 - injection demo - injects full image self (as a new section), applies relocations and deploys a function
  • neutrino_env_check.cpp - Set of defensive environment checks - against VM, sandbox, monitoring tools etc. Implementation based on Neutrino Bot Loader

About

Various code snippets and small PoCs, to be used for tests or as ready-made skeletons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 58.2%
  • C 38.5%
  • CMake 2.0%
  • Assembly 1.3%