Skip to content

Commit fbf51b3

Browse files
committed
now only 2 scripts
1 parent 1a55e03 commit fbf51b3

9 files changed

Lines changed: 26 additions & 119 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ SETLOCAL
44
SET "HOSTS=%WinDir%\System32\drivers\etc\hosts"
55
SET "TEMP_HOSTS=%TEMP%\%RANDOM%__hosts"
66
echo.
7+
echo.
78
echo UNBLOCK Redshell Spyware
89
echo.
10+
echo.
911
FINDSTR /V "#Start of Block Redshell Spyware Entries# & redshell.io & api.redshell.io & treasuredata.com & api.treasuredata.com & in.treasuredata.com & cdn.rdshll.com & t.redshell.io & innervate.us & #End of Block Redshell Spyware Entries#" "%HOSTS%" > "%TEMP_HOSTS%"
1012
COPY /Y "%TEMP_HOSTS%" "%HOSTS%"
1113
echo.
14+
echo.
1215
echo Hosts file entries has been deleted to UNBLOCK Redshell spyware.
1316
echo.
17+
echo.
18+
netsh advfirewall firewall delete rule name="Block-Redshell-Spyware" remoteip=138.91.197.151,40.118.187.121,23.185.0.2,34.194.99.1,52.3.23.198,54.80.12.77,34.199.53.125,50.17.28.69,52.0.125.186,34.200.80.85,34.202.72.93,54.174.193.179,40.71.103.150,40.121.210.226
19+
echo.
20+
echo.
21+
echo Firewall entries has been deleted to UNBLOCK Redshell spyware.
22+
echo.
23+
echo.
1424
pause
1525
exit /B
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
echo.
33
set hostspath=%windir%\System32\drivers\etc\hosts
44
echo.
5+
echo.
56
echo BLOCK Redshell Spyware
67
echo.
8+
echo.
79
echo.>> %hostspath%
810
echo #Start of Block Redshell Spyware Entries# >> %hostspath%
911
echo 0.0.0.0 redshell.io >> %hostspath%
@@ -17,7 +19,16 @@ echo 0.0.0.0 innervate.us >> %hostspath%
1719
echo #End of Block Redshell Spyware Entries# >> %hostspath%
1820
echo.>> %hostspath%
1921
echo.
22+
echo.
2023
echo Hosts file entires has been added to BLOCK Redshell spyware.
2124
echo.
25+
echo.
26+
netsh advfirewall firewall add rule name="Block-Redshell-Spyware" dir=in interface=any action=block remoteip=138.91.197.151,40.118.187.121,23.185.0.2,34.194.99.1,52.3.23.198,54.80.12.77,34.199.53.125,50.17.28.69,52.0.125.186,34.200.80.85,34.202.72.93,54.174.193.179,40.71.103.150,40.121.210.226
27+
netsh advfirewall firewall add rule name="Block-Redshell-Spyware" dir=out interface=any action=block remoteip=138.91.197.151,40.118.187.121,23.185.0.2,34.194.99.1,52.3.23.198,54.80.12.77,34.199.53.125,50.17.28.69,52.0.125.186,34.200.80.85,34.202.72.93,54.174.193.179,40.71.103.150,40.121.210.226
28+
echo.
29+
echo.
30+
echo Firewall entries has been added to BLOCK Redshell spyware.
31+
echo.
32+
echo.
2233
pause
2334
exit /B

2-Firewall-Install-Block-Redshell.bat

Lines changed: 0 additions & 39 deletions
This file was deleted.

2-Firewall-Uninstall-Block-Redshell.bat

Lines changed: 0 additions & 24 deletions
This file was deleted.

RAW/Hosts-Block-Redshell-RAW.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

RAW/IPs-Block-Redshell-RAW.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Block-Redshell
2-
Blocks Redshell Spyware using batch files - install & uninstall included
2+
Blocks Redshell Spyware using batch script files - install & uninstall included
33

44
# What is Redshell?
55
https://www.reddit.com/r/Steam/comments/8pud8b/psa_red_shell_spyware_holy_potatoes_were_in_space/
@@ -12,12 +12,12 @@ The **_Install_** scripts will block the Redshell spyware at a Hosts file & Wind
1212
The **_Uninstall_** scripts will unblock the Redshell spyware. (But why? - see **Warning** below)
1313

1414
# Install
15-
- Right click **1-Hosts-Install-Block-Redshell.bat** and then click **_run as administrator_.**
16-
- Right click **2-Firewall-Install-Block-Redshell.bat** and then click **_run as administrator_.**
15+
- Right click **1-Install-Block-Redshell.bat** and then click **_run as administrator_.**
16+
*Think in binary - 1 is On*
1717

1818
# Uninstall
19-
- Right click **1-Hosts-Uninstall-Block-Redshell.bat** and then click **_run as administrator_.**
20-
- Right click **2-Firewall-Uninstall-Block-Redshell.bat** and then click **_run as administrator_.**
19+
- Right click **0-Uninstall-Block-Redshell.bat** and then click **_run as administrator_.**
20+
*Think in binary - 0 is Off*
2121

2222
# Warning
2323
Some games will not launch or work while blocking Redshell, because they unfortunately use this spyware to collect telemetry on **YOU**, so I have included the Uninstall batch files.

push-git-IGNORE.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)