ito yung lumabas eh.. :
root@kali:~# get clone
You do not have permission to view the full content of this post.
Log in or register now.
bash: get: command not found
root@kali:~# get clone
You do not have permission to view the full content of this post.
Log in or register now.
bash: get: command not found
root@kali:~# git clone
You do not have permission to view the full content of this post.
Log in or register now.
Cloning into 'wifiphisher'...
remote: Counting objects: 2594, done.
remote: Total 2594 (delta 0), reused 0 (delta 0), pack-reused 2594
Receiving objects: 100% (2594/2594), 3.58 MiB | 160.00 KiB/s, done.
Resolving deltas: 100% (1603/1603), done.
root@kali:~# cd wifiphisher
root@kali:~/wifiphisher# sudo python setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
root@kali:~/wifiphisher# wifiphisher
bash: wifiphisher: command not found
root@kali:~/wifiphisher# python.bin wifiphisher
bash: python.bin: command not found
root@kali:~/wifiphisher# wifiphisher --nojamming
bash: wifiphisher: command not found
root@kali:~/wifiphisher# tar xvzf
tar: Old option 'f' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
root@kali:~/wifiphisher# tar -xvzf
tar: option requires an argument -- 'f'
Try 'tar --help' or 'tar --usage' for more information.
root@kali:~/wifiphisher# cd
root@kali:~# ls
Desktop Downloads Pictures Templates wifiphisher
Documents Music Public Videos
root@kali:~# python wifiphisher.py
python: can't open file 'wifiphisher.py': [Errno 2] No such file or directory
root@kali:~#