國內旅遊住宿優惠補助 - Linux

Hedy avatar
By Hedy
at 2015-11-20T13:43

Table of Contents

觀光局 國內旅遊住宿優惠補助 申請網頁一直載不全,開出源碼來看,
發現*[1;33個資傳遞居然沒有加密m*[m,但為了一千還是衝了

先找出網址
$host coupon.taiwan.net.tw

coupon.taiwan.net.tw has address 125.227.179.188
coupon.taiwan.net.tw has address 60.251.195.170
coupon.taiwan.net.tw has address 60.248.186.176
coupon.taiwan.net.tw has address 125.227.29.188
coupon.taiwan.net.tw has address 61.219.64.128
coupon.taiwan.net.tw has address 125.227.12.235

然後開啟六個 http://填入IP/coupon/coupon.php?action=get_captacha 網址看那個IP
可以抓到圖片,

再到 http://r12a.github.io/apps/conversion/ 把中文姓名(填入第一欄)轉碼(取出
Percent encoding for URIs那欄)
例如 中文姓名 會轉成 %E4%B8%AD%E6%96%87%E5%A7%93%E5%90%8D

郵件地址編碼,把 @ 換成 %40, 例如 [email protected] 改成
someone%40yahoo.com.tw

再下指令(先置換參數)
$curl --connect-timeout 10 --retry-delay 0 --retry-max-time 1000 -d "name=填
入姓名編碼&idno=身分證號&agree=on&birth=出生西元-月月-日日&tel=市話號碼&email=
郵件地址編碼&phone=手機號碼&checkword=圖形碼" --cookie "check_word=圖形碼"
http://填入IP/coupon/coupon_action.php?action=create_coupon

一直下到它回應訊息為止

例如回傳值
{"message":"\u5DF2\u7D93\u7533\u8ACB\u904E\u4E86\r\n","result":false}

其中的 \u5DF2\u7D93\u7533\u8ACB\u904E\u4E86 再貼到轉碼網址的 JavaScript
escapes 那欄並 convert,
直到確認申請。回頭網頁正常了再去查詢序號

--
Tags: Linux

All Comments

Connor avatar
By Connor
at 2015-11-22T05:58
上色
Odelette avatar
By Odelette
at 2015-11-22T08:19
上色失敗
Megan avatar
By Megan
at 2015-11-25T01:12
po在這裡好像怪怪的,我之前有些雜七雜八的電腦問題
Megan avatar
By Megan
at 2015-11-25T14:49
也不知道去哪問……。
Hedwig avatar
By Hedwig
at 2015-11-28T02:58
Ethan avatar
By Ethan
at 2015-11-28T18:56
解決問題推(?)

linux & windows 顯示網頁

Ina avatar
By Ina
at 2015-11-20T10:09
我的 gitlab server 是架在 ubuntu 12.04 Windows 連進去網頁顯示不完全(一直轉),且網業跑很慢(火狐),以前不會這樣 後來我用 VM 裡的 ubuntu 火狐可以顯示完整 這個可能是甚麼原因阿? MTU ? 我看 VM 裡的網路介面為 1500 window ...

inet的意思?

Zora avatar
By Zora
at 2015-11-20T10:05
各位同好先進好 請問在Linux裡的inet指的是什麼意思呢? inet在網路的設定的 iface eth0 inet static 或inetd 及網路相關的資訊裡很常出現 我想請教inet 這個字本身是什麼東西的縮寫嗎? (應該不會只有internet這麼簡單吧) 更具體 ...

無線鍵盤在Ubuntu使用

Annie avatar
By Annie
at 2015-11-19T22:52
Rapoo E2700 http://tinyurl.com/n9f3ylh 想請問這組鍵盤在Ubuntu 15.04上可否正常使用 特別是觸控板的部份,希望能正常使用 希望有經驗的板友能分享一下 謝謝 - ...

sed 刪除多行

Emma avatar
By Emma
at 2015-11-19T22:34
各位前輩大家好 想請問 sed 如果想刪除多行該怎麼做 假設我現在找出來要刪除的行數 但 sed and#39;92,279,280,289,297,322,398dand#39; update_fru.txt 發現最多一次只能刪除兩行,上面的做法會出現錯誤 想請問一下版上各位有沒有什麼方法可以依次 ...

更新kernel後totem 不能開

Zora avatar
By Zora
at 2015-11-19T21:43
linux mint 17.2 64bit 3.16--andgt;4.2 totem執行出現 (totem:5619): Gdk-ERROR **: The program and#39;totemand#39; received an X Window System error. This proba ...