Nagio Core monitoring Setup

Prerequisites Compiler: yum install httpd php gcc glibc glibc-common gd gd-devel make net-snmp  net-snmp-utils unzip Accounts: /usr/sbin/useradd -m nagios passwd […]

黑客技能表v3.0

http://blog.knownsec.com/Knownsec_RD_Checklist/v3.0.html# 后续动态请关注微信公众号:Lazy-Thought 说明 通用技能 公司与个人 公司是盈利性组织 个人和公司必须双赢 在认同公司理念且能够给公司创造足够价值的基础上,为个人发展而工作 WHO AM I 如何做事 成长 完成的定义 比如写个PoC 1. 搞懂了目标Web应用漏洞的原理 2. 熟练运用Python各相关模块与机制 3. […]

VMware fusion config

Shared folder   Windows To configure a shared folder in a Windows virtual machine: Launch VMware Fusion. Power on the […]

Services and Network

Services Important services list bellow: To manage these services on Windows 7: Click Start > Control Panel. Click Administrative Tools. […]

Where do resets come from?

Windows SMB Reset(good part)   Starting with Windows 2000, the operating system will prefer to use port 445 for SMB […]

chapter 9 wireshark HTTP,FTP, Email

HTTP Filter: http tcp.port==80 http.host==”www.abc.net” or http.host contains “www.abc.net” this only filter the destination host. http.response.code==404 200 means transfer is […]

chapter 8 Analyze TCP , DHCP with Wireshark

TCP Basic: http://frankfu.click/networking/networking-fundamental/transport-layer.html/2/ Three way handshake SYN SYN/ACK ACK  Flags: random sequence number: for security consideration, prevent spoof. The other […]