VoldeSec / BOF-NPPSPY

Porting of NPPSPY by Grzegorz Tworek to 'man in the middle' the user logon process, and store the user's name and password in an unassuming file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BOF-NPPSPY

Porting of NPPSPY by Grzegorz Tworek to 'man in the middle' the user logon process, and store the user's name and password in an unassuming file.

I have modified the DLL a little bit and you may want to add more changes or obfuscation before using it

Usage

Target local host

bof-NPPSPY local

Target remote host

bof-NPPSPY WS01

Cleanup
cleanup command is provided as above

local:
bof-NPPSPY local cleanup <cleanupvalue>

remote:
bof-NPPSPY WS01 cleanup <cleanupvalue>

Compile

git clone https://github.com/VoldeSec/BOF-NPPSPY.git
cd BOF-NPPSPY
make

Credits

NPPSPY by Grzegorz Tworek - https://github.com/gtworek/PSBits/tree/master/PasswordStealing/NPPSpy

About

Porting of NPPSPY by Grzegorz Tworek to 'man in the middle' the user logon process, and store the user's name and password in an unassuming file.


Languages

Language:C 98.8%Language:Makefile 1.2%