简体   繁体   English

使用电话号码插入拨号调制解调器?

[英]PIng a dialup modem using a phone number?

The company I work for has a gate that people have to enter a code to get it. 我工作的公司有一个大门,人们必须输入代码才能获取。 The gate call-box is hooked up to a landline. 登机口呼叫框已连接至座机。

The instructions for the call-box say that it has a built-in modem, and that it can connect to the internet. 呼叫箱的说明说它具有内置调制解调器,并且可以连接到互联网。 I want to connect to the call-box to get the log files for all the access codes that have been entered recently so I can update which codes are still active. 我想连接到电话亭以获取最近输入的所有访问密码的日志文件,以便我可以更新仍处于活动状态的密码。

I know the phone number of the phone line that the gate is connected to, but I don't know what its IP address is (or if it even has one). 我知道门连接到的电话线的电话号码,但是我不知道它的IP地址是什么(或者甚至没有IP地址)。 Does anyone know how I could use the phone number to ping the call-box's modem? 有谁知道我如何使用电话号码ping通呼叫箱的调制解调器? I'm just trying to connect to the call-box. 我只是想连接到电话亭。

Thanks. 谢谢。

I would inspect it physically. 我会亲自检查。 Does it have an Ethernet cable, or is it wireless? 它是否具有以太网电缆,还是无线的? I'm not sure what a land line is unless you're referring to an Ethernet cable - I'm too young perhaps. 除非您指的是以太网电缆,否则我不确定什么是陆线-也许我还太年轻。 Figure out which router it's communicating with would be your first step. 找出与之通信的路由器是您的第一步。

Once you know the range that the router than communicate with, eg 192.168.1.(1-150) , you can write a simple script to ping all possible ranges. 一旦知道了路由器要与之通信的范围,例如192.168.1.(1-150) ,您就可以编写一个简单的脚本来ping所有可能的范围。 Record which ones you get a response from. 记录您从哪些人那里得到答复。 I'm sure there is a specific port that the call-box listens on. 我确定呼叫框会监听特定的端口。 The next step after pinging the IP addresses is to try out that specific port for each one. 对IP地址执行ping操作后的下一步是为每个端口尝试该特定端口。 The one that responds to the correct port is probably your man. 响应正确端口的人可能是您的人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM