-
Notifications
You must be signed in to change notification settings - Fork 99
4 #23
Copy link
Copy link
Open
Description
Shell.su("cp " + payload_source + " " + payload_dest).exec();
Shell.su("cp " + injector + " " + payload_dest2).exec();
Shell.su("su -c chmod 777 " + payload_dest).exec();
Shell.su("su -c chmod 777 " + payload_dest2).exec();
Shell.su("su -c " + payload_dest2 + " " + target + " " + payload_dest).exec();
Shell.su("rm -f " + payload_dest).exec();
Shell.su("rm -f " + payload_dest2).exec();
Functions();
return true;
} catch (Exception e) {
e.printStackTrace();
return false;
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels