shodan搜索 ICS:industry controll system port:502,102,20000,1911,4911,47808,448,18,18245,18246,5094,1962,5006,5007,9600,789,2455,2404,20547 -ssh -http -html -ident https://www.shodan.io/search?query=port%3A502%2C102%2C20000%2C1911%2C4911%2C47808%2C448%2C18%2C18245%2C18246%2C5094%2C1962%2C5006%2C5007%2C9600%2C789%2C2455%2C2404%2C20547++-ssh+-http+-html+country%3A%22CN%22 └─$ shodan honeyscore 106.14.13.128 Not a honeypot Score: 0.3 引用 aliyun在线蜜罐 Shodan新手入坑指南 Shodan api shoran 用法……
引用 webshell owasp top 10……
Attack vul’s db fuzz project zero AFL AFL EXP01 hongfuzz symbolic execute KLEE KLEE EXP01 pwn pwntools []
fireware binwalk defense packer llvm vmp FW WAF NIDS HIDS EDR UEBA VPN Bastion host soc seim soar pki pet ……
GDB及扩展
gdb gdbinit配置 可以从网上或自己编写 .gdbinit 配置文件, 从网上找到一份配置 config one 地址 https://github.com/gdbinit/Gdbinit 安装: git clone git@github.com:gdbinit/Gdbinit.git cp Gdbinit/gdbinit ~/.gdbinit config two wget https://raw.githubusercontent.com/gdbinit/Gdbinit/master/gdbinit cp gdbinit ~/.gdbinit gef gef A few of GEF features include: 1、One single GDB script Entirely OS Agnostic, NO dependencies: GEF is battery-included and is installable instantly Fast limiting the number of dependencies and optimizing code to make the commands as fast as possible 2、Provides a great variety of commands to drastically change your experience in GDB. Easily extensible to create other commands by providing more comprehensible layout to GDB Python API. 3、……