View Issue Details

IDProjectCategoryView StatusLast Update
0002472Kali LinuxGeneral Bugpublic2015-09-08 07:46
ReporterMister_X Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Versionkali-dev 
Summary0002472: Building light iso also adds a bunch of unrequested programs
Description

Building an iso this morning with wifi tools mostly (and password cracking), the script added the following tools:

  • metasploit
  • nasm shell
  • dsniff
  • nmap/ncat
  • sslsplit
  • stunnel4

They don't seem to be linked to any of the packages I used but I could be wrong.

Another thing: Menus contain duplicate entries. Such as giskismet is in Wireless Attacks menu and also in a submenu (802.11 wireless tools).

Additional Information

Here is the list of package I decided to use:
wifi-radar
spectools
eapmd5pass
iceweasel
openssh-server
aircrack-ng
crunch
cewl
rsmangler
john
john-data
hashcat
oclhashcat
wireshark
tshark
screen
bully
reaver
asleap
kismet
mdk3
giskismet
kismet-plugins
cowpatty
wifi-honey
pyrit
fern-wifi-cracker
wifite
wifitap
urfkill
cupid-hostapd
hostap-utils
hostapd
mana-toolkit

Debugging

valgrind
gdb

Aircrack-ng building

libpcre3-dev
libpcap-dev
libnl-3-dev
libnl-genl-3-dev
build-essential
pkg-config
libsqlite3-dev
libssl-dev
subversion
git

And using also kali-desktop-xfce and kali-desktop-live

Activities

rhertzog

rhertzog

2015-09-03 09:46

administrator   ~0003893

Please don't mix multiple issues in a single ticket. What is this bug report about?

The build script adds nothing that is not desired. It starts with the list of package we give it and adds Depends/Recommends to ensure all dependencies are fulfilled.

If you want to prove me wrong, then give us at least the configuration directory you used...

Also I don't think that duplicate menu entries are problematic. Sometimes you want some entries at two places. I don't know if it was wanted in this specific case that said.

Mister_X

Mister_X

2015-09-07 23:12

reporter   ~0003966

I used apt-rdepends to see on what those added packages depended and they didn't depend on anything I wanted.

I used the live-build-config git and edited the kali-config/variant-light/package-lists/kali.list.chroot file and added the list of packages I mentioned earlier then build it using ./build.sh --variant light --distribution sana --verbose

I'll let you judge on the duplicate issue but here the example of what I saw: in the 'Wireless' menu, there is Aircrack-ng, then in that same Wireless menu, there is a subdirectory called 'WiFi' and Aircrack-ng was in there too.

rhertzog

rhertzog

2015-09-08 07:46

administrator   ~0003970

So looking at your list, you have mana-toolkit which depends on at least metasploit-framework, sslsplit, dsniff, stunnel4.

For nasm and nmap, they are dependencies of metasploit-framework pulled by mana-toolkit.

For the menu issues, please make a complete list of things that look wrong according to you and file it in a separate ticket. Thank you.

Issue History

Date Modified Username Field Change
2015-08-04 19:10 Mister_X New Issue
2015-09-03 09:46 rhertzog Note Added: 0003893
2015-09-03 09:46 rhertzog Assigned To => rhertzog
2015-09-03 09:46 rhertzog Status new => feedback
2015-09-07 23:12 Mister_X Note Added: 0003966
2015-09-07 23:12 Mister_X Status feedback => assigned
2015-09-08 07:46 rhertzog Note Added: 0003970
2015-09-08 07:46 rhertzog Status assigned => closed
2015-09-08 07:46 rhertzog Resolution open => no change required