Skip to content

Instantly share code, notes, and snippets.

@tpdn
Last active August 29, 2015 14:09
Show Gist options
  • Save tpdn/2dd922cd7bfa846e66db to your computer and use it in GitHub Desktop.
Save tpdn/2dd922cd7bfa846e66db to your computer and use it in GitHub Desktop.
paiza.io
<!DOCTYPE HTML>
<html>
<head>
<link rel="apple-touch-icon" href="../img/ip.png" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=480, user-scalable=no, maximum-scale=0.6667,minimal-ui">
<link rel="stylesheet" href="iphone.css" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-50146-6";
urchinTracker();
</script>
<link rel="alternate" media="handheld" type="text/html" href="http://www.ugtop.com/" />
<title>確認くん</title>
</head>
<body class="iPhone">
<h1 class="iPhonehead"><center>確認くん</center></h1>
<p class="iPhoneListTitle">クライアント詳細</p>
<br>
<ul class="iPhoneULIndex">
<li>情報を取得した時間<br>
2014年
11月
18日(
16:
18:
33)</li>
<li>現 IPアドレス<br><font size=+3 color=red>54.168.66.90</font></li>
<li>元 IPアドレス<br><font size=+1>(none)</font></li>
<li>現在接続しているプロバイダー名<br>ec2-54-168-66-90.ap-northeast-1.compute.amazonaws.com</font></li>
<li>ブラウザー<br>Python-urllib/2.7</li>
<li>proxyのバージョン<br>(none)</li>
</ul>
<ul class="iPhoneULIndex">
<li>現在接続しているホスト名<br>www.ugtop.com</li>
<li>ポート:50915</li>
</ul>
<br><br>
<center>
表示 スマートフォン|<a href="../spill.shtml">PC</a>
<br><br><br>
</body>
</html>
from urllib2 import urlopen
content = urlopen('http://www.ugtop.com/iphone/spill.shtml').read()
print(content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment