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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wpwn-1.9.0-py3-none-any.whl
(28.0 kB
view details)
File details
Details for the file wpwn-1.9.0-py3-none-any.whl.
File metadata
- Download URL: wpwn-1.9.0-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d5d5077fb19185b35fd093cb82c7193a532189d534cb303f51a89da62354f27
|
|
| MD5 |
7691ac4e393b586641ad77c4a876192f
|
|
| BLAKE2b-256 |
ad326bd82e2b14fa4e8194788bbd837ce44215a031d24f2bf15c4aed2137ae07
|