Jetbrains 全家桶激活
互联网上有很多公开的开放Jetbrains激活服务器。利用这些服务器就可以直接激活Jetbrains的所有产品。
Shodan 搜索语法
https://www.shodan.io/search?query=Location%3A+https%3A%2F%2Faccount.jetbrains.com%2Ffls-auth
激活IDE
随便找一个ip测试激活。
也可以使用shodan api来批量获取。
shodan search 'Location: https://account.jetbrains.com/fls-auth' --fields ip_str,port | awk '{if($2==443){print "https://"$1}else{print "http://"$1":"$2}}'
这里我写了一个shell脚本每周自动更新在线Jetbrains激活服务器。
个别不能用的话,换个ip就行了。这个小技巧可以节省大量的时间每次去找jetbrains全家桶的破解版或者各种激活🐴。
赞赏微信赞赏支付宝赞赏
10条评论