During my time at the PWK labs and for my OSCP preparation, I gathered a big amount of useful stuff that I want to share and make available to the community. With a huge amount of respect to the ...
Year after year, LNK files are exploited in malware attacks, mainly because a core vulnerability hides malicious content from users. Microsoft has not yet fixed the flaw, so we must be cautious when ...
BASH is a Unix shell and command language which can run Shell Script files. You do not need to install Ubuntu or any other Linux Distros unless your scripts need the ...
Wscript.exe is an essential Windows file that is responsible for running VBScript or JScript scripts. The file name is often used by cyber attackers to disguise harmful viruses and worms to evade ...
Run commands in Windows are so handy! Anytime you want something, simply type in the command, and it takes only about two seconds to get it. Here is a big list of Run Commands that you can use. This ...
conf.msg('Defined ALLOW_GNUTLS_AEAD_CIPHER_ENCRYPTV2_AES_CCM', '1') conf.DEFINE('ALLOW_GNUTLS_AEAD_CIPHER_ENCRYPTV2_AES_CCM', 1) # GNUTLS_CB_TLS_SERVER_END_POINT is ...
I am trying to write a JScript that puts some text into the clipboard but I can't find out how I access the clipboard from JScript. presuming that it isnt possible in straight wsh, it should be quite ...