Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Chromos-Def/Block-Redshell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: Chromos-Def/Block-Redshell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 4, 2019

  1. Copy the full SHA
    1a55e03 View commit details

Commits on Mar 5, 2019

  1. now only 2 scripts

    Chromos-Def committed Mar 5, 2019
    Copy the full SHA
    fbf51b3 View commit details
  2. readme updated

    Chromos-Def committed Mar 5, 2019
    Copy the full SHA
    7a342a1 View commit details

Commits on Mar 12, 2019

  1. ignore this git push

    Chromos-Def committed Mar 12, 2019
    Copy the full SHA
    6e109d4 View commit details

Commits on Mar 12, 2020

  1. Copy the full SHA
    593ef61 View commit details

Commits on Aug 28, 2020

  1. license update

    Chromos-Def committed Aug 28, 2020
    Copy the full SHA
    0da08ee View commit details
25 changes: 25 additions & 0 deletions 0-Uninstall-Block-Redshell.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@echo off
echo.
SETLOCAL
SET "HOSTS=%WinDir%\System32\drivers\etc\hosts"
SET "TEMP_HOSTS=%TEMP%\%RANDOM%__hosts"
echo.
echo.
echo UNBLOCK Redshell Spyware
echo.
echo.
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%"
COPY /Y "%TEMP_HOSTS%" "%HOSTS%"
echo.
echo.
echo Hosts file entries has been deleted to UNBLOCK Redshell spyware.
echo.
echo.
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
echo.
echo.
echo Firewall entries has been deleted to UNBLOCK Redshell spyware.
echo.
echo.
pause
exit /B
15 changes: 0 additions & 15 deletions 1-Hosts-Uninstall-Block-Redshell.bat

This file was deleted.

26 changes: 11 additions & 15 deletions 1-Hosts-Install-Block-Redshell.bat → 1-Install-Block-Redshell.bat
Original file line number Diff line number Diff line change
@@ -2,37 +2,33 @@
echo.
set hostspath=%windir%\System32\drivers\etc\hosts
echo.
echo.
echo BLOCK Redshell Spyware
echo.
echo.
echo.>> %hostspath%
echo #Start of Block Redshell Spyware Entries# >> %hostspath%
echo 0.0.0.0 redshell.io >> %hostspath%
echo 0.0.0.0 138.91.197.151 >> %hostspath%
echo 0.0.0.0 api.redshell.io >> %hostspath%
echo 0.0.0.0 40.118.187.121 >> %hostspath%
echo 0.0.0.0 treasuredata.com >> %hostspath%
echo 0.0.0.0 23.185.0.2 >> %hostspath%
echo 0.0.0.0 api.treasuredata.com >> %hostspath%
echo 0.0.0.0 34.194.99.1 >> %hostspath%
echo 0.0.0.0 52.3.23.198 >> %hostspath%
echo 0.0.0.0 54.80.12.77 >> %hostspath%
echo 0.0.0.0 in.treasuredata.com >> %hostspath%
echo 0.0.0.0 34.199.53.125 >> %hostspath%
echo 0.0.0.0 50.17.28.69 >> %hostspath%
echo 0.0.0.0 52.0.125.186 >> %hostspath%
echo 0.0.0.0 34.200.80.85 >> %hostspath%
echo 0.0.0.0 34.202.72.93 >> %hostspath%
echo 0.0.0.0 54.174.193.179 >> %hostspath%
echo 0.0.0.0 cdn.rdshll.com >> %hostspath%
echo 0.0.0.0 t.redshell.io >> %hostspath%
echo 0.0.0.0 138.91.197.151 >> %hostspath%
echo 0.0.0.0 innervate.us >> %hostspath%
echo 0.0.0.0 40.71.103.150 >> %hostspath%
echo 0.0.0.0 40.121.210.226 >> %hostspath%
echo #End of Block Redshell Spyware Entries# >> %hostspath%
echo.>> %hostspath%
echo.
echo.
echo Hosts file entires has been added to BLOCK Redshell spyware.
echo.
echo.
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
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
echo.
echo.
echo Firewall entries has been added to BLOCK Redshell spyware.
echo.
echo.
pause
exit /B
39 changes: 0 additions & 39 deletions 2-Firewall-Install-Block-Redshell.bat

This file was deleted.

24 changes: 0 additions & 24 deletions 2-Firewall-Uninstall-Block-Redshell.bat

This file was deleted.

Loading