begin process at 2010 02 10 11:05:01
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

VBScript

 > CACHE UN SCRIPT DANS UN FICHIER (TRUC VRAIMENT SIMPLE POUR DÉBUTANT)

CACHE UN SCRIPT DANS UN FICHIER (TRUC VRAIMENT SIMPLE POUR DÉBUTANT)


 Information sur la source

Note :
1,5 / 10 - par 2 personnes
1,50 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :VBScript Niveau :Débutant Date de création :18/09/2004 Vu :6 517

Auteur : hodaking

Ecrire un message privé
Ce membre participe au partage de revenus publicitaires
Commentaire sur cette source (1)
Ajouter un commentaire et/ou une note


 Description

Ce programme cache un script dans un fichier image, application ou autre!
Le script inserré sera du html! donc une fois le script inserré, vous changez l'extension
du fichier contaminé en .html ou .hta! Le script est alors executé!

Pour moi ça n'a pas une grande utilité mais je pense que
ça pourrai servir pour d'autres! A vous de voir!

Source

  • <html>
  • <head>
  • <title>
  • CACHE SCRIPT
  • </title>
  • </head>
  • <script language=vbscript>
  • sub hello()
  • if document.l.piste.value<>"" and document.l.magic.value<>"" then
  • set r=createobject("scripting.filesystemobject")
  • set x=r.opentextfile(document.l.piste.value, 8, false)
  • x.writeline(document.l.magic.value)
  • msgbox"Script inserré!",vbsystemmodal+vbinformation,"OPERATION TERMINEE"
  • end if
  • end sub
  • </script>
  • <body bgcolor=black style="color:#00FF00">
  • <p style="font-size:30pt; font-family:impact" align=center>HIDDEN SCRIPT</p>
  • <form name=l>
  • <br><br><br>
  • <table>
  • <tr><td>
  • <p style="font-size:10pt; font-family:impact">File:</p></td><td><input type="file" style="color:#00FF00; background:black; font-family:impact; border:black solid" id="piste"></td></tr>
  • </table>
  • <br><br>
  • <table>
  • <tr><td>
  • <p style="font-size:10pt; font-family:impact">Script:</p></td></tr><td><textarea style="color:#00FF00; background:black; font-family:system; border:black solid" id="magic" rows=20 cols=100><script language=></script><body bgcolor=black><span style="color:#00FF00; font-size:50pt; font-family:impact; position:absolute">HACKER</span></body></textarea></td></tr></table>
  • </form>
  • <p align=center><input type="button" id="inser" value="::::::::::::::::::::::::::::::INPUT::::::::::::::::::::::::::::::" style="color:#00FF00; background:black; font-family:impact; border:black solid" onclick="hello()"></p>
  • </body>
  • </html>
<html>
<head>
<title>
CACHE SCRIPT
</title>
</head>
<script language=vbscript>
sub hello()
if document.l.piste.value<>"" and document.l.magic.value<>"" then
set r=createobject("scripting.filesystemobject")
set x=r.opentextfile(document.l.piste.value, 8, false)
x.writeline(document.l.magic.value)
msgbox"Script inserré!",vbsystemmodal+vbinformation,"OPERATION TERMINEE"
end if
end sub
</script>




<body bgcolor=black style="color:#00FF00">
<p style="font-size:30pt; font-family:impact" align=center>HIDDEN SCRIPT</p>
<form name=l>
<br><br><br>
<table>
<tr><td>

<p style="font-size:10pt; font-family:impact">File:</p></td><td><input type="file" style="color:#00FF00; background:black; font-family:impact; border:black solid" id="piste"></td></tr>
</table>
<br><br>
<table>
<tr><td>
<p style="font-size:10pt; font-family:impact">Script:</p></td></tr><td><textarea style="color:#00FF00; background:black; font-family:system; border:black solid" id="magic" rows=20 cols=100><script language=></script><body bgcolor=black><span style="color:#00FF00; font-size:50pt; font-family:impact; position:absolute">HACKER</span></body></textarea></td></tr></table>

</form>

<p align=center><input type="button" id="inser" value="::::::::::::::::::::::::::::::INPUT::::::::::::::::::::::::::::::" style="color:#00FF00; background:black; font-family:impact; border:black solid" onclick="hello()"></p>



</body>
</html>



 Sources du même auteur

Source avec Zip Source avec une capture JEU DE TANK ET UN ÉDITEUR DE NIVEAUX EN VBSCRIPT
Source avec Zip Source avec une capture JEU EN VBSCRIPT (SORTE DE SPACE INVADER)
Source avec Zip ENVOYER UN MAIL AVEC VBSCRIPT (DU DÉJA VU SUR CE SITE)
Source avec Zip ENVOIE DE MAILS ANONYMES AVEC VBS!!! (SANS PASSER PAR WINSOC...
CHANGER LE MOT DE PASSE ADMINISTRATEUR (EN VBS)

 Sources de la même categorie

AFFICHER LES SESSIONS ACTUELLEMENT OUVERTES par djebbipgm
SCRIPT VBS DE DÉFINITION DE MOT DE PASSE par djebbipgm
ACTIVATION/DÉSACTIVATION DE PROXY WEB par djebbipgm
CRÉATION DE SOUS-RÉPERTOIRE À PARTIR DU MENU CONTEXTUEL par djebbipgm
CORRIGER RÉCURSIVEMENT LA CIBLE DES RACCOURCIS D'UN RÉPERTOI... par sammounier

Commentaires et avis

Commentaire de proghay le 27/11/2008 11:42:41

c bien ce script j ai utulise , mais comment il sera excuter comme il est un fichier html

 Ajouter un commentaire




Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Février 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728

Consulter la suite du CalendriCode

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,530 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales