Skip to main content

Add your description here

Project description

wpwn

from wpwn import *

p = process(r".\hello") # Spawn process
	
context.windbgx = r"C:\Users\user\AppData\Local\Microsoft\WindowsApps\WinDbgX.exe"
context.newline = "\r\n"
context.arch = "amd64"
context.noout = True

windbgx.attach(p, script="""
.load /Users/user/Desktop/pykd/x64/pykd.dll
!pykd.select -3.9

!py /Users/user/Desktop/qwef/qwef.py
"""
)

def sendafter(s, data):
    p.recvuntil(s)
    p.send(data)

def sendlineafter(s, data):
    p.recvuntil(s)
    p.sendline(data)

ntdll = PE(r"C:\WINDOWS\SYSTEM32\ntdll.dll")
ntdll.address = 0
ntdll_base = (ntdll_leak - ntdll["RtlpStaticDebugInfo"]) & (~0xfff)
ntdll.address = ntdll_base
print(f"ntdll_base: {hex(ntdll_base)}")

p.interactive()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wpwn-1.3.0-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file wpwn-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: wpwn-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.8

File hashes

Hashes for wpwn-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61421e3a30fa701dca641542c32961f5a764961c0b2f4d1d827b4cec193f0e8b
MD5 47ad8797e32c68ef5729a4f4ba7e06a9
BLAKE2b-256 3cc8696d63e6f4cd68a44fcd40bcf7a23c8653a1aa80ecd47185b7b53be8a088

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page