Skip to main content

How to remove ipaddress block from new cphulk

Comments

3 comments

  • cPanelMichael
    Hello :) It's by design the IP addresses are unreadable in the database. The "Blacklist Management" tab in the cPHulk interface allows you to remove an IP address from the interface. You can also unblock an IP address from the iptables block out with a command such as:
    /scripts/hulk-unban-ip IP-HERE
    You can find updated documentation on cPHulk at: cPHulk Brute Force Detection Thank you.
    0
  • WebHostPro
    Tried that still blocked, how to remove any blocks by CPhulk? I think there is a mysql thing that needs to be done. And why doesn't the docs show you how to remove blocks and remove the software. The whitelist does not remove anything. So frustrating.
    0
  • cPanelMichael
    You can disable cphulkd completely by using the following commands:
    for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable
    Thank you.
    0

Please sign in to leave a comment.