Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove telnetlib in py3.13 #429

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove: debug
wh0am1i authored and wh0am1i committed Nov 26, 2024
commit 081bc6868c7f82ca766e35b2fe5ef1bceede7d6f
4 changes: 0 additions & 4 deletions pocsuite3/modules/listener/bind_tcp.py
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
from pocsuite3.lib.core.common import check_port
from pocsuite3.lib.core.data import conf, logger

print(sys.version_info)
if sys.version_info <= (3, 12):
import telnetlib


def read_inputs(s):
buffer = []