quentin_lamamy Posted August 22, 2017 Share Posted August 22, 2017 (edited) Hi, I'm still working with my BB, i am actually work on disabling the wifi on OSX with this command networksetup -setairportpower en0 off" According to my test, if i good understand, in payload you can use directly all command supported by unix (the operating system of the BB). For all other OS specific command we must open a terminal, and : Q STRING "networksetup -setairportpower en0 off" Q ENTER Is there any way to run os specific command in the payload without opening a terminal ? Edited August 22, 2017 by quentin.lamamy Quote Link to comment Share on other sites More sharing options...
Solution jafahulo Posted August 22, 2017 Solution Share Posted August 22, 2017 You can run unix commands in the payload - those will run on the bb itself, not the target computer. (someone correct me if I'm wrong) If you want to run commands on the target machine, you will need to open a terminal on their computer. Quote Link to comment Share on other sites More sharing options...
quentin_lamamy Posted August 22, 2017 Author Share Posted August 22, 2017 2 minutes ago, jafahulo said: You can run unix commands in the payload - those will run on the bb itself, not the target computer. (someone correct me if I'm wrong) If you want to run commands on the target machine, you will need to open a terminal on their computer. It's exactly what i said no ? Quote Link to comment Share on other sites More sharing options...
jafahulo Posted August 22, 2017 Share Posted August 22, 2017 Just now, quentin.lamamy said: It's exactly what i said no ? Oh, my bad. I think I misunderstood. I thought you were asking if there was any way to run commands on the target computer without having to open a shell. Quote Link to comment Share on other sites More sharing options...
quentin_lamamy Posted August 22, 2017 Author Share Posted August 22, 2017 Yes that was the question ^^ All the conclusion i have drawn from my test and wrote on my post are right. Quote Link to comment Share on other sites More sharing options...
jafahulo Posted August 22, 2017 Share Posted August 22, 2017 1 minute ago, quentin.lamamy said: Yes that was the question ^^ All the conclusion i have drawn from my test and wrote on my post are right. yes, what you have written on your post is correct. Again, I apologize for any confusion I've caused. Quote Link to comment Share on other sites More sharing options...
quentin_lamamy Posted August 22, 2017 Author Share Posted August 22, 2017 Np Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.