<tutorialjinni.com/>

Aurora Ransomware Sample Download

Posted Under: Download Free Malware Samples , EXE, Malware, Ransomware on Aug 20, 2018
Aurora Ransomware Sample Download
Aurora Ransomware is like another ransomware that encrypts user files and ask money for the decryption key. It is delivered to the victim machine by AZORult RAT. After it successflly encrypt user files it ask for $150 worth of Bitcoins for decryption key.

AZORult Malware Sample Download

Posted Under: Download Free Malware Samples , EXE, Malware, RAT, Trojan on Aug 20, 2018
AZORult Malware Sample Download
AZORult is a trojan horse or a Remote Access Trojan (RAT) that have the ability to steal data from its host. It can deliver any type of malware after it gain foot hold in its victims machine. All data it harvest will send back to its command and control server.

MnuBot Malware Sample Download

Posted Under: Download Free Malware Samples , EXE, Malware, Trojan on Aug 20, 2018
MnuBot Malware Sample Download
MnuBot Malware is Banking Trojan that steals banking information targeted to Brazil. MnuBot is written in Delphi. It communicates with a MSSQL database in queries directly over a SSL channel.

Redirect to another page using JavaScript

Posted Under: JavaScript, Snippets, Tutorials on Aug 19, 2018
Redirect to another page using JavaScript
JavaScript Snippet to redirect the user to another web page. There are two mechanism for redirecting a user.

Get Query String Values Using JavaScript

Posted Under: JavaScript, Snippets, Tutorials on Aug 19, 2018
Get Query String Values Using JavaScript
URL Query String was a difficult and time consuming thing before the introduction of URLSearchParams() API, which is supported on all major browsers i.e. Firefox 44+, Opera 36+, Edge 17+, Safari 10.3+ and Chrome 49+. As usual Internet Explorer or Edge still lags behind.