Created
April 6, 2012 15:40
-
-
Save yaonie/2320890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# encoding=utf-8 | |
from time import strftime | |
from time import gmtime | |
def _id(): | |
_who = '%s/%s' % ('北北', 'Edward') | |
_where = 'China' | |
_when = 'After 80s' | |
_sex = 'Male' | |
def _story(): | |
_now = strftime('%Y-%m', gmtime()) | |
_1 = '2011-07 -- ' + _now + ' 北京某Web安全厂商,从事Web安全研究及相关工作' | |
def _skill(): | |
_1 = '渗透测试及周边Web安全研究' | |
_2 = 'Python、PHP、JavaScript' | |
_3 = 'WAF' | |
def _contact(): | |
_QQ = '%s/%s' % ('87653285', '447410') | |
_MSN = 'pentest # msn.com' | |
_Email = 'Edward.B.Sun # Gmail.com' | |
if __name__ == '__main__': | |
print '未满十八周岁请在家长陪同下访问此博客' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment