08 2021 档案

摘要:# coding = utf-8 # @author :今夕# @Time :2021.08.10 09:22 # @file :main2.py# @software :PyCharmimport timefrom selenium import webdriverfrom bs4 import 阅读全文
posted @ 2021-08-10 11:46 今夕要早睡 阅读(498) 评论(0) 推荐(0)
摘要:#coding = utf-8#@author :今夕#@Time :2021.08.06 16:09#@file :mian.py#@software :PyCharmimport timefrom selenium import webdriverfrom bs4 import Beautifu 阅读全文
posted @ 2021-08-09 14:50 今夕要早睡 阅读(910) 评论(4) 推荐(0)
摘要:利用JavaScript实现键盘监控。代码如下(把地址设置成自己的机器,并监听相应端口就可以了) <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>键盘监控</title> </head> <body> <input type="t 阅读全文
posted @ 2021-08-04 16:27 今夕要早睡 阅读(217) 评论(0) 推荐(0)
摘要:<meta http-equiv="refresh" content="3;url=http://www.baidu.com" /> #三秒后重定向到百度 <a href="#">回到顶部</a> #回到网页顶部 <a href="#1">去id等于1的标签位置</a> #去id等于1的标签位置 < 阅读全文
posted @ 2021-08-04 15:30 今夕要早睡 阅读(52) 评论(0) 推荐(0)
摘要:1. apt install beef-xss #安装beef 2. cd /usr/share/beef-xss #切换到beef目录 3. vim config.yaml #打开配置文件 4. 按i进入插入模式,找到默认user,password进行修改,找到host修改成本机地址 5. sys 阅读全文
posted @ 2021-08-02 11:38 今夕要早睡 阅读(1322) 评论(0) 推荐(0)