Giter VIP home page Giter VIP logo

godthings's Introduction

Godthings

This project is a framework of Windows system analysis and provide some system api to write C or Python code to extend the function of this system.

Godthings.sys

This is kernel driver of this project that supply some kernel mode ability.This must be developped in VS2019,but now I'm in VS2022(Too lazy to install VS2019,So may quit for a while)

GodAgent.lib

This is the main program of this project.

Args

GTExample2.exe <subcommand> <option>
  gui_serve: Run the GUI Serve
  info_module: Module Information
  run_module <module>: Run a module
  run_all: Run all autorun-able modules
    --export-csv: export file to csv named by ${Path}.${ModuleName}.csv
  list_modules: List all modules

Ability

Process:
    Information gathering [process controlling may be accomplished one day]

Network:
    Information gathering [network controlling may be accomplished one day]

Windows Log:
    Information gathering.... suppose the control of log may not be implement

Account:
    Information gathering
    
Thread:
    Information gathering  [thread controlling may be accomplished one day]
    
Registry:
    Information gathering
    
Embed python interpreter:
    Use those apis to write plugins so no need to compile c code to accomplish the ability you want
    
System:
    Information gathering
    
Some Files parse: 
    Prefetch    [done]
    Amcache     [todo]
    dmp         [todo]
    JumpListFile[todo]
    SRUMFile    [todo]
    evtx        [doing]

Registry parse:
    ShimCache (AppCompatCache)   [todo]
    UserAssist                   [todo]
    MUICache                     [todo]
    RunMRU                       [todo]
    AppCompatFlags Registry Keys [todo]
    Background Activity Moderator[done]
    RecentApps                   [todo]

Other:
    schdule task [todo]
    
    

get_stat_info(file_path)
    Return the stat info of file

open_fileinfo_cache(...)
    Open fileinfo cache to cache fileinfo

GTExample2.exe

image

System.LoadedFiles

image

File.File

"file=${path}", the path can be file or directory, if directory is appointed then show all file types that own by this directory
image if there is ending with backslash, then need a double-backslash to escape last backslash image

godthings's People

Contributors

3l1i0t avatar mrrooten avatar testdsfsdfsdf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.