DEMANDS ON ETHICAL HACKERS ARE RAPIDLY GROWING

SINGAPORE:
The Ministry of Interior and Defence (Mindef) will be inviting about 300
international and local hackers to hunt for vulnerabilities in its
Internet-connected systems next year (2018), in a bid to guard against
ever-evolving cyber threat…

Read More >>

Netcat-TCP/IP Swiss Army Knife.

Netcat(popularly known as NC) is feature-rich network debugging and investigation tool with tons of built-in capabilities for reading from and writing to network connections using TCP or UDP. Its Plethora of features includes port listening, port scanning & Transferring files due to which it is often used by Hackers and PenTesters as Backdoor. Netcat was … Continue reading Netcat-TCP/IP Swiss Army Knife.

Read More >>

Get your license expiration date from the command line

This is from one of our customers that uses Nagios to track license expirations:
keytool -list -v -keystore /opt/WiKID/private/intCAKeys.p12 -storetype pkcs12 -storepass *******|grep “Valid from” |cut -d”:” -f 5-7
Where your passphrase replaces the ast…

Read More >>