Skip to content

Updated Requirement.txt file - #870

Open
K4R7IK wants to merge 2 commits into
threat9:masterfrom
K4R7IK:master
Open

Updated Requirement.txt file#870
K4R7IK wants to merge 2 commits into
threat9:masterfrom
K4R7IK:master

Conversation

@K4R7IK

@K4R7IK K4R7IK commented Feb 6, 2025

Copy link
Copy Markdown

Status

READY/IN DEVELOPMENT/HOLD

Description

Describe what is changed by your Pull Request. If this PR is related to the open issue (bug/feature/new module) please attach issue number.

Added two packages.

  1. setuptools: resolve "pkg_resources" module error during execution of the script.
  2. standard-telnetlib: Resolves (No module named 'telnetlib' #860)

Verification

Provide steps to test or reproduce the PR.

  1. Start ./rsf.py
  2. use exploits/routers/dlink/dsl_2750b_rce
  3. set target 192.168.1.1
  4. run
  5. ...

Checklist

  • Write module/feature
  • Write tests (Example)
  • Document how it works (Example)

Added 2 news packages which need to be install for the script to work.

Setuptools: Resolve the pkg_resource module error.
Standard-telnetlib: Resolve telnet lib not found error. (threat9#860)
@macpijan

macpijan commented May 6, 2025

Copy link
Copy Markdown

Any chance this can get merged? Current master does not work without it.

@K4R7IK

K4R7IK commented Jun 5, 2025

Copy link
Copy Markdown
Author

@macpijan I don't thing so. I been very long since I opened the pull request. You can clone my fork. It will work.

@h9zdev

h9zdev commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

It's been merged with #897 to master repo

@h9zdev h9zdev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USE pytest-xdist flake8 git+git://github.com/threat9/threat9-test-bed telnetlib3

Comment thread requirements.txt
@@ -2,3 +2,5 @@ requests==2.32.2
paramiko

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need libraries for telnet issies
pytest-xdist flake8 git+git://github.com/threat9/threat9-test-bed telnetlib3

@arijitshaw66-ops

Copy link
Copy Markdown

move into the virtuaenv folder
source bin/activate == hit this to activate the virtualenv
then run this command,
/path/to/virtual/env/bin/python3 -m install telnetlib-313-and-up == python3 will now be having the necessary telnetlib package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants