Skip to content

Commit 1118bcd

Browse files
committed
add native websocket support
1 parent e0fd0e6 commit 1118bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwn/toplevel.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
from pwnlib.tubes.server import server
5353
from pwnlib.tubes.ssh import ssh
5454
from pwnlib.tubes.tube import tube
55+
from pwnlib.tubes.wstube import wstube
5556
from pwnlib.ui import *
5657
from pwnlib.util import crc
5758
from pwnlib.util import iters

0 commit comments

Comments
 (0)