Block WordPress Attack with CSF

Edit /etc/csf/regex.custom.pm and add: Code: Select all # wordpress if (($globlogs{CUSTOM4_LOG}{$lgfile}) and ($line =~ /(\S+).*] “POST \/wp-login\.php.*” 200/)) { return (“Failed WordPress login from”,$1,”wordpress”,”20″,”80,443″,”3600″); } Then update /etc/csf/csf.conf and change CUSTOM4_LOG to scan your web server access logs. (If they aren’t doing so already). Eg. for Plesk: /var/www/vhosts/system/*/logs/access_log That rule will block brute force attacks […]

WhatsApp Firewall Ports

If you need WhatsApp Voice Calling to work behind a firewall you will need to open the following ports. TCP: 4244,5222,5223,5228,5242 TCP/UDP: 59234, 50318 UDP: 3478,45395

Reset AP in 887VAW

If you need to get access to the AP in a 887VAW but don’t know the password you can always   service-module wlan-ap 0 reset default-config   It will reset it back to factory defaults.

How-to Reset Password on Xerox

If you have forgotten a password on a Xerox Workcentre 5225 you won’t find any documentation on Xerox’s website on how to reset the password. If you ask them they will tell you that a technician (who you have to pay) will need to reset it. There is a way around this however. You can […]

How to replace failed hard drive on NetApp FAS

How to replace failed hard drive on NetApp FAS What: NetApp FAS270, FAS2020, FAS2040, FAS2240, FAS2050 Problem: Hard drive has failed and needs replacement. Solution: Disk will have an amber LED on the front of it if it has an issue. You will need a disk of the same capacity as the one you are […]

Using CheckSUR and fix Corruption

These are just notes for myself. I will rewrite this article when i get to the bottom of the issue i’m fixing. https://blogs.technet.microsoft.com/joscon/2010/05/26/using-checksur-and-update-packages-to-fix-corruption/ How to extract msu/msp/msi/exe files from the command line I find these commands quite helpful — maybe you know them already — if not, here you go: Microsoft Hotfix Installer (.exe) setup.exe […]

Fanvil Park Slots BLF

I installed some new Fanvil X5 Phones at a customer and i needed to have some BLF keys as Park Slots and Presence for them. If you set the DSS key to memory Then put in “park+*5901” in the value and set the SubType to BLF/New Call.   All done.

Exchange 2010 The mailbox dumpster size exceeds the target quota

Moving some customers mail boxes around i kept getting a error about dumpster size exceeding the target quota.I couldn’t find much info on it. But this seems to fix it. 1.) Give your account rights to open the mailbox. 2.) Go to control panel > mail > profiles > ask for a profile each time […]

Windows 10 Bootrec – the requested system device cannot be found

After cloning a SSD for a customer it wouldn’t boot after running the normal Bootrec /fixmbr Bootrec /fixboot Bootrec /scanos Bootrec /rebuildbcd But the Bootrec /rebuildbcd wouldn’t work with a error  “The requested system device cannot be found” after spending time looking in to this issue i found a  forum post that fixed it right up. […]

Clear Mailcleaner Incomming Que

If you need to clean out the incoming que from the mail cleaner que try the command below in the SSH.   If you want to test first run /opt/exim4/bin/exiqgrep -C /usr/mailcleaner/etc/exim/exim_stage1.conf domain.tld If that shows the emails that you want to remove try /opt/exim4/bin/exiqgrep -C /usr/mailcleaner/etc/exim/exim_stage1.conf -i domain.tld | xargs /opt/exim4/bin/exim -C /usr/mailcleaner/etc/exim/exim_stage1.conf -Mrm