Skip to content

Instantly share code, notes, and snippets.

View buananetpbun's full-sized avatar
💭
I may be slow to respond.

Agus Ramadhani buananetpbun

💭
I may be slow to respond.
View GitHub Profile
@buananetpbun
buananetpbun / Password and username ONT Modem Telkom Indihome
Last active December 8, 2022 01:46
Password and username ONT Modem Telkom Indihome
Default Password and Username For Modem ONT Telkom Indihome
username : admin
password : %0|F?H@f!berhO3e
username : telecomadmin
password : zep2kjzol
username : admin
password : Telkomdso123
@buananetpbun
buananetpbun / Port Knocking Maker or Generator Icmp + Packet Size
Created December 27, 2021 03:00
Port Knocking Maker or Generator Icmp + Packet Size
How Port Knocking Maker - Mikrotik Script RouterOS
In computer networking, port knocking is a method of externally opening ports on a firewall by generating a connection attempt on a set of prespecified closed ports. Once a correct sequence of connection attempts is received, the firewall rules are dynamically modified to allow the host which sent the connection attempts to connect over specific port(s). A variant called single packet authorization (SPA) exists, where only a single "knock" is needed, consisting of an encrypted packet.
The primary purpose of port knocking is to prevent an attacker from scanning a system for potentially exploitable services by doing a port scan, because unless the attacker sends the correct knock sequence, the protected ports will appear closed
###########################################################
# Mikrotik Port Knocking Generator with Icmp + Packet Size
# Date/Time: 2/14/2021, 12:14:10 PM
# https://fb.me/buananet.pbun
##################################################
@buananetpbun
buananetpbun / Load Balancing LB PCC 3 Line ISP Failover - Mikrotik Script RouterOS
Last active November 14, 2022 15:16
Load Balancing LB PCC 3 Line ISP Failover - Mikrotik Script RouterOS
Load balance PCC 3 ISP on mikrotik is a technique for distributing traffic load on two or more connection lines in a balanced way,
so that traffic can run optimally, maximize throughput, reduce response time and avoid overloading one of the connection lines.
################################################
# LOAD BALANCING (LB) PCC SCRIPT GENERATOR
# Date/Time: 2/13/2021, 9:19:38 PM
# https://fb.me/buananet.pbun
# Load Balancing Metode -> PCC
################################################
@buananetpbun
buananetpbun / Load Balancing LB PCC 2 Line ISP Failover - Mikrotik Script RouterOS
Last active September 12, 2023 08:22
Load Balancing LB PCC 2 Line ISP Failover - Mikrotik Script RouterOS
Load balance PCC 2 ISP on mikrotik is a technique for distributing traffic load on two or more connection lines in a balanced way,
so that traffic can run optimally, maximize throughput, reduce response time and avoid overloading one of the connection lines.
################################################
# LOAD BALANCING (LB) PCC SCRIPT GENERATOR
# Date/Time: 2/13/2021, 9:19:38 PM
# https://fb.me/buananet.pbun
# Load Balancing Metode -> PCC
################################################
@buananetpbun
buananetpbun / Anti Hack Protected BootLoader - MikroTik Script RouterOS
Created December 27, 2021 00:37
Anti Hack Protected BootLoader - MikroTik Script RouterOS
The way this script works is simple but smart, this script will monitor anyone who intends to activate the Mirotik Protected Bootloader, it will be detected immediately and the router will automatically shutdown immediately, when the router is turned on again, all the Protected Bootloader settings will be returned to the default setting, so any prank actions of malicious intruders before will be in vain
If after installing this script the router shuts down itself, don't panic yet, it could be that the script is working and it might mean that someone is trying to activate the bootloader on the router illegally, if it's true, this can be seen by changing the window caption or identity in Winbox to BOOTLOADER> Min: 00:00:20 - Max: 00:10:00
Why does this script have to change the identity or caption in Winbox? I am trying to think if the reset button and NetInstall don't work at least we know how much time for the "reformat hold button" it takes and how long it takes to press the reset button for it to work. Pl