2.5、点击劫持
<html><head><title>test</title><meta http-equiv="content-type" content="text/html;charset=utf8" /><style>iframe { width:900px;height:400px; posi
Sqlmap tamper编写【作业】
嗯,还是在老师的基础上测试的。 #!/usr/bin/env python#coding=utf-8import reimport randomfrom lib.core.data import kbfrom lib.core.enums import PRIORITYfrom lib.core.common impor
Python兵器大师-集成密码生成及爆破功能.【作业】
本次作业的要求是:如附件脚本功能密码生成相似,运行后能够提示输入特定内容(比如手机号码,人名等等),根据这些输入内容生成密码字典,生成的字典中密码统一长度为8位.提交格式: 完成后的以代码的形式提交,功能要可以正常运行,运行代码生成的密码不能包含乱码.。 我感觉蛮有意义的,帮助
Python过验证码及密码爆破【作业】
#coding=utf-8import sysimport requestsfrom PIL import Imagefrom PIL import ImageOpsfrom pytesseract import *import redef cut_image(image_):image = Image.open(image_) #打开图片iamge = image.point(la
1.5、正则表达式【作业】
<?php//之前xlsx文件改压缩包文件打开已经讲过了,就不多说了。$str = '完整xml源码';$a=preg_replace("/<\/?rPr><\/?t>[^<>]*/m","",$str);//把所有rPr开始和闭合标签还有紧贴在后面的t标签还有插入的内容过滤为空,m是多文本模式,这里
1.3、PHP表单验证【作业】
<?phpheader("content-type:text/html;charset=utf8");if($_SERVER["REQUEST_METHOD"] == "POST"){ $user=check_sql($_POST['user']); $pwd=check_sql($_POS
1.1&1.2、DIV+CSS【作业
<!--比较粗糙,哈哈,当时写了三个多小时--><html><head><title>QQ空间-分享生活,留住感动</title><style>#a{ background:url("./qq.jpg") bottom; background-size: cover;}#logo{ background:u
后端开发基础PHP - PHP简介及PHP基本函数(上)
<?php$num=0;for($i=0;$i<=10000;$i++){ if(($i % 7 == 0) or ($i % 3 == 0)){ $num+=$i; }}echo $num;?>
1.1、HTML-编写简单的自我介绍网站
<!DOCtype html><head><meta charset="utf-8"><title>my first html homework</title></head><body><h1 style="text-align:center">my