Skip to content

Commit

Permalink
Merge pull request #6 from mahatah/master
Browse files Browse the repository at this point in the history
Update revshellgen.py
  • Loading branch information
t0thkr1s authored Mar 3, 2021
2 parents 7ae9586 + 8cfcc36 commit cc06f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revshellgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def select(
new_index += 1
selected_index = new_index
break
elif keypress == readchar.key.ENTER:
elif keypress == '\n':
break
elif keypress == readchar.key.CTRL_C:
raise KeyboardInterrupt
Expand Down

0 comments on commit cc06f57

Please sign in to comment.