Skip to content

Ne0nd0g/oddments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oddments

Oddments is a repository of random code snippets used to develop proof of concepts for techniques used with the Windows operating system.

POCs

  • HideConsole - Hide a console window so it isn't visible to users
  • ListPrivs - Lists current privileges associated with a Primary process token
  • MakeToken - Create a Windows Access Token for another user and use it to remotely list the files on a remote host
  • RunAs - Run a program as another user; Includes netonly functionality
  • StealToken - Steal a Windows Access Token from another process
  • SSHClient - Execute commands and retrieve output through SSH (non-interactive)

Library

  • pkg - Wrapper functions for interacting with the Windows API
  • windows - Windows API functions
    • advapi32 - Windows API functions exported in Advapi32.dll
    • kernel32 - Windows API functions exported in kernel32.dll
    • user32 - Windows API functions exported in user32.dll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages