You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, for programs like python, it is inconsistent across systems what will come from the whereis command. Some may only return a result for python and some might only return a result for python3.
Ideally, defining a payload would switch to something like this:
Right now a payload is defined in
data/payloads.py
like this:However, for programs like
python
, it is inconsistent across systems what will come from thewhereis
command. Some may only return a result forpython
and some might only return a result forpython3
.Ideally, defining a payload would switch to something like this:
Instead of what it currently is:
The text was updated successfully, but these errors were encountered: