Day: December 3, 2015

  • dnsmap下载地址

    下载地址:http://www.a8z8.com/soft/dnsmap-0.30.tar.gz 安装: make cp ./dnsmap /usr/local/bin/dnsmap 路径放到$PATH 里即可。 1、工具简介 Dnsmap也是一款搜集信息的工具,它和Dnsenum一样是用于获得子域名的强有力的工具。 2、使用方法 终端直接输入“dnsmap”可以查看其相关参数用法: root@r:~# dnsmap dnsmap 0.30 – DNS Network Mapper by pagvac (gnucitizen.org) usage: dnsmap [options] options: -w -r -c -d -i (useful if you’re obtaining false positives) e.g.: dnsmap target-domain.foo dnsmap target-domain.foo -w yourwordlist.txt -r /tmp/domainbf_results.txt dnsmap target-fomain.foo -r /tmp/ -d 3000 dnsmap target-fomain.foo…

  • PHP必配参数

    现在很多网站都在使用着CMS,而目前大部分CMS都是PHP语言编写的。awspack也是用CMS WordPress搭建的,众所周知WordPress也是PHP语言编写的。 在这里简单介绍一下,安装PHP以后必须配置的几个参数。 date.timezone 安装PHP以后可以什么都不配,但是data.timezone这个参数是必须配的。 不然有可能报以下错误。 PHP Warning: phpinfo: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. 可以配Asia/Chongqing…