First: Enumerate the folders that the users group have access to it

accesschk.exe -accepteula -wus "Users" c:\\*.* > C:\\RTO\\fld-use.txt

Untitled

Second: Enumerate the folders that the Authenticated Users group have access to it

accesschk.exe -accepteula -wus "Authenticated Users" c:\\*.* > C:\\RTO\\fld-authusr.txt

Untitled

Third: Open the file and investigate it

notepad c:\\rto\\fld-authusr.txt

Untitled

Notice that we have RW access to the Putty Folder

Fourth: Replace any Putty.exe with our payload