Skip to content

Changed plugin.py and changed ja_plugins.py name #3

Merged
merged 2 commits into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ja_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from subprocess import Popen, PIPE

import pty
#import pty


# A very basic method, but useful
Expand Down
2 changes: 2 additions & 0 deletions src/ocLE4P.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@




if len(sys.argv)>1:
NoNinteractive(sys.argv[1:])


else:

#Windows plugins
if platform.system()=="Windows":
#Make a list of available privescs
Expand Down