#mikrotikscript resultados da pesquisa
Mengirimkan Daily Statistik Trafic Router pada Interface Tertentu di Router Mikrotik . #Mikrotik #MikrotikScript
Fungsi : Mengatur routing statis Scriptnya sbb : /ip route add dst-address=192.0.2.0/24 gateway=192.168.88.2 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur DNS server Scriptnya sbb : /ip dns set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Memblokir akses ke router dari luar jaringan lokal Scriptnya sbb : /ip firewall filter add chain=input in-interface=ether1 action=drop #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Membuat VPN dengan SSTP: Scriptnya sbb : /interface sstp-server server set enabled=yes /ppp secret add name=user1 password=pass1 service=sstp #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur Rate Limit pada Hotspot User secara dinamis Scriptnya sbb : /ip hotspot user add name=user1 password=pass1 limit-uptime=1h limit-bytes-total=100M #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur PPPoE Client Scriptnya sbb : /interface pppoe-client add add-default-route=yes user=user1 password=pass1 interface=ether1 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Mikrotik Script: /system scheduler add name="Reboot Notification" start-time=startup on-event="/tool e-mail send to=\"[email protected]\" subject=\"Router Rebooted\" body=\"The router has been rebooted.\"" #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Memblokir situs web tertentu menggunakan DNS: Scriptnya sbb : /ip dns static add address=127.0.0.1 name=blockedsite.com #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur perangkat untuk memperbarui RouterOS secara otomatis: Scriptnya sbb : /system package update set channel=stable check-for-updates install #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur firewall untuk memblokir ICMP flood Scriptnya sbb : /ip firewall filter add chain=input protocol=icmp limit=50,5 action=accept add chain=input protocol=icmp action=drop #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi :Mengatur logging untuk menangkap upaya login yang gagal: Scriptnya sbb : /system logging add topics=info action=memory /system logging add topics=error action=memory /system logging add topics=warning action=memory #MIDTeknologi #MikrotikScript #MikrotikTIPS
hi, it's minimik.mik & i'm a digital artist 🪄 i'd like to get on vgen and get a #VGenCode to open comms! and for that, i need 20 rts + 100 likes! any support is appreciated 🥺 below are some recent works👇 thank you for always supporting my art! vgen.co/minimik_mik 💞
🚀 Introducing MicroEditor! ✨ AI-powered code editing with real-time suggestions, error detection, and optimization. Elevate your coding game now! 💻🤖 #MicroGPT #MicroEditor #AI #Coding #SoftwareDevelopment
Macros, yall should share tips on how to make micros survive for longer. Arcis just can't get one to live for more than 2h...annoying
Interesting reading (2022) for anyone into embedded/IoT devices analysis and exploitation Excellent research work by @hgarrereyn and @__comedian Blog post: margin.re/2022/06/pullin… Slides (RECon): github.com/MarginResearch… #mikrotik
MikroTik routers reverse engineering and exploitation. Excellent research work. Credits @hgarrereyn and @__comedian Blog post: margin.re/2022/06/pullin… Slides (RECon): github.com/MarginResearch… #mikrotik #cybsersecurity
Reverse engineering MikroTik router and RouterOS by @hgarrereyn and @__comedian Blog post: margin.re/2022/06/pullin… Slides (RECon): margin.re/content/files/… #reverseengineering #cybsersecurity
MikroTik routers reverse engineering and exploitation Excellent work by @hgarrereyn and @__comedian Blog post: margin.re/2022/06/pullin… Slides (RECon): github.com/MarginResearch… #iot #mikrotik #cybsersecurity
Mengirimkan Daily Statistik Trafic Router pada Interface Tertentu di Router Mikrotik . #Mikrotik #MikrotikScript
micr0shell A Python script that dynamically generates Windows X64 PIC Null-Free reverse shell shellcode. github.com/senzee1984/mic… #infosec #pentesting #redteam
Mikrotik Script: /system scheduler add name="Reboot Notification" start-time=startup on-event="/tool e-mail send to=\"[email protected]\" subject=\"Router Rebooted\" body=\"The router has been rebooted.\"" #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Menambahkan sebuah scheduler untuk mengecek pembaruan RouterOS: Scriptnya Sbb : /system scheduler add name="Check for updates" start-time=startup interval=1d on-event="/system package update check-for-updates" #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Memblokir akses ke router dari luar jaringan lokal Scriptnya sbb : /ip firewall filter add chain=input in-interface=ether1 action=drop #MIDTeknologi #MikrotikScript #MikrotikTIPS
Mengirimkan Daily Statistik Trafic Router pada Interface Tertentu di Router Mikrotik . #Mikrotik #MikrotikScript
Fungsi : Mengatur routing statis Scriptnya sbb : /ip route add dst-address=192.0.2.0/24 gateway=192.168.88.2 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur DNS server Scriptnya sbb : /ip dns set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Mikrotik Script: /system scheduler add name="Reboot Notification" start-time=startup on-event="/tool e-mail send to=\"[email protected]\" subject=\"Router Rebooted\" body=\"The router has been rebooted.\"" #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur PPPoE Client Scriptnya sbb : /interface pppoe-client add add-default-route=yes user=user1 password=pass1 interface=ether1 #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Memblokir akses ke router dari luar jaringan lokal Scriptnya sbb : /ip firewall filter add chain=input in-interface=ether1 action=drop #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Membuat VPN dengan SSTP: Scriptnya sbb : /interface sstp-server server set enabled=yes /ppp secret add name=user1 password=pass1 service=sstp #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur Rate Limit pada Hotspot User secara dinamis Scriptnya sbb : /ip hotspot user add name=user1 password=pass1 limit-uptime=1h limit-bytes-total=100M #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Memblokir situs web tertentu menggunakan DNS: Scriptnya sbb : /ip dns static add address=127.0.0.1 name=blockedsite.com #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur perangkat untuk memperbarui RouterOS secara otomatis: Scriptnya sbb : /system package update set channel=stable check-for-updates install #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Mengatur firewall untuk memblokir ICMP flood Scriptnya sbb : /ip firewall filter add chain=input protocol=icmp limit=50,5 action=accept add chain=input protocol=icmp action=drop #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi :Mengatur logging untuk menangkap upaya login yang gagal: Scriptnya sbb : /system logging add topics=info action=memory /system logging add topics=error action=memory /system logging add topics=warning action=memory #MIDTeknologi #MikrotikScript #MikrotikTIPS
Fungsi : Menambahkan sebuah scheduler untuk mengecek pembaruan RouterOS: Scriptnya Sbb : /system scheduler add name="Check for updates" start-time=startup interval=1d on-event="/system package update check-for-updates" #MIDTeknologi #MikrotikScript #MikrotikTIPS
Something went wrong.
Something went wrong.
United States Trends
- 1. #GivingTuesday 15.8K posts
- 2. The BIGGЕST 426K posts
- 3. #JUPITER 233K posts
- 4. #ALLOCATION 239K posts
- 5. #csm222 1,474 posts
- 6. Lucario 15.5K posts
- 7. Costco 39.4K posts
- 8. Susan Dell 2,706 posts
- 9. #NXXT_NEWS N/A
- 10. Good Tuesday 40.2K posts
- 11. Michael and Susan 1,908 posts
- 12. NextNRG Inc 1,429 posts
- 13. Trump Accounts 8,355 posts
- 14. Hoss Cartwright N/A
- 15. Isack 18.7K posts
- 16. Taco Tuesday 13.8K posts
- 17. King Von 1,161 posts
- 18. Dart 43.6K posts
- 19. Paul Atkins 5,957 posts
- 20. Mewtwo 4,705 posts