General TC > Programming & Scripting - Unofficial

Run a .tcz file

<< < (3/4) > >>

mic:

--- Quote from: Juanito on April 06, 2020, 08:15:13 AM ---As a suggestion look under /tmp/tcloop/macchanger-1.5.0 to see what you can find.

--- End quote ---
Can't see any exe

mic:

--- Quote from: Rich on April 06, 2020, 09:09:31 AM ---Hi mic
That's because the  -m  option requires you to include a  MAC  address, and you probably need to run it as root, like this:

--- Code: ---sudo macchahger -m 00:02:e3:07:6a:d4
--- End code ---

Or if you want a random  MAC  address instead of a specific one:

--- Code: ---sudo macchahger -A
--- End code ---

--- End quote ---
not start still  ....  :'(

I"l  try  "ifconfig wlan0 down"     ..... system say "permission denied"

Rich:
Hi mic

--- Quote from: mic on April 06, 2020, 09:16:32 AM ---
--- Quote from: Juanito on April 06, 2020, 08:15:13 AM ---As a suggestion look under /tmp/tcloop/macchanger-1.5.0 to see what you can find.

--- End quote ---
Can't see any exe
--- End quote ---

This is not Windows. You won't find any  .exe  files. The program is here:

--- Code: ---/usr/local/bin/macchanger
--- End code ---

mic:

--- Quote from: mic on April 06, 2020, 09:23:30 AM ---

I"l  try  "ifconfig wlan0 down"     ..... system say "permission denied"

--- End quote ---

Rich:
Hi mic

--- Quote from: mic on April 06, 2020, 09:23:30 AM ---
--- Quote from: Rich on April 06, 2020, 09:09:31 AM ---Hi mic
That's because the  -m  option requires you to include a  MAC  address, and you probably need to run it as root, like this:

--- Code: ---sudo macchahger -m 00:02:e3:07:6a:d4
--- End code ---

Or if you want a random  MAC  address instead of a specific one:

--- Code: ---sudo macchahger -A
--- End code ---

--- End quote ---

--- End quote ---

I copied your typo, it should be  macchanger , not  macchahger.


--- Quote ---not start still  ....  :'(
--- End quote ---
You also have to specify your network adapter in the command, for example:

--- Code: ---sudo ifconfig wlan0 down
sudo macchanger -m 00:02:e3:07:6a:d4 wlan0
sudo ifconfig wlan0 up
ifconfig
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version