top of page

Be careful what you send to the Recycle Bin!

Writer: Diniz MartinsDiniz Martins

As you know, it is common to use the Windows Recycle Bin to dispose of those files that we no longer use. However, we must pay special attention to what we send to trash, as the security of your data or that of your company may be at stake.


During a Pentest you might even consider including this way to try to extract sensitive information about the environment and assist the Security team to improve the approach and points of attention during the Information Security Awareness campaign for employees.


To extract files from a user's Trash it is necessary to find out which user's SID. To do this, just run the command below:


Enter the C:\ directory and run the command "dir /a" to show all hidden folders.


Access the $Recycle.Bin folder and type the command "dir /a" to view the folder corresponding to the user you want to access.


Access the folder and view the files that are stored in the Recycle Bin using the "dir" command.


I created a folder (tmp) to copy all files from the user's Trash, then copy the files that start with $R.


Access the folder to view the files.


With the information found in the Recycle Bin, a malicious user could gain access to your company's servers.


Network Administrators do not store passwords in text files, spreadsheets. (Use a Password Vault)!!!


Recent Posts

See All

IPSec vs. TLS

When it comes to securing data over networks, IPSec (Internet Protocol Security) and TLS (Transport Layer Security) are two of the most...

VyOS Basic Configuration

VyOS is an open-source network operating system that provides software-based network routing, firewall, and VPN services. It is designed...

Comments


Programming and IT solutions guide on STENGE.info blog
Cybersecurity and Networking tutorials on STENGE.info
IT infrastructure solutions and technology tutorials
STENGE.info logo - Tech Blog for IT Solutions and Tutorials
bottom of page