Skip to main content

How to fix RDP freezing on “Please Wait” screen

rdp please wait

Having to work on a remote machine every day, I’ve encountered a few times a really annoying issue: when you launch the MSTSC application and once connected to the remote machine, it says “Please Wait” forever. Especially when you don’t have admin rights on the machine you are on, there is not a lot you […]

Verify vulnerabilities on your WordPress site with WPScan

WPScan is a good tool to discover vulnerabilities on your WordPress website. To install it: sudo apt-get install git sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential cd ~ git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler && bundle install –without test Execute the scan on www.example.com: ruby wpscan.rb –url www.example.com Happy hacking!  […]