วันอังคารที่ 4 กรกฎาคม พ.ศ. 2560

yii2 bypass csrf

    public $enableCsrfValidation = false;
   
        public function beforeAction($action)
    {
            $this->enableCsrfValidation = false;
     

        if (parent::beforeAction($action)) {
            if (in_array($action->id, array('create', 'update'))) {

            }
            return true;
        } else {
            return false;
        }
     
    }

วันพฤหัสบดีที่ 29 มิถุนายน พ.ศ. 2560

วันจันทร์ที่ 26 มิถุนายน พ.ศ. 2560

ibm เปิดคอร์สสอน blockchain ฟรี


สำหรับผู้ที่สนใจสามารถเข้าไปลองเรียนกันฟรีๆ ได้เลยที่ https://developer.ibm.com/courses/all-courses/blockchain-for-developers/ นะครับ


จาก https://www.techtalkthai.com/free-ibm-blockchain-online-course-for-developers/

Opensource : Blockchain



Blockchain for distribute ledger : https://www.openchain.org/
Blockchain for big data : https://www.bigchaindb.com/
Blockchain shared ledger : http://www.multichain.com/
Keys to develop Blockchain : https://bravenewcoin.com/news/the-5-pillars-and-3-layers-to-enterprise-blockchain-solution-design/

https://medium.com/blockchain-blog/17-blockchain-platforms-a-brief-introduction-e07273185a0b

Hack – List Application สำหรับการเรียนรู้ security

1. OWASP WebGoat


2. DVWA


3. SQLi-Labs

4. vulnerable-node

5. XVWA

6. Hackazon

7. OWASP Juiceshop


จาก https://www.techsuii.com/2017/06/26/learn-to-hack-not-hack-to-learn-list-vulnerable-web-application-for-learning-security/