45 lines
2.1 KiB
HTML
45 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<!-- saved from url=(0038)https://digi.asadqi.com// -->
|
|
<html data-arp-injected="true"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>digiQuack: Convert DuckyScript to Digispark Scripts</title>
|
|
|
|
<meta name="description" content="Convert DuckyScript to Digispark Scripts">
|
|
<meta name="keywords" content="bad usb, rubber ducky, hak5, convert, script, digispark">
|
|
<link rel="stylesheet" type="text/css" href="./digiQuack_ Convert DuckyScript to Digispark Scripts_files/style.css">
|
|
<script src="./digiQuack_ Convert DuckyScript to Digispark Scripts_files/digiQuack.js.download"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="navbar">
|
|
<div class="container">
|
|
<a href="https://digi.asadqi.com/" target="_blank"><h1>DigiDucky 🦆</h1></a>
|
|
<a href="https://asadqi.com" target="_blank"><p>by Sadqi</p></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="container about">
|
|
<p>Convert DuckyScript scripts (of the hak5 USB Rubber Ducky) to Digispark scripts that you can use with the 1$ bad USB.</p>
|
|
|
|
<p>Why DuckyScript and why Digispark? It's easy! DuckyScript is simple and easy to learn and has become a standard in the BadUSB and pentesting community.
|
|
Digispark is one of the cheapest and most easily accessible bad USBs available. Combine the two using digiQuack and you have a vast arsenal of ready to run
|
|
scripts on a cheap and fun to use bad USB!</p>
|
|
|
|
<p>Want to convert Duckyscript to Python programs? Check out <a href="https://python.asadqi.com"><b>ducky2python!</b></a></p>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<textarea rows="15" id="inputBox" placeholder="Enter DuckyScript to convert..."></textarea>
|
|
<button onclick="if(document.getElementById('inputBox').value != ''){convert()}">Convert</button>
|
|
<textarea rows="15" id="outputBox" placeholder="Converted Digispark script will appear here. Paste it into the Arduino IDE to load it onto your Digispark."></textarea>
|
|
</div>
|
|
|
|
<a href="https://python.asadqi.com" target="_blank"><img src="./digiQuack_ Convert DuckyScript to Digispark Scripts_files/677843.png" alt="Github Icon"></a>
|
|
|
|
|
|
</body></html>
|