Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

*.obj
*.tlog
*.pdb
*.log
*.ipch
*.ipdb
*.iobj
*.opendb
*.db
vs2012/.vs/Incognito/v15/.suo
*.exe
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
budz branch

usage: incognito.exe <config file>

the config file is an .ini-style text file. currently the fields are "targets" and "command". "targets" is a comma-separated list of usernames and/or groups whose tokens will be looked for. "command" is the command that will be run as each target whose token is found. spaces before and after the command and usernames is acceptable.

below is an example config file:

targets: joe,bob,bill,Admins, Users,desktop-1nb3dn1\user , nt authority\system
command: cmd.exe /c "net users" >> C:\\Users\\user\\Desktop\\test.txt
165 changes: 0 additions & 165 deletions find_token.c

This file was deleted.

Loading