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

Script hangs #1

Open
dfdalamar opened this issue Jul 12, 2021 · 0 comments
Open

Script hangs #1

dfdalamar opened this issue Jul 12, 2021 · 0 comments

Comments

@dfdalamar
Copy link

I Get to the attack point and the listening konsole window opens and then nothing. When I ctrl C I have this log.

File "/home/dalamar/Downloads/BrainStorm-THM-ChatServer.exe-Exploit/brainstorm.py", line 139, in
output = subprocess.getoutput(f'konsole -e bash -c "nc -nlvp {LPORT}; exec bash"')
File "/usr/lib/python3.9/subprocess.py", line 647, in getoutput
return getstatusoutput(cmd)[1]
File "/usr/lib/python3.9/subprocess.py", line 628, in getstatusoutput
data = check_output(cmd, shell=True, text=True, stderr=STDOUT)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 507, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/usr/lib/python3.9/subprocess.py", line 1121, in communicate
stdout = self.stdout.read()
KeyboardInterrupt

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

No branches or pull requests

1 participant