Mixins 是 Sass (其实很多预处理语言都有) 中用来方便地复用代码的方法,你可以简单点理解成函数,返回的是一组 CSS 属性或代码。 CSS @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $...
不再关注网络安全
Mixins 是 Sass (其实很多预处理语言都有) 中用来方便地复用代码的方法,你可以简单点理解成函数,返回的是一组 CSS 属性或代码。 CSS @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $...
Google Dorks For SQL Injection 这是一个Google注入查询列表(傻瓜式),更新于2015年;根据一些关键字和URL结构,可批量查询出存在安全隐患的站点。 inurl:trainers.php?id= inurl:buy.php?category= inurl:article.php?ID= inurl:play_old.php?id= inurl:declaration_more.php?decl_id= inurl:pageid= ...
一组很棒的渗透测试资源,网络安全工具包,包括工具、书籍、会议、杂志和其他的东西 渗透测试工具 Awesome Penetration Testing A collection of awesome penetration testing resources Online Resources Penetration Testing Resources Exploit development Social Engineering Resources Lock Picking Resources Tools Pe...
0x01 简介 工欲善其事,必先利其器。在源代码的静态安全审计中,使用自动化工具代替人工漏洞挖掘,可以显著提高审计工作的效率。学会利用自动化代码审计工具,是每一个代码审计人员必备的能力。在学习PHP源代码审计的过程中,本人搜集使用了多款自动化工具。本文将简要介绍其中三款比较实用的工具:RIPS、VCG、Fortify SCA。 RIPS是一款开源...
This dork gives, Apache Server Status Server Version: Server Built: Current Time: Restart Time: Parent Server Generation: Server uptime: -Xploit
here's a dork to find sql injectable sites in general. inurl can be replaced to something different... thx, Denis Muhic
PHP <?php /** * Created by uedbox.com. * User: hackgyj * Date: 15/10/28 * Time: 下午8:55 */ session_start(); error_reporting( 0 ); set_time_limit( 9999999 ); $login = 'antichat'; $password = 'a...
Google dork Description: View Global Traffic Statistics Google search: intitle:Global Traffic Statistics "Ntop" Submited: 2015-10-3 Note: Ntop shows the current network usage. It displays a list of hosts that are currently using the net...
Files containing Juicy information from web online tools for generating .htpasswd and giving full web path . by - l1kw1d
随着高清屏幕、高分辨率屏幕越来越流行,例如MacBook Retina机型、iPad Air系列,这些新生机器有着很高的PPI,对网页的清晰度要求很高,所以越来越多的站长都不得不面临一个问题,那就是把自己的网站做到高分辨率适配 (Retina-Ready)。因为低清的网页在高分辨率屏幕上看起来很糟糕,对用户体验是一个很大的损害。相反,高分辨率适配的网站看...