Skip to main content

Where Does an IP get Blacklisted on cpHulk?

Comments

3 comments

  • Jcats
    I just ran an strace when running that script and noticed: sendto(3, "\267\0\0\0\3INSERT INTO ip_lists (START"..., 187, MSG_NOSIGNAL, NULL, 0) = 187 so its storing it in the ip_lists table however its stored using varbinary
    0
  • 24x7ss
    cphulk will restore the ips in cphulk db. You can use below command to check the list of IP. select IP, LOGINTIME FROM logins order by LOGINTIME; select IP, BRUTETIME from brutes order by BRUTETIME; Make sure you are running these commands in mysql cphulk db.
    0
  • cPanelMichael
    Hello :) Please review the following thread:
    0

Please sign in to leave a comment.