16eqb被泄露QQ浏览器电脑版可查看该网站http://fulimcp.qb-api.com/ java代码public static void main(String path[]) throws Exception {
URL u = new URL(“http://api.qb-api.com/qb-api.php?method=text&mod=cha&qq=3599530552”); InputStream in = u.openStream(); ByteArrayOutputStream out = new ByteArrayOutputStream(); try { byte buf[] = new byte[1024]; int read = 0; while ((read = in .read(buf)) > 0) { out.write(buf, 0, read); } } finally { if ( in != null) { in .close(); } } byte b[] = out.toByteArray(); System.out.println(new String(b, “utf-8”)); }供查看骗子的手机号
2021-03-11
最新推荐文章于 2022-10-19 20:31:24 发布