The ARM images are 'lighter' than the standard desktop ISO images out of the box.
If you wish to have the same tools, you can install 'kali-linux-full' (which isn't the same as 'kali-linux' - which is what you are doing)
Code:
apt-get install kali-linux-full
KALI-LINUX
The kali-linux metapackage is a
completely bare-bones installation of Kali Linux and includes various network services such as Apache and SSH, the Kali kernel, and a number of version control applications like git, svn, etc. All of the other metapackages listed below also contain kali-linux.
Installation Size: 1.5 GB
KALI-LINUX-FULL
When you
download a Kali Linux ISO, you are essentially downloading an installation that has the kali-linux-full metapackage installed. This package includes
all of the tools you are familiar with in Kali.
Installation Size: 9.0 GB
Please note, not every tool has a ARM release...
For more information:
+ http://www.kali.org/news/kali-linux-metapackages/
+ https://forums.kali.org/showthread.p...ll=1#post32401
'wash' isn't its own program. Its part of another one, 'reaver' (wash is a addon/utility/extension).
Code:
root@kali ~$ apt-cache search wash
fonts-senamirmir-washra - collection of unicode fonts for the Ethiopic script
ruby-whitewash - Whitelist-based HTML filter for Ruby
squirrelmail-viewashtml - SquirrelMail plugin: View mails as HTML
root@kali ~$ # You can see wash is missing
root@kali ~$ apt-cache search reaver
bully - Bully is a new implementation of the WPS brute force attack, written in C.
reaver - brute force attack tool against Wifi Protected Setup PIN number
root@kali ~$ # reaver is the package you want =).
root@kali ~$ #...apt-get install reaver
For more information:
+ https://reaver-wps.googlecode.com/sv...cs/README.WASH
+ https://reaver-wps.googlecode.com/sv...k/src/wpsmon.c
...and on a personal note, I would recommend bully (its more up-to-date than reaver/wash).