Yaseng

About Me

Name :Yaseng
Email :yaseng@uauc.net
Team :UaUc CodePlay
GitHub:https://github.com/yaseng
豆瓣 :http://www.douban.com/people/85464819
领域 :编程 渗透
爱好 :足球 街舞 美剧 …

Project

xssing xssing 1.3
playweb java 前端框架的web exploits 平台

友链要求

百度收录 > 200 && pr > 3 || 有优秀的原创内容

Hacking forum

90sec team : www.90sec.org
F4ck team :
T00ls :

Pentest

Linux Local Exploit :http://exp.0x80c.com
cvedetails http://www.cvedetails.com
安卓安全小分队 http://blog.sina.com.cn/s/blog_be6dacae0101csrc.html
Android手机病毒分析 http://blog.csdn.net/androidsecurity

Develop

cctry www.cctry.com/forum.php

After Effect

AeTalk www.aetalk.cn/forum.php
3dmax
Maya
Flash http://bbs.9ria.com/forum.php

资源

https://github.com/yaseng
http://pkgs.repoforge.org
http://pkgs.org

Online Tools

Tools88 www.tools88.net
Icomaker :http://free.logomaker.cn/tools/icoMaker.aspx

腾讯微勃 http://t.qq.com/uaucya
性浪微薄 http://weibo.com/fuckphp
项目合作 http://uauc.taobao.com
ACSII Art http://www.typorganism.com/asciiomatic/
Freeye https://fireeye.ijinshan.com

Tips

Pentest

1:tar 快速打包源码

[code]
tar -cvf user/tmp/ooouser.tar user/ –exclude=image –exclude= –exclude .jpg –exclude .gif –exclude .zip –exclude .bmp –exclude .eps –exclude .psd
[/code]

2:查询文件中包含的字符

[code]
find / -type f -name "*.php" | xargs grep "password"
[/code]

3:Centos/ReadHat 更新yum源

[code]
RHEL 5.x / CentOS 5.x
rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
rpm -Uvh http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
RHEL 6.x / CentOS 6.x
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[/code]

Develop