Quantcast
Channel: HackingDev » Python
Browsing latest articles
Browse All 4 View Live

OpenSSL”心脏出血”漏洞检测利用代码-又是一个黑客的不眠之夜-切勿用于非法目的!

Openssl的这个漏洞还是比较严重的,经过检测,博主自己的几个站点的主机商提供的空间均存在该问题,而且博主也采用SSL方式访问这些站点,故需要立即撤下SSL私钥证书,以避免被窃取,暂时采用非SSL方式访问,等待主机商修复该问题。 POC代码如下: #!/usr/bin/python # Quick and dirty demonstration of CVE-2014-0160 by Jared...

View Article



Hackinglab脚本关 快速口算 Python解法

快速口算分值:350 小明要参加一个高技能比赛,要求每个人都要能够快速口算四则运算,2秒钟之内就能够得到结果,但是小明就是一个小学生没有经过特殊的培训,那小明能否通过快速口算测验呢? 通关地址 http://lab1.xseclab.com/xss2_0d557e6d2a4ac08b749b61473a075be1/index.php #!/usr/bin/env python...

View Article

AES解密脚本(Python)

# coding=utf-8 from M2Crypto.EVP import Cipher from M2Crypto import m2 from M2Crypto import util import urllib import sys import base64 import binascii import Crypto import Crypto.Random import array...

View Article

WebLogic 密码恢复

Title : How to recover the Password in WebLogic Server The below steps need to follow to cover the password in weblogic server. Step 1: Run setWlstEnv.sh for setting up the environment variables. Ex:-...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images