pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

routersploit: Add an analysis of the problem



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 5 15:41:44 2019 +0200
Changeset:	a6e8a0e99d5c1cd41522a94710cf230220644a39

Modified Files:
	routersploit/TODO

Log Message:
routersploit: Add an analysis of the problem

(Seems a path issue indeed!)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6e8a0e99d5c1cd41522a94710cf230220644a39

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 routersploit/TODO | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/routersploit/TODO b/routersploit/TODO
index 96b6945e72..a3974632a6 100644
--- a/routersploit/TODO
+++ b/routersploit/TODO
@@ -25,10 +25,12 @@ are started but they quickly terminate, e.g.:
  [*] Elapsed time: 0.00017380714416503906 seconds
  [...]
 
-There is probably something bad going on, investigate further.
-At least routersploit-2.2.1nb20180305 (routersploit-git) seemed to
-properly work.
+At least ktruss-ing it reveals that several open("routersploit/...")
+fails due ENOENT.  If the $PWD is ${PYSITELIB} and then directly
+invoking routersploit in the python interpreter via:
 
-At least ktruss-ing it reveals that a open("routersploit/...")
-fails due ENOENT, probably routersploit modules are not gracefully
-picked up?
+ >>> from routersploit.interpreter import RoutersploitInterpreter
+ >>> rsf = RoutersploitInterpreter()
+ >>> rsf.start()
+
+routersploit works as usual!


Home | Main Index | Thread Index | Old Index