163郵箱命令列發信

2021-04-17 22:50:03 字數 571 閱讀 5028

以下是對**tp的研究結果,成果尚淺,高手不要bs 呵呵

telnet **tp.163.com 25

ehlo zobin-wxyz

auth login

此處為base64編碼的使用者名稱密碼(我自己的就不寫了,還好我還有點安全意識,嘿嘿)

mail from: [email protected]

rcpt to: [email protected]

data from: [email protected]

to: [email protected]

date: mon, 25 oct 2004 14:24:27 +0800

subject: test mail

hi, test2 this is a test mail, you don't reply it.

.在dos模式下按以下鍵入就可以了

enter . enter

symantec must be close otherwise all failed!

由於寡人用的是symantec的防火牆,它不讓我發,我發瘋!~

ok了,傳送完成。

命令列 Git Bash命令列小結

展示當前完整路徑pwd 建立資料夾mkdir 建立檔案touch 刪除資料夾rm rf 刪除檔案rm 重新命名mv 展示當前路徑下檔案 除了隱藏檔案 ls 展示當前路徑下所有檔案ls a 展示當前路徑下所有檔案以及詳細資訊ls al 轉至某目錄cd 根目錄 上級目錄.當前目錄.檢視檔案cat 檔名稱...

git 命令列 和 cmd命令列

設定全域性使用者名稱 git config global user.name 區域性把global換成local 檢視全域性 git config global list 檢視git的狀態 git status 初始化 git into 名字 新增乙個檔案 git add readme.txt 刪除...

c mysql命令列 mysql 命令列工具

1 mysql命令選項 2 mysql命令 3 mysql日誌 4 mysql服務端幫助 5 執行mysql指令碼 6 使用技巧 mysql是乙個能夠編輯輸入行的簡單sql shell,支援互動式和非互動式訪問。使用互動式時,查詢結果以ascii表的格式展示。使用非互動式時,查詢結果以製表符分隔的格...