python审计_审计事件表 — Python 3.10.0a2 文档

array.__new__

typecode, initializer

builtins.breakpoint

breakpointhook

builtins.id

id

builtins.input

prompt

builtins.input/result

result

code.__new__

code, filename, name, argcount, posonlyargcount, kwonlyargcount, nlocals, stacksize, flags

compile

source, filename

cpython.PyInterpreterState_Clear

cpython.PyInterpreterState_New

cpython._PySys_ClearAuditHooks

cpython.run_command

command

cpython.run_file

filename

cpython.run_interactivehook

hook

cpython.run_module

module-name

cpython.run_startup

filename

cpython.run_stdin

ctypes.addressof

obj

ctypes.call_function

func_pointer, arguments

ctypes.cdata

address

ctypes.cdata/buffer

pointer, size, offset

ctypes.create_string_buffer

init, size

ctypes.create_unicode_buffer

init, size

ctypes.dlopen

name

ctypes.dlsym

library, name

ctypes.dlsym/handle

handle, name

ctypes.get_errno

ctypes.get_last_error

ctypes.seh_exception

code

ctypes.set_errno

errno

ctypes.set_last_error

error

ctypes.string_at

address, size

ctypes.wstring_at

address, size

ensurepip.bootstrap

root

exec

code_object

fcntl.fcntl

fd, cmd, arg

fcntl.flock

fd, operation

fcntl.ioctl

fd, request, arg

fcntl.lockf

fd, cmd, len, start, whence

ftplib.connect

self, host, port

ftplib.sendcmd

self, cmd

function.__new__

code

glob.glob

pathname, recursive

imaplib.open

self, host, port

imaplib.send

self, data

import

module, filename, sys.path, sys.meta_path, sys.path_hooks

mmap.__new__

fileno, length, access, offset

msvcrt.get_osfhandle

fd

msvcrt.locking

fd, mode, nbytes

msvcrt.open_osfhandle

handle, flags

nntplib.connect

self, host, port

nntplib.putline

self, line

object.__delattr__

obj, name

object.__getattr__

obj, name

object.__setattr__

obj, name, value

open

file, mode, flags

os.add_dll_directory

path

os.chdir

path

os.chflags

path, flags

os.chmod

path, mode, dir_fd

os.chown

path, uid, gid, dir_fd

os.exec

path, args, env

os.fork

os.forkpty

os.fwalk

top, topdown, onerror, follow_symlinks, dir_fd

os.getxattr

path, attribute

os.kill

pid, sig

os.killpg

pgid, sig

os.link

src, dst, src_dir_fd, dst_dir_fd

os.listdir

path

os.listxattr

path

os.lockf

fd, cmd, len

os.mkdir

path, mode, dir_fd

os.posix_spawn

path, argv, env

os.putenv

key, value

os.remove

path, dir_fd

os.removexattr

path, attribute

os.rename

src, dst, src_dir_fd, dst_dir_fd

os.rmdir

path, dir_fd

os.scandir

path

os.setxattr

path, attribute, value, flags

os.spawn

mode, path, args, env

os.startfile

path, operation

os.symlink

src, dst, dir_fd

os.system

command

os.truncate

fd, length

os.unsetenv

key

os.utime

path, times, ns, dir_fd

os.walk

top, topdown, onerror, followlinks

pathlib.Path.glob

self, pattern

pathlib.Path.rglob

self, pattern

pdb.Pdb

pickle.find_class

module, name

poplib.connect

self, host, port

poplib.putline

self, line

pty.spawn

argv

resource.prlimit

pid, resource, limits

resource.setrlimit

resource, limits

setopencodehook

shutil.chown

path, user, group

shutil.copyfile

src, dst

shutil.copymode

src, dst

shutil.copystat

src, dst

shutil.copytree

src, dst

shutil.make_archive

base_name, format, root_dir, base_dir

shutil.move

src, dst

shutil.rmtree

path

shutil.unpack_archive

filename, extract_dir, format

signal.pthread_kill

thread_id, signalnum

smtplib.connect

self, host, port

smtplib.send

self, data

socket.__new__

self, family, type, protocol

socket.bind

self, address

socket.connect

self, address

socket.getaddrinfo

host, port, family, type, protocol

socket.gethostbyaddr

ip_address

socket.gethostbyname

hostname

socket.gethostname

socket.getnameinfo

sockaddr

socket.getservbyname

servicename, protocolname

socket.getservbyport

port, protocolname

socket.sendmsg

self, address

socket.sendto

self, address

socket.sethostname

name

sqlite3.connect

database

subprocess.Popen

executable, args, cwd, env

sys._current_exceptions

sys._current_frames

sys._getframe

sys.addaudithook

sys.excepthook

hook, type, value, traceback

sys.set_asyncgen_hooks_finalizer

sys.set_asyncgen_hooks_firstiter

sys.setprofile

sys.settrace

sys.unraisablehook

hook, unraisable

syslog.closelog

syslog.openlog

ident, logoption, facility

syslog.setlogmask

maskpri

syslog.syslog

priority, message

telnetlib.Telnet.open

self, host, port

telnetlib.Telnet.write

self, buffer

tempfile.mkdtemp

fullpath

tempfile.mkstemp

fullpath

urllib.Request

fullurl, data, headers, method

webbrowser.open

url

winreg.ConnectRegistry

computer_name, key

winreg.CreateKey

key, sub_key, access

winreg.DeleteKey

key, sub_key, access

winreg.DeleteValue

key, value

winreg.DisableReflectionKey

key

winreg.EnableReflectionKey

key

winreg.EnumKey

key, index

winreg.EnumValue

key, index

winreg.ExpandEnvironmentStrings

str

winreg.LoadKey

key, sub_key, file_name

winreg.OpenKey

key, sub_key, access

winreg.OpenKey/result

key

winreg.PyHKEY.Detach

key

winreg.QueryInfoKey

key

winreg.QueryReflectionKey

key

winreg.QueryValue

key, sub_key, value_name

winreg.SaveKey

key, file_name

winreg.SetValue

key, sub_key, type, value

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值