<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>interactif - Gagzen</title>
	<atom:link href="https://gagzen.net/tag/interactif/feed/" rel="self" type="application/rss+xml" />
	<link>https://gagzen.net</link>
	<description></description>
	<lastBuildDate>Tue, 23 Mar 2010 15:01:07 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://gagzen.net/wp-content/uploads/2026/06/android-chrome-512x512-1-150x150.png</url>
	<title>interactif - Gagzen</title>
	<link>https://gagzen.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Passer outre la limitation su en interactif</title>
		<link>https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 15:01:07 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[interactif]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=154</guid>

					<description><![CDATA[<p>Pré-requis : utiliser windows Ici, on utilise Kitty (fork de Putty) pour se connecter au serveur 10.xx.xx.xx en user, puis on passe root (su -) pour finalement faire un ifconfig et rendre la main. Voici le script en vbs : set prog=wscript.createobject(« WScript.Shell ») prog.Run « kitty.exe -l user -pw password -log fichier_log.txt 10.xx.xx.xx » wscript.sleep 5000 prog.sendkeys « su [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/">Passer outre la limitation su en interactif</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Pré-requis :</p>
<ul>
<li>utiliser windows</li>
</ul>
<p><span id="more-270"></span></p>
</div>
<div>
<p>Ici, on utilise Kitty (fork de Putty)  pour se connecter au serveur 10.xx.xx.xx en user, puis on passe root (su  -) pour finalement faire un ifconfig et rendre la main.</p>
<p>Voici le script en vbs :</p>
<p>set prog=wscript.createobject(« WScript.Shell »)</p>
<p>prog.Run « kitty.exe -l user -pw password -log fichier_log.txt 10.xx.xx.xx »</p>
<p>wscript.sleep 5000</p>
<p>prog.sendkeys « su -~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « password~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « ifconfig »</p>
<p>wscript.sleep 5000</p>
<p>prog.sendkeys « exit~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « exit~ »</p>
<p>&nbsp;</p>
<p>Merci à Jimmy <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
</div><p>The post <a href="https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/">Passer outre la limitation su en interactif</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
