Browse Source

Первый коммит + добавил скрипт для проверки микрота на уязвимость winbox

master
Mikhail Grebenkin 6 years ago
commit
1c989ecb5e
2 changed files with 5 additions and 0 deletions
  1. +0
    -0
      README.md
  2. +5
    -0
      check_mikrotik_socks.mikrotik

+ 0
- 0
README.md View File


+ 5
- 0
check_mikrotik_socks.mikrotik View File

@ -0,0 +1,5 @@
:if ([/ip socks get port] = 1080) do={:log info "Socks port is still Default."} else={:log info "Socks Port changed Possible infection!"}
:if ([/ip socks get enabled] = false) do={:log info "Socks is not on."} else={:log info "Socks is enabled... that could be bad!"}
:if ([:len [/file find name="mikrotik.php"]] > 0) do={:log info "!!!mikrotik.php!!! File Detected!"} else={:log info "mikrotik.php not found."}
:if ([:len [/file find name="Mikrotik.php"]] > 0) do={:log info "!!!Mikrotik.php!!! File Detected!"} else={:log info "Mikrotik.php not found."}
:if ([:len [/user find name="service"]] > 0) do={:log info "!!!YOU WERE BREACHED!!!"} else={:log info "No sign of the service user."}

Loading…
Cancel
Save

Powered by TurnKey Linux.