python.github.io/index

41 lines
1.9 KiB
Plaintext

<!DOCTYPE html>
<!-- saved from url=(0041)https://cedarctic.github.io/ducky2python/ -->
<html data-arp-injected="true"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ducky2python: Convert DuckyScript to Python Scripts</title>
<meta name="description" content="Convert DuckyScript to Python Scripts">
<meta name="keywords" content="bad usb, rubber ducky, hak5, convert, script, python">
<link rel="stylesheet" type="text/css" href="./ducky2python_ Convert DuckyScript to Python Scripts_files/style.css">
<script src="./ducky2python_ Convert DuckyScript to Python Scripts_files/ducky2python.js.download"></script>
</head>
<body>
<div class="navbar">
<div class="container">
<a href="https://asadqi.com" target="_blank"><h1>ducky2python 🐍</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 Python programs that can run on your computer without a rubber ducky.</p>
<p>Why DuckyScript and why Python? It's easy! DuckyScript is simple and easy to learn and has become a standard in the BadUSB and pentesting community, Python also is easy to be written and is arguably one of the most portable programming languages available. Combine the two using ducky2python and you have a really easy to learn and powerfull automation tool in your hands!</p>
</div>
<div class="container">
<textarea rows="15" id="inputBox" placeholder="Enter DuckyScript to convert..."></textarea>
<button onclick="if(document.getElementById(&#39;inputBox&#39;).value != &#39;&#39;){convert()}">Convert</button>
<textarea rows="15" id="outputBox" placeholder="Converted Python script will appear here."></textarea>
</div>
<a href="https://digi.asadqi.com" target="_blank"><img src="./ducky2python_ Convert DuckyScript to Python Scripts_files/677843.png" alt="Github Icon"></a>
</body></html>