通过脚本修改 Hotmail 中的名字和姓氏

发布于 2024-08-17 08:12:06 字数 240 浏览 5 评论 0原文

我想编写一个脚本来登录 hotmail 并更改名字和姓氏。我正在考虑使用 Perl,尽管我认为任何语言都可以。

我如何知道要提出哪些请求?我猜我可以手动执行更改请求,确定正在向服务器发送/从服务器发送哪些http请求,确定正在发送什么模式,然后尝试生成类似的模式(替换我想要的更改)我的剧本。

我查看了 ethereal,但收到一条消息“安装程序已损坏”。接下来我将看看“高级 http 数据包嗅探器” - 有人有使用此工具的经验吗?

I would like to write a script that logs into hotmail and changes the first and last name. I am thinking of perl for this, although I imagine that any language would do.

How do I find out what requests to make? I'm guessing that I can do the change requests manually, determine what http requests are being sent to/from the server, determine what pattern is being sent, and then attempt to generate a similar pattern (substituting in the changes I want) in my script.

I took a look at ethereal, but I get a message "the installer is corrupted". I'm going to look at "Advanced http packet sniffer" next - anyone have experience with this tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

歌枕肩 2024-08-24 08:12:06

是的,您可以使用 Perl (或任何具有支持 HTTP(S) 模块的语言)。并且您可以使用人们已经创建的库。例如 WWW::HotmailHotwayd。还可以在 CPAN 中搜索更多此类模块。

Yes you can use Perl (or any languages with modules that support HTTP(S) ). And you can use libraries already made by people. Eg WWW::Hotmail or Hotwayd. Search CPAN for more of those modules as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文