百度贴吧中的匿名回复,根本不是匿名,完全可以看到用户的全部IP。

参照:http://tieba.baidu.com/p/1306922851?pid=15736688596&cid=0#15736688596


就算用户有自己的ID也一样,也可以看到用户的IP!


百度贴吧中的BUG(也许是当时程序员自己故意这么写的!)


<div class="p_post" data-field='{"author":{"name":"175.171.143.*"},"content":{"id":15743438547,
"is_anonym":1,"open_id":"tieba","open_type":"","date":"2011-12-03 10:22","vote_crypt":"",
"floor":3,"user_ip":3146754991,"type":0}}'>			
			<a name="15743438547"></a>
			<table>
		  	<tr>		    	  
		        		        	<td class="d_author_anonym">
		        		175.171.143.*		        	</td>
		        		        
		    		<td class="d_content">
		    			<div class="p_content">

			    			<p class="d_floor">3楼 </p>	


让我们来看

user_ip":3146754991


把这个数字输入window自带的计算机


然后转换成16进制。


我们可以得到:BB8FABAF

BB对应的十进制:187  自认为被隐藏的IP

8F对应的十进制:143

AB对应的十进制:171

AF对应的十进制:175


由此看来,百度的匿名发表功能没有什么做用?


使用自己的ID时,以为IP就不会显示了?其实也是错的!!


		<div class="p_post" data-field='{"author":{"id":112553181,
                    "name":"sxzlc14452825","name_u":"sxzlc14452825","gender":1,"portrait":"dd6c73787a6c633134343532383235b506",
                    "has_grade":false,"grade_level":5,"grade_name":"\u6b63\u5f0f\u4f1a\u5458","grade_exp":99,"fans_num":0,
                    "is_concerned":false,"is_private":false,"outer_id":121232311},
                    "content":{"id":15743657421,"is_anonym":false,"open_id":"tieba","open_type":"",
                    "date":"2011-12-03 10:36","vote_crypt":"","floor":17,
                    
                     "user_ip":3146754991,"type":0}}'>
                     
                     <a name="15743657421"></a>
			<table>
		  	<tr>	

一样可以看到IP~


也许百度故意就是这么做的吧~


其他问题:

几天在百度回复


还发现关键字blog.csdn.net如果在百度中出现,就会被自动删除回复~

你可能感兴趣的:(百度贴吧中的匿名回复,根本不是匿名,完全可以看到用户的全部IP。)