自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Nixawk

Get More About Security.

  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 Linux - Install metasploit on CentOS

For a security research, we need to put metasploit-framework on the remote machine. OS Details:[centos@localhost centos]$ uname -a Linux localhost.localdomain 2.6.32-042stab104.1 #1 SMP Thu Jan 29 12:

2015-03-29 10:14:35 6176

原创 metasploit - encode php backdoor with php/base64

In order to bypass some anti-virus software, we need to encode backdoor file. Metasploit is a good way, e.x.msfvenom -p generic/custom -e php/base64 -f raw PAYLOADFILE=~/source.php -o ~/destination.php

2015-03-24 16:10:27 1084

原创 remove chinese caidao mdb password

Backdoors information is in the file called “db.mdb”, we need to export it. When we open the access file, it show us that a invalid password is needed.Oh, what’s the password ? After filtering some se

2015-03-21 23:16:53 875

原创 OPENSSH - Build a backdoor

Platforms: CentOS 6.5 x64_x86 OPENSSH 5.3 This is a OPENSSH backdoor patch.diff -u openssh-5.9p1/auth.c openssh-5.9p1_backdoor/auth.c --- openssh-5.9p1/auth.c 2011-05-29 07:40:42.000000000 -0400 ++

2015-03-11 14:05:27 1646

转载 Metasploit - Custom Payloads

You launch your Metasploit exploit. It looks like it is working but no session is created. What happened? Your exploit just got popped by antivirus software. Such a bummer. Antivirus software is a hurd

2015-03-09 18:40:53 1394

原创 Metasploit - Failed to load the OCI library: no such file to load -- oci8

Today, when I use oracle sql module (use auxiliary/admin/oracle/oracle_sql), metasplot console shows me “Failed to load the OCI library: no such file to load – oci8”.IntroductionThis page explains the

2015-03-03 15:03:57 2075

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除