Patching some English and README #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the existing script to improve the clarity and functionality of the brute force attack detection. The changes include fixing translation errors and reworking the README file for better guidance.
Script Changes
Translation Corrections:
All string texts in the script have been correctly translated to English. This ensures that notifications and messages are clear for an English-speaking audience.
Error Fixes:
Fixed errors in the script to ensure that the IP address extraction and notification work as intended.
Updated Script
Reworked README
Bruteforcer Alert
Detect failed connection attempts and get notified with the IP address of the person trying to hack/connect to your PC. This script works only on Windows.
How to Set Up
Step 1: Download and Extract Files
Bruteforcer_Alert
package.bruteforcealert.ps1
andbruteforcealert.bat
in theps1_file/English
orps1_file/French
directory.Step 2: Modify the .bat File
Edit the
bruteforcealert.bat
file to add the path to yourbruteforcealert.ps1
file.Step 3: Configure Local Group Policy
gpedit.msc
).Windows settings > Security settings > Advanced Audit Policy Configuration > System Audit Policies > Logon/Logoff
.Audit Logon
and configure it as follows:Step 4: Set Up Task Scheduler
General Tab
Triggers Tab
Click "New".
Configure it as follows:
4625
.Actions Tab
Click "New".
Configure it as follows:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
.bruteforcealert.bat
file.Testing
To test the setup:
Enjoy!
If you encounter any issues or have suggestions for improvement, feel free to open an issue on GitHub.
<3