Skip to content
View sysbitnet's full-sized avatar

Block or report sysbitnet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CSF Firewall testing script Testing ... CSF Firewall testing script Testing ip_tables/iptable_filter...open3: exec of /sbin/iptables -I OUTPUT -p tcp --dport 9999 -j ACCEPT failed: No such file or directory at /usr/local/csf/bin/csftest.pl line 144
    1
    #!/usr/bin/perl
    2
    ########################################################################################
    3
    # Just fix the code in this file to checking CSF service edit and update from sysbitnet
    4
    ########################################################################################
    5
    # Copyright 2006-2018, Way to the Web Limited
  2. Get Public IP # Create a simple scri... Get Public IP # Create a simple script to fetch your public IP address using the dig command. If you're using a Unix-like system (Linux or macOS), you can create a bash script.
    1
    #!/bin/bash
    2
    
                  
    3
    # Fetch public IP address using dig and OpenDNS resolver
    4
    ip_address=$(dig +short myip.opendns.com @resolver1.opendns.com)
    5
    
                  
  3. cPanel & WHM Critical Abuse IP List ... cPanel & WHM Critical Abuse IP List and Rescue Helper for CVE-2026-41940
    1
    #!/bin/bash
    2
    # ═══════════════════════════════════════════════════════════════════════════════
    3
    #  cPANEL SERVER RESCUE v3.1 — CVE-2026-41940
    4
    #  Real-time CRITICAL logs + Community IP Intelligence + HTML/TXT Report
    5
    #
  4. A simple shell script helps to find ... A simple shell script helps to find all users' cron set configurations
    1
    ##########################################################################
    2
    # A simple shell script helps to find all users' cron set configurations #
    3
    ##########################################################################
    4
    # On cron_list.text, you can see a complete list of all cons
    5
    # On userscronjobs.txt, you can see all users who use crons