@brothma1
Get it from a database backup.
It’s in the wp_options table, option_name=’itsec-storage’. Search for host_list.
wait there is no option_name=”itsec-storage”.. maybe that was from an older version or something. Where is that data now?
@brothma1
If you are on the iTSec plugin 5.4.0 or higher release there should be an
‘itsec-storage’ option_name. If you are looking at a database backup from an older iTSec plugin release, you are right it won’t exist. If that is the case you should look for the older option named ‘itsec_global’. I did make one mistake, you should look for the lockout_white_list setting (not host_list).
Note it is ‘itsec dash storage’ (where all of the older options were stored as ‘itsec underscore feature’ options.
thx
ya, I got it. There was an entry ‘itsec_temp_whitelist_ip’ in the wp_options’ table (like he said)
@brothma1
That’s the option that automatically stores/whitelists all Admin IPs temporarily.
This happens automatically when administrators log into the Dashboard.
The other one I was talking about is the one that stores/whitelists IPs permanently.
So this option stores IPs YOU manually added in the Global Settings module (Lockout White List setting).