貸款問題不用怕

 

2014年9月30日 星期二

?????? Soft_Job ?

Learn The 15 Guidelines To Use When Evaluating A Mobile Marketing Platform
From our sponsors
 

 

?????? Soft_Job ?
// via fulltextrssfeed.com

[情報] shellshock Bash漏洞原理
9/30/2014 9:30:26 AM

http://www.freebuf.com/articles/web/45520.html 9月中爆發出的大漏洞, 這幾天下來 終於有人 圖解該漏洞的原理 與大家分享 ﹍﹍﹍ CVE-2014-6271漏洞是Stéphane Chazelas(法國)發現的SHELL的一個漏洞,向環境變量 值內的函數定義後添加多餘的字符串會觸發此漏洞,攻擊者可利用此漏洞改變或繞過環境 限制,以執行shell命令。 此漏洞可能會影響到使用ForceCommand功能的OpenSSH sshd、使用mod_cgi或mod_cgid的 Apache服務器、DHCP客戶端、其他使用bash作為解釋器的應用。 .... -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 210.242.238.152 ※ 文章網址: http://www.ptt.cc/bbs/Soft_Job/M.1412072571.A.55B.html

 

Re: [問答] 用pptp架設VPN server
9/30/2014 9:30:26 AM

※ 引述《gn00618777 (非常念舊)》之銘言: : ※ [本文轉錄自 Network 看板 #1KAcIOZh ] : 作者: gn00618777 (非常念舊) 看板: Network : 標題: [問答] 用pptp架設VPN server : 時間: Tue Sep 30 16:06:43 2014 : 我先在同個網域先做測試,VPN server ip(ubuntu):172.16.51.27 : client ip(Windows):172.16.51.16 : 1 apt-get install pptpd : ============================================= : 2 vim etc/pptpd.conf : localip 172.16.51.27 : remoteip 172.16.51.234-238, 172.16.51.245 : ============================================= : 3 vim etc/ppp/pptpd-options : name pptp : ms-dns 168.95.1.1 : ms-dns 8.8.8.8 : =============================================== : 4 vim etc/ppp/chap-secrets : vpn_user pptp bernie 172.16.51.234 : ================================================= : 接著使用Windows VPN 連線程式 輸入以上serviceIP以及帳密,無法與目標建立連線 : 出現 2147952461 錯誤訊息,googlg 之後去改了VPN連線點右鍵內容安全性 : 資料加密選不允許加密,以及取消 Microsoft CHAP 版本2-->試驗結果無效。 : 接著懷疑ubuntu沒有開VPN server 1723 port,請問是用iptables開啟嗎? : iptables -A INPUT -p tcp --dport 1723 -j ACCEPT --> 試驗結果無效 : 我目前就只是想用Windows VPN連線程式連到 device 上的 VPN server而以 : 沒想用來上網,請問我到底沒設定到啥呢?  謝謝。 我打上 grep pptp /var/log/syslog 出現訊息 Sep 30 09:27:38 ubuntu-armhf pptpd[1553]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Sep 30 09:27:38 ubuntu-armhf pptpd[1553]: CTRL: Reaping child PPP[1554] Sep 30 09:27:38 ubuntu-armhf pptpd[1553]: CTRL: Client 172.16.51.16 control connection finished Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: CTRL: Client 172.16.51.16 control connection started Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: CTRL: Starting call (launching pppd, opening GRE) Sep 30 09:28:56 ubuntu-armhf pppd[1556]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded. Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: GRE: read(fd=6,buffer=1547c,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: CTRL: Reaping child PPP[1556] Sep 30 09:28:56 ubuntu-armhf pptpd[1555]: CTRL: Client 172.16.51.16 control connection finished Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: CTRL: Client 172.16.51.16 control connection started Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: CTRL: Starting call (launching pppd, opening GRE) Sep 30 09:29:22 ubuntu-armhf pppd[1558]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded. Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: GRE: read(fd=6,buffer=1547c,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: CTRL: Reaping child PPP[1558] Sep 30 09:29:22 ubuntu-armhf pptpd[1557]: CTRL: Client 172.16.51.16 control connection finished Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: CTRL: Client 172.16.51.16 control connection started Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: CTRL: Starting call (launching pppd, opening GRE) Sep 30 09:34:10 ubuntu-armhf pppd[1560]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded. Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: GRE: read(fd=6,buffer=1547c,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: CTRL: Reaping child PPP[1560] Sep 30 09:34:10 ubuntu-armhf pptpd[1559]: CTRL: Client 172.16.51.16 control connection finished 霧煞煞= = -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.146.76.147 ※ 文章網址: http://www.ptt.cc/bbs/Soft_Job/M.1412071278.A.E25.html

 

Fw: [問答] 用pptp架設VPN server
9/30/2014 9:30:26 AM

※ [本文轉錄自 Network 看板 #1KAcIOZh ] 作者: gn00618777 (非常念舊) 看板: Network 標題: [問答] 用pptp架設VPN server 時間: Tue Sep 30 16:06:43 2014 我只是先在同個網域先做測試,VPN server ip(ubuntu):172.16.51.27 client ip(Windows):172.16.51.16 1 apt-get install pptpd ============================================= 2 vim etc/pptpd.conf localip 172.16.51.27 remoteip 172.16.51.234-238, 172.16.51.245 ============================================= 3 vim etc/ppp/pptpd-options name pptp ms-dns 168.95.1.1 ms-dns 8.8.8.8 =============================================== 4 vim etc/ppp/chap-secrets vpn_user pptp bernie 172.16.51.234 ================================================= 接著使用Windows VPN 連線程式 輸入以上serviceIP以及帳密,無法與目標建立連線 出現 2147952461 錯誤訊息,googlg 之後去改了VPN連線點右鍵內容安全性 資料加密選不允許加密,以及取消 Microsoft CHAP 版本2-->試驗結果無效。 接著懷疑ubuntu沒有開VPN server 1723 port,請問是用iptables開啟嗎? iptables -A INPUT -p tcp --dport 1723 -j ACCEPT --> 試驗結果無效 我目前就只是想用Windows VPN連線程式連到 device 上的 VPN server而以 沒想用來上網,請問我到底沒設定到啥?  謝謝。 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.21.170.157 ※ 文章網址: http://www.ptt.cc/bbs/Network/M.1412064408.A.8EB.html ※ 發信站: 批踢踢實業坊(ptt.cc) ※ 轉錄者: gn00618777 (211.21.170.157), 09/30/2014 16:08:51

 

[請益] 土城富智康Big Data 資料分析師
9/30/2014 9:30:26 AM

Dear all, 請問有人最近有去過土城富智康面試Big Data Scientist的職缺嗎? 感覺這一兩年鴻海集團動作頻頻, 有強大的企圖心想要進軍軟體, 不知道這個職缺可以去嗎? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.248.216.19 ※ 文章網址: http://www.ptt.cc/bbs/Soft_Job/M.1412059614.A.E04.html

 

[閒聊] 有沒有密鑰跟密文一起傳送的八卦?
9/30/2014 8:50:02 AM

為了怕用市面上的通訊 app 會洩露國家機密,政府好像打算禁用其它通訊軟體 https://www.youtube.com/watch?v=TA5qS8nndr4 除此之外,打算推工研院自己搞的一套 Juiker 號稱資安做得一級棒,身為不務正業的業餘資安人,好奇在網路上找到一份 API 文件, 檔名 "31.Juiker社群通訊服務平台.doc" 看了一下驚為天人,截錄一小段加密方式 http://imgur.com/Vml2psm

"將密文加在Random key後傳送如下" 有沒有好棒棒的政府為了加強資安保密,做出一套好棒棒的系統 產生出來的密鑰是跟密文一起傳送的八卦?金鑰產生的方式就不提了 加密方法用的也是好棒棒被認為已經有問題的 RC4 http://0rz.tw/C2EnG 還有根據官網 https://www.juiker.tw 這套好棒棒好安全的軟體 因為用了 HTTPS 就無敵了,可是 Android client 連憑證都沒驗 http://www.cvedetails.com/cve/CVE-2014-6693/ 有沒有這個國家前途無可限量的感覺? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 76.21.8.197 ※ 文章網址: http://www.ptt.cc/bbs/Soft_Job/M.1412056202.A.E04.html

jk47tai: 這個真的不意外,因為政府單位做事情的多數都是一知半解 09/30 14:00

jk47tai: ,時常文件都寫的很奇特。 09/30 14:00

 

[請益] 台中的自控公司
9/30/2014 5:38:30 AM

年後想換公司 因為感受到現在公司薪水升不上去了 本身自己會的技能是PLC,HMI,C#等等 想請問台中有沒有不錯的自動控制公司,監控或機台均可,謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 1.170.44.172 ※ 文章網址: http://www.ptt.cc/bbs/Soft_Job/M.1412044710.A.DEE.html

 

You are receiving this email because you subscribed to this feed at feedmyinbox.com

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

沒有留言:

張貼留言