Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /home/vhosts/lagon.eu5.org/wp-includes/plugin.php on line 571

Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /home/vhosts/lagon.eu5.org/wp-includes/plugin.php on line 571
Lagon - Window Kernel & Web InfoSec 返回顶部

Python Learning Diaries[1]:List & Tuple

142014
Python Learning Diaries[1]:List & Tuple

#1. Common Sequence Operations Indexing Start counting from 0 and end with -1 >>> a=[0,1,2,3,4,5,6,7,8,9] >>> a[0] 0 >>> a[-1] 9   Slicing Slicing is done by two colon-separate indices. The first in[ 更多… ]

GF(28)域的基本运算

032014
GF(28)域的基本运算

转载于http://blog.csdn.net/jymn_chen/article/details/12389955 GF(2^8),也就是在一个字节上所做的乘法和加法都封闭的一个有限域。 在GF(2^8)上只有两种运算:异或加运算和乘法运算。 其中异或加运算就是1 xor 1 = 0, 0 xor 0 = 0, 1 xor 0 = 1。(原谅我的啰嗦) 乘法运算的规则就是: (1)A * 2的时候,A左移一位;A * 4 = (A * 2) * 2,A [ 更多… ]

MySQL SQL Injection Cheat Sheet

032014
MySQL SQL Injection Cheat Sheet

The original link :pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet Some useful syntax reminders for SQL Injection into MySQL databases…   This post is part of a series of SQL Injection Cheat Sheets[ 更多… ]

SQLi Cheet Sheet

022014
SQLi Cheet Sheet

Useful Sqli instructions all databases : select group_concat(SCHEMA_NAME) from  INFORMATION_SCHEMa.SCHEMATA tables for current database: select group_concat(table_name) from  INFORMATION_SCHEMa.tables where table_schema=database()[ 更多… ]

对于wordpress有用的SQL 语句

012014
对于wordpress有用的SQL 语句

WP默认存储用户信息的表示  wp_users 下面是几个有用的字段: user_login user_pass user_email user_activation_key 最后是利用获取到的重设密码的激活码的使用链接 http://{DOMAIN_NAME_HERE}/wp-login.php?action=rp&key={ACTIVATION_KEY_HERE}&login={USERNAME_HERE}

Install a NT Driver

242014
Install a NT Driver

#include “windows.h” #include “stdio.h” #include “stdlib.h” BOOL LoadDriver(SC_HANDLE schSCManager, //SCM Handle LPCSTR lpszDriverName, //Driver Name LPCSTR lpszServiceFullPath); //full-qualifie[ 更多… ]

Using GetOpenFileName

212014
Using GetOpenFileName

I made a stupid mistake today. I need to get a file path, so I use GetOpenFileName .Following is the definition: BOOL GetOpenFileName(   LPOPENFILENAME lpofn); According to the description in MSDN,I just need to fill the OPENFILEN[ 更多… ]

友情链接


Warning: Illegal string offset 'output_key' in /home/vhosts/lagon.eu5.org/wp-includes/nav-menu.php on line 604

 
Free Web Hosting