top of page

Be careful what you send to the Recycle Bin!

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)!!!


30 views0 comments

Recent Posts

See All

Cyrillic Alphabet

Exploring the Cyrillic Alphabet: A Beginner's Guide Have you ever come across the Cyrillic alphabet and wondered what it's all about? Maybe you've seen it on Russian websites, or perhaps you've notice

MacOS | Recording a Packet Trace

A packet trace is a record of traffic traveling across the network. It’s useful for investigating complex network problems related to both correctness and performance. Once you start a packet trace on

DNS Guard

Absolutely everything is connected to the internet these days, from TV to smart light bulbs, from mobile devices to smart cars. Given those ads and ad trackers are everywhere on the Internet, a browse

bottom of page