這個網誌中的熱門文章
winexe (維護存取權限)
作者:
胖胖報
-
可以呼叫內網裏頭的 window電腦, 執行cmd 指令 其實現在個人防火牆 都有鎖定 安裝: sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine 執行: 執行對 網路上win電腦(IP:192.168.1.116), 帳號: administrator,密碼會下一行出現要求輸入... sudo winexe -U 'Administrator' //192.168.1.116 'cmd.exe /c echo "this is running on windows"' winexe version 1.1 This program may be freely redistributed under the terms of the GNU GPLv3 Usage: winexe [OPTION]... //HOST COMMAND Options: -h, --help Display help message -V, --version Display version number -U, --user=[DOMAIN/]USERNAME[%PASSWORD] Set the network username -A, --authentication-file=FILE Get the credentials from a file -N, --no-pass ...
knock使用
作者:
BL-SG108M
-
這是 針對 第三層網域名稱查詢 有時 會從中找到某些公司設定子網域的電腦或設定方式 更甚者, 有時 因MIS疏忽. 你可發現 某子網域 是存在 但對應的 可能雲端主機是不存在 你可以 技巧性申請該主機 而獲得 公司轉入點 例如: tko-subs ================ knockpy 安裝 可自行下載: https://github.com/guelfoweb/knock 指令: sudo apt-get install knockpy 或 sudo git clone https://github.com/guelfoweb/knock =============== cd 到 knock 目錄 執行 ./knock 會出現 "拒絕不符權限的操作" 需要修改其權限 sudo chmod u+x <檔案名稱> ================ 執行 sudo ./knockpy.py -h =============== 執行 sudo ./knockpy.py google.com (務必小心 這樣查詢容易被google.com 封鎖IP) ================= 執行 sudo ./knockpy.py google.com --no-http-code 404 500 530

留言
張貼留言