Giter Site home page Giter Site logo

myfindwin's Introduction

MyFindWin

Can List non default NTFS Alternate Data Streams for Directories and Files

find/list all or specific files, grep and grep -I (case insensitive)

usage: .\MyFindWin.exe <search_string> [grep|grepI|find] default is find; use * as <search_string> to list all files; Output is in output.txt

e.g. List non-default (other than ::$DATA) NTFS Streams for dirs and files:

  • .\MyFindWin.exe 8 C:\ *

Output:

NON default streamname: :xdg.origin.url:$DATA in FILE: C:\Users\All Users\Samsung\Backup\Samsung_Magician_ML_Setup_Backup.exe size: 100 
NON default streamname: :Win32App_1:$DATA in FOLDER: C:\Program Files\7-Zip size: 0 
NON default streamname: :xdg.referrer.url:$DATA in FILE: C:\Users\All Users\Samsung\Backup\Samsung_Magician_ML_Setup_Backup.exe size: 69  
NON default streamname: :xdg.referrer.url:$DATA in FILE: C:\Users\All Users\Samsung\Backup\Samsung_Magician_ML_Setup_Backup.exe size: 69 
NON default streamname: :Win32App_1:$DATA in FOLDER: C:\Program Files\Adblock Plus for IE size: 0   
NON default streamname: :Win32App_1:$DATA in FOLDER: C:\Program Files\FileZilla FTP Client size: 0

in unusual files like "con":

type poppad1.exe > \\.\D:\demo\notlegal\con:evilEXE
wmic process call create \\.\D:\demo\notlegal\con:evilEXE
.\MyFindWin 1 . *:
StreamHandle invalid: error: 87 in: D:\demo\notlegal\con

e.g. List all files in C::

  • .\MyFindWin.exe 64 C:\ *

only files with xyz in filename:

  • .\MyFindWin.exe 64 c:\ xyz

grep for xyz in files:

  • .\MyFindWin.exe 64 C:\ xyz grep
  • case insensitive: .\MyFindWin.exe 64 C:\ xyz grep

myfindwin's People

Contributors

stefan20162016 avatar

Watchers

James Cloos avatar  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.