Bitwise-01 / hyprPulse-

Brute force multiple accounts at once
218 stars 48 forks source link

/hyprPulse# python pulsar.py #19

Open 4lx4life opened 4 years ago

4lx4life commented 4 years ago

~/hyprPulse# python pulsar.py Traceback (most recent call last): File "pulsar.py", line 6, in from lib.console import Console File "/root/hyprPulse/lib/console.py", line 5, in from cmd2 import Cmd ImportError: No module named cmd2

masterkrom commented 4 years ago

I make all the steps and I get in the pulsar but when I use the help command I get the following error

Traceback (most recent call last): File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2476, in onecmd_plus_hooks stop = self.onecmd(statement) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2675, in onecmd stop = func(statement) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 424, in cmd_wrapper return func(self, lexed_arglist) File "/home/user/.local/lib/python2.7/site-packages/cmd2.py", line 2950, in do_help self._help_menu(verbose) TypeError: _help_menu() takes exactly 1 argument (2 given) EXCEPTION of type 'TypeError' occurred with message: '_help_menu() takes exactly 1 argument (2 given)' To enable full traceback, run the following command: 'set debug true'