Giter Club home page Giter Club logo

lnkmod's Introduction

LNKMod

Output File Names

  • -modify will update the specified .LNK
  • -create will create payload.lnk in the current directory unless a custom path is specified using -outputpath

Usage / Test Cases

  • Modify (will modify .LNK in current directory, only place one!)
    • Modify path to executable, no arguments
      • .\LNKMod.exe -modify -path "C:\Windows\system32\calc.exe"
    • Modify path to executable and arguments
      • .\LNKMod.exe -modify -path "C:\Windows\system32\cmd.exe" -args "/c notepad.exe"
  • Create
    • Create Test.lnk in the parent directory with path to executable, no arguments, and path to icon
      • .\LNKMod.exe -create -outputpath ..\Test.lnk -path "C:\Windows\system32\calc.exe" -icopath "C:\Users\John\AppData\Local\Microsoft\OneDrive\OneDrive.exe"
    • Create payload.lnk in the current directory with path to executable, arguments, and path to icon
      • .\LNKMod.exe -create -path "C:\Windows\system32\cmd.exe" -args "/c calc.exe" -icopath "C:\Users\John\AppData\Local\Microsoft\OneDrive\OneDrive.exe"
    • Sets access/write time to current time and creation time to a (reasonable) random time
  • Dump metadata for a specified .LNK
    • .\LNKMod.exe -dump "C:\Users\John\source\repos\LNKMod\LNKMod\bin\Release\payload.lnk"
  • Dump metadata for a specified .LNK in JSON format
    • .\LNKMod.exe -dumpjson "C:\Users\John\source\repos\LNKMod\LNKMod\bin\Release\payload.lnk"

Potentially Dangerous Metadata

  • CreationTime
  • AccessTime
  • WriteTime
  • DriveSerialNumber
  • KnownFolderID (GUID can be converted to a string can leak usernames)
  • MachineID (NetBIOS name)

References

lnkmod's People

Contributors

slyd0g 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.