随笔分类 - 网络
摘要:username admin privilege 15 password 7 005e254f63664a556awebmaster username admin password 7 102c13281d074f012843797fenable secret 5 $1$7eyy$wBw5rs0w4
阅读全文
摘要:想要了解enable password 7与enabled secret 5的区别,首先了解service password-encryption开关选项的功能,它是指我们是否要采用cisco的私有加密方式把密码字符串存储在设备中,所以当我们在设置vty、console和aux端口密码的时候,如果开
阅读全文
摘要:import datetime import time def get_float_time_stamp(): datetime_now = datetime.datetime.now() return datetime_now.timestamp() def get_time_stamp16():
阅读全文
摘要:BAT文件内容: netsh wlan show profile set /p wifiName=请输入要查看密码的WIFI名: echo %wifiName% netsh wlan export profile name=%wifiName% folder=. key=clear :: 打开文件
阅读全文
摘要:常见的用户名: admin, root, administrator, user, test 常用密码:123456, admin, password, root, test 搜索 复制
阅读全文
摘要:ftplibpexpect telnetlib https://github.com/camelot-dev/camelot 处理提取pdf 解决安装问题https://camelot-py.readthedocs.io/en/master/user/install-deps.html ffmpy安
阅读全文
摘要:TRACERT命令 Tracert(跟踪路由是路由跟踪实用程序,用于确定 IP数据包访问目标所采取的路径。Tracert 命令使用用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由.其命令格式如下: tracert [-d] [-h maximum_ho
阅读全文