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

nstask Using commands #10

Open
justinquan-bug opened this issue Aug 19, 2024 · 0 comments
Open

nstask Using commands #10

justinquan-bug opened this issue Aug 19, 2024 · 0 comments

Comments

@justinquan-bug
Copy link

        NSTask *task = [[NSTask alloc]init];
        [task setLaunchPath:@"/usr/local/bin/yololib"];
        [task setArguments:@[[NSString stringWithFormat:@" %@",@"/Users/admin/Desktop/ipa/Payload/ProductName.app/Frameworks/WLButtSDK_LeDao.framework/WLButtSDK_LeDao"]]];

If I use command injection like this, the injection fails. How do I modify Arguments?

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