begin process at 2010 02 09 23:04:44
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Application

 > CHATTYSYSTEM 1.00 BY DOTWIZARD512

CHATTYSYSTEM 1.00 BY DOTWIZARD512


 Information sur la source

Note :
3,5 / 10 - par 6 personnes
3,50 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Application Niveau :Initié Date de création :18/06/2005 Date de mise à jour :01/07/2005 15:24:54 Vu / téléchargé :3 255 / 115

Auteur : wizard512

Ecrire un message privé
Commentaire sur cette source (7)
Ajouter un commentaire et/ou une note

 Description

Cliquez pour voir la capture en taille normale
code permettant de d'envoyer des commande
au system via un formulaire en php.
Pratique pour diriger un serveur ou une bécane a distance (dans une éventuelle partie admin).

Source

  • <html>
  • <head>
  • <title>ChattySystem 1.00</title>
  • </head>
  • <body bgcolor='#000000' text='green'>
  • <?
  • if(isset($_POST['commande']))
  • {
  • $commande = $_POST['commande'];
  • echo "<hr width='100%'>";
  • system($commande);
  • echo "<hr width='100%'>";
  • echo "<br><br><br>";
  • }
  • ?>
  • </body>
  • <script language='javascript'>
  • function format()
  • {
  • alert("Attention:\nCette commande efface l'intégraliter du diskdur");
  • }
  • </script>
  • <form method='post' name='lapost'>
  • <input type='radio' name='addcommande' value='cls' onclick='lapost.commande.value=this.value'>cls
  • <input type='radio' name='addcommande' value='echo' onclick='lapost.commande.value=this.value'>echo
  • <input type='radio' name='addcommande' value='dir' onclick='lapost.commande.value=this.value'>dir
  • <input type='radio' name='addcommande' value='ping' onclick='lapost.commande.value=this.value'>ping
  • <input type='radio' name='addcommande' value='help' onclick='lapost.commande.value=this.value'>help
  • <input type='radio' name='addcommande' value='ver' onclick='lapost.commande.value=this.value'>ver
  • <input type='radio' name='addcommande' value='print' onclick='lapost.commande.value=this.value'>print
  • <input type='radio' name='addcommande' value='pause' onclick='lapost.commande.value=this.value'>pause
  • <input type='radio' name='addcommande' value='path' onclick='lapost.commande.value=this.value'>path
  • <input type='radio' name='addcommande' value='mkdir' onclick='lapost.commande.value=this.value'>mkdir
  • <input type='radio' name='addcommande' value='rmdir' onclick='lapost.commande.value=this.value'>rmdir
  • <input type='radio' name='addcommande' value='format' onclick='format();lapost.commande.value=this.value'>format
  • <input type='radio' name='addcommande' value='pc' onclick='lapost.commande.value=this.value'>pc
  • <input type='radio' name='addcommande' value='erase' onclick='lapost.commande.value=this.value'>erase
  • <input type='radio' name='addcommande' value='del' onclick='lapost.commande.value=this.value'>del
  • <input type='radio' name='addcommande' value='date' onclick='lapost.commande.value=this.value'>date
  • <input type='radio' name='addcommande' value='copy' onclick='lapost.commande.value=this.value'>copy
  • <input type='radio' name='addcommande' value='xcopy' onclick='lapost.commande.value=this.value'>xcopy
  • <input type='radio' name='addcommande' value='chmod' onclick='lapost.commande.value=this.value'>chmod
  • <input type='radio' name='addcommande' value='cd' onclick='lapost.commande.value=this.value'>cd
  • <input type='radio' name='addcommande' value='break' onclick='lapost.commande.value=this.value'>break
  • <input type='radio' name='addcommande' value='start' onclick='lapost.commande.value=this.value'>start
  • <input type='radio' name='addcommande' value='vol' onclick='lapost.commande.value=this.value'>vol
  • <input type='radio' name='addcommande' value='title' onclick='lapost.commande.value=this.value'>title
  • <br><br>
  • <input type='text' size='50' value='votre requete au system' name='commande' ondblclick="this.value=''">
  • <br><br>
  • <input type='reset' value='annuler'><input type='submit'><input type='submit' value='Exit' onclick='window.close()'>
  • </form>
  • </html>
<html>
<head>

	<title>ChattySystem     1.00</title>

</head>
<body bgcolor='#000000' text='green'>

<?

if(isset($_POST['commande']))
{

$commande = $_POST['commande'];

echo "<hr width='100%'>";
system($commande);
echo "<hr width='100%'>";
echo "<br><br><br>";



}

?>


</body>
<script language='javascript'>

function format()
{


alert("Attention:\nCette commande efface l'intégraliter du diskdur");


}


</script>
<form method='post' name='lapost'>
<input type='radio' name='addcommande' value='cls' onclick='lapost.commande.value=this.value'>cls
<input type='radio' name='addcommande' value='echo' onclick='lapost.commande.value=this.value'>echo
<input type='radio' name='addcommande' value='dir' onclick='lapost.commande.value=this.value'>dir
<input type='radio' name='addcommande' value='ping' onclick='lapost.commande.value=this.value'>ping
<input type='radio' name='addcommande' value='help' onclick='lapost.commande.value=this.value'>help
<input type='radio' name='addcommande' value='ver' onclick='lapost.commande.value=this.value'>ver
<input type='radio' name='addcommande' value='print' onclick='lapost.commande.value=this.value'>print
<input type='radio' name='addcommande' value='pause' onclick='lapost.commande.value=this.value'>pause
<input type='radio' name='addcommande' value='path' onclick='lapost.commande.value=this.value'>path
<input type='radio' name='addcommande' value='mkdir' onclick='lapost.commande.value=this.value'>mkdir
<input type='radio' name='addcommande' value='rmdir' onclick='lapost.commande.value=this.value'>rmdir
<input type='radio' name='addcommande' value='format' onclick='format();lapost.commande.value=this.value'>format
<input type='radio' name='addcommande' value='pc' onclick='lapost.commande.value=this.value'>pc
<input type='radio' name='addcommande' value='erase' onclick='lapost.commande.value=this.value'>erase
<input type='radio' name='addcommande' value='del' onclick='lapost.commande.value=this.value'>del
<input type='radio' name='addcommande' value='date' onclick='lapost.commande.value=this.value'>date
<input type='radio' name='addcommande' value='copy' onclick='lapost.commande.value=this.value'>copy
<input type='radio' name='addcommande' value='xcopy' onclick='lapost.commande.value=this.value'>xcopy
<input type='radio' name='addcommande' value='chmod' onclick='lapost.commande.value=this.value'>chmod
<input type='radio' name='addcommande' value='cd' onclick='lapost.commande.value=this.value'>cd
<input type='radio' name='addcommande' value='break' onclick='lapost.commande.value=this.value'>break
<input type='radio' name='addcommande' value='start' onclick='lapost.commande.value=this.value'>start
<input type='radio' name='addcommande' value='vol' onclick='lapost.commande.value=this.value'>vol
<input type='radio' name='addcommande' value='title' onclick='lapost.commande.value=this.value'>title

<br><br>
<input type='text' size='50' value='votre requete au system' name='commande' ondblclick="this.value=''">
<br><br>
<input type='reset' value='annuler'><input type='submit'><input type='submit' value='Exit' onclick='window.close()'>

</form>
</html>

 Conclusion

en cas d'érreur veuillez me contacter, please.


DOTWIZARD512


mega5120000@yahoo.fr
dotw izard512@gmail.com


http://hackin9.blogtrafic.com

 Fichier Zip

Les Membres Club peuvent télécharger directement un fichier contenu dans le zip sans télécharger le zip en entier !

Télécharger le zip


 Historique

23 juin 2005 16:26:46 :
oublier de maitre $_POST au lieu de $_post
24 juin 2005 12:17:35 :
pour seu qui on le message "The requested method POST is not allowed for the URL /..." veuillez configurer la variable "register_globals" aller dans php.ini dans le répertoire apache et méttais la en "on" aulieu de off
01 juillet 2005 15:24:54 :
ajout de --> ondblclick="this.value=''" <--

 Sources du même auteur

Source avec Zip [ SYSFASTCACHE V.1 ] SYSTEME DE CACHE, GÉRÉ PAR UNE CLASS
Source avec Zip Source avec une capture MANGOTEMPLATE V.1 ( NOUVEAU SYSTEME DE TEMPLATE -> SIMP...
Source avec une capture CREATION D'UN HISTOGRAMME IDEAL POUR LES STATISTIQUES [TITRE...
Source avec une capture CRÉATION D'UNE IMAGE DE STATISTIQUE : LE CAMEMBERT
Source avec Zip OBTENIR DES INFORMATION (IP/HOST/RESEAUX)

 Sources de la même categorie

Source avec Zip Source avec une capture GRACENATUR V02 - CDMS: CONTAIN AND DESIGN MANAGMENT SYSTEM par sajaris
Source avec Zip SIMULBAL: SERVEUR POUR BALANCES ÉLECTRONIQUES DE LABORATOIRE... par laservert
Source avec Zip GESTION D'ESPACE MEMBRES par jmpicot
TEST DU CHI2 OU KHI2 D'INDÉPENDANCE par phpAnonyme
CLASSE PAGINATION par darkis

Commentaires et avis

Commentaire de fantomasse le 19/06/2005 12:32:43

autant fair un plesk c'est encore mieu la c que du java script ca sert a rien

Commentaire de webkiller51 le 20/06/2005 13:55:10

Ca sert un peu à rien.... :S
En tout cas je kiff ton blog de -"hackin"- ca me fait bien rire :)

Commentaire de coucou747 le 21/06/2005 11:17:56

ça permet de remplacer le ssh ???
t'oublie qu'ici, on ne mémorise pas les anciennes commandes et qu'on n'affiche pas le résultat...
tu ferais mieux d'utiliser exec...

Commentaire de wizard512 le 01/07/2005 13:00:12

merci pour les conseils j'en prendrai compte.

Commentaire de glork le 02/07/2005 03:28:08

hmmmm... a quoi ca sers au juste ton affaire ?

Commentaire de wizard512 le 02/07/2005 11:42:20

selon sa peu servire pour executer kelke commande sur le serveur ou quon soit (c un peu le meme principe que le ssh)

mkdir, rmdir, del, copy, xcopy, ......

Commentaire de kangoo75 le 20/07/2005 21:59:33

Ah merde j'ai loupé le super skyblog "Hack" !!

 Ajouter un commentaire




Nos sponsors


Sondage...

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,733 sec (3)

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