Zenmap raspberry pi Kali Linux

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
Ik probeer Zenmap op de raspberry pi 4 met Kali Linux te installeren.
Ik heb deze link gevolgd:https://nudesystems.com/h...enmap-in-kali-linux-2021/

Maar ik krijg problemen met het uitpakken van:

sudo dpkg -i python-gobject-2_2.28.6-14ubuntu1_amd64.deb

sudo dpkg -i python-cairo_1.16.2-2ubuntu2_amd64.deb

sudo dpkg -i python-gtk2_2.24.0-5.1ubuntu2_amd64.deb

Ik neem aan dat dit dan niet voor de arm64 is waarvan ik dus ook een foutmelding krijg:

pkg: error processing archive python-gobject-2_2.28.6-14ubuntu1_amd64.deb (--install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
python-gobject-2_2.28.6-14ubuntu1_amd64.deb

De Zenmap file heb ik wel kunnen uitpakken en installeren.
Mijn vraag. Is het mogelijk om toch op een of andere manier Zenmap op Kali Linux te installeren voor de pi4.
Ook heb ik openvas geprobeerd maar die doet het ook niet.

Alle reacties


Acties:
  • +1 Henk 'm!

  • Morzzz
  • Registratie: Januari 2006
  • Laatst online: 16-05 20:28
Je geeft hier zowel het probleem als de oorzaak aan.

pkg: error processing archive python-gobject-2_2.28.6-14ubuntu1_amd64.deb (--install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
python-gobject-2_2.28.6-14ubuntu1_amd64.deb

De oplossing is Google:
python-gobject arm64
python-cairo arm64
python-gtk2 arm64

[ Voor 3% gewijzigd door Morzzz op 02-01-2022 18:01 ]


Acties:
  • 0 Henk 'm!

  • Umbrah
  • Registratie: Mei 2006
  • Laatst online: 08:22

Umbrah

The Incredible MapMan

Tenzij je een Intel of AMD CPU in je Raspberry Pi hebt, gaat dit niet lukken, je pi draait op een ARM CPU; het is een beetje afhankelijk van wat je kan doen. De pi3 en pi4 zijn 64-bit, maar omdat de pi2 een 32-bit is, zijn er een hoop 32-bit images in omloop. Afhankelijk daarvan moet je óf de ARM64 óf de ARM (32) packages hebben.

OF je compiled van source. Of je gebruikt de package manager IPV handmatig packages te downloaden en installeren.

Acties:
  • +2 Henk 'm!

  • u_nix_we_all
  • Registratie: Augustus 2002
  • Niet online
Maar waarom zo moeilijk? Werkt een apt-get install zenmap niet?

You don't need a parachute to go skydiving. You need a parachute to go skydiving twice.


Acties:
  • 0 Henk 'm!

  • Morzzz
  • Registratie: Januari 2006
  • Laatst online: 16-05 20:28
u_nix_we_all schreef op zondag 2 januari 2022 @ 18:02:
Maar waarom zo moeilijk? Werkt een apt-get install zenmap niet?
Ja ik snap ook niet waarom ze in die guide zo moeilijk doen.

Probeer deze eens:

code:
1
2
3
4
apt-get update
apt-get install python-gobject
apt-get install python-cairo
apt-get install python-gtk2

[ Voor 4% gewijzigd door Morzzz op 02-01-2022 18:05 ]


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
Morzzz schreef op zondag 2 januari 2022 @ 18:04:
[...]


Ja ik snap ook niet waarom ze in die guide zo moeilijk doen.

Probeer deze eens:

code:
1
2
3
4
apt-get update
apt-get install python-gobject
apt-get install python-cairo
apt-get install python-gtk2
Morzzz schreef op zondag 2 januari 2022 @ 18:04:
[...]


Ja ik snap ook niet waarom ze in die guide zo moeilijk doen.

Probeer deze eens:

code:
1
2
3
4
apt-get update
apt-get install python-gobject
apt-get install python-cairo
apt-get install python-gtk2
Die pakketen die jij aangeeft bestaan niet voor install

Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
Morzzz schreef op zondag 2 januari 2022 @ 17:57:
Je geeft hier zowel het probleem als de oorzaak aan.

pkg: error processing archive python-gobject-2_2.28.6-14ubuntu1_amd64.deb (--install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
python-gobject-2_2.28.6-14ubuntu1_amd64.deb

De oplossing is Google:
python-gobject arm64
python-cairo arm64
python-gtk2 arm64
Bedankt ik heb de eerste 3 kunnen vinden maar heb nog niet de python-gtk2 arm64 kunnen vinden voor download.

Acties:
  • 0 Henk 'm!

  • aawe mwan
  • Registratie: December 2002
  • Laatst online: 30-05 18:11

aawe mwan

Wat ook leuk is:

Als je uit de repository installeert, komt in principe vanzelf alles mee wat je nodig hebt.
Als ik bijvoorbeeld sudo apt install zenmap doe op mijn Raspberry Pi 400, dan zie je dit:

pi@raspberrypi:~ $ sudo apt install zenmap 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings
Suggested packages:
  liblinear-tools liblinear-dev ncat python-genshi python-lxml-dbg
  python-lxml-doc python-pysqlite2-doc python-pysqlite2-dbg
The following NEW packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings zenmap
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 8242 kB of archives.
After this operation, 35.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


Ik kan hem dus gewoon uit de repository installeren zonder dat ik daar moeite voor hoef te doen.
Overigens draait de processor van mijn Pi400 blijkbaar in armv7l modus, maar er bestaat ook nog armhf en jij bent nu op zoek naar arm64. Als je echt perse handmatig wilt downloaden, moet je wel eerst controleren of de processor in jouw Pi inderdaad ook echt in arm64 mode draait.

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster

„Ik kan ook ICT, want heel moeilijk is dit niet”


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
aawe mwan schreef op zondag 2 januari 2022 @ 19:31:
Als je uit de repository installeert, komt in principe vanzelf alles mee wat je nodig hebt.
Als ik bijvoorbeeld sudo apt install zenmap doe op mijn Raspberry Pi 400, dan zie je dit:

pi@raspberrypi:~ $ sudo apt install zenmap 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings
Suggested packages:
  liblinear-tools liblinear-dev ncat python-genshi python-lxml-dbg
  python-lxml-doc python-pysqlite2-doc python-pysqlite2-dbg
The following NEW packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings zenmap
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 8242 kB of archives.
After this operation, 35.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


Ik kan hem dus gewoon uit de repository installeren zonder dat ik daar moeite voor hoef te doen.
Overigens draait de processor van mijn Pi400 blijkbaar in armv7l modus, maar er bestaat ook nog armhf en jij bent nu op zoek naar arm64. Als je echt perse handmatig wilt downloaden, moet je wel eerst controleren of de processor in jouw Pi inderdaad ook echt in arm64 mode draait.

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster
sudo apt install zenmap
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package zenmap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
ndiff

E: Package 'zenmap' has no installation candidate

Acties:
  • 0 Henk 'm!

  • aawe mwan
  • Registratie: December 2002
  • Laatst online: 30-05 18:11

aawe mwan

Wat ook leuk is:

Op Ubuntu krijg ik diezelfde melding. Ik zie (hier) dat ze zenmap bij Ubuntu uit de repository gehaald hebben omdat hij zo oud is dat hij nog afhankelijk was van Python 2. Mogelijk dat dit ook geldt voor Kali, dat is iets dat je kunt uitzoeken. Maar in de repository van Raspbian Buster zit hij dus nog wel:

pi@raspberrypi:~ $ apt policy zenm*
zenmap:
  Installed: (none)
  Candidate: 7.70+dfsg1-6+deb10u2
  Version table:
     7.70+dfsg1-6+deb10u2 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

[ Voor 3% gewijzigd door aawe mwan op 02-01-2022 20:07 ]

„Ik kan ook ICT, want heel moeilijk is dit niet”


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
aawe mwan schreef op zondag 2 januari 2022 @ 20:06:
Op Ubuntu krijg ik diezelfde melding. Ik zie (hier) dat ze zenmap bij Ubuntu uit de repository gehaald hebben omdat hij zo oud is dat hij nog afhankelijk was van Python 2. Mogelijk dat dit ook geldt voor Kali, dat is iets dat je kunt uitzoeken. Maar in de repository van Raspbian Buster zit hij dus nog wel:

pi@raspberrypi:~ $ apt policy zenm*
zenmap:
  Installed: (none)
  Candidate: 7.70+dfsg1-6+deb10u2
  Version table:
     7.70+dfsg1-6+deb10u2 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Ja inderdaad ze hebben Zenmap eruit gehaald maar ik heb die file wel kunnen vinden alleen moet ik nu nog de dependencies weten te vinden.

Acties:
  • 0 Henk 'm!

  • FirePuma142
  • Registratie: April 2004
  • Niet online

FirePuma142

Sergius Bauer

aawe mwan schreef op zondag 2 januari 2022 @ 19:31:
Als je uit de repository installeert, komt in principe vanzelf alles mee wat je nodig hebt.
Als ik bijvoorbeeld sudo apt install zenmap doe op mijn Raspberry Pi 400, dan zie je dit:
pi@raspberrypi:~ $ sudo apt install zenmap 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings
Suggested packages:
  liblinear-tools liblinear-dev ncat python-genshi python-lxml-dbg
  python-lxml-doc python-pysqlite2-doc python-pysqlite2-dbg
The following NEW packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings zenmap
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 8242 kB of archives.
After this operation, 35.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


Qua dependecies ben je hier al een heel stuk verder mee denk ik @verbatim ?

Good taste is for people who can’t afford sapphires


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
FirePuma142 schreef op zondag 2 januari 2022 @ 20:38:
[...]


pi@raspberrypi:~ $ sudo apt install zenmap 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings
Suggested packages:
  liblinear-tools liblinear-dev ncat python-genshi python-lxml-dbg
  python-lxml-doc python-pysqlite2-doc python-pysqlite2-dbg
The following NEW packages will be installed:
  liblinear3 liblua5.3-0 libpcap0.8 ndiff nmap nmap-common
  python-backports.functools-lru-cache python-bs4 python-html5lib python-lxml
  python-pysqlite2 python-soupsieve python-webencodings zenmap
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 8242 kB of archives.
After this operation, 35.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


Qua dependecies ben je hier al een heel stuk verder mee denk ik @verbatim ?
Thanks Maar zelfs deze dependecies is helaas met apt install niet te vinden.

Acties:
  • 0 Henk 'm!

  • FirePuma142
  • Registratie: April 2004
  • Niet online

FirePuma142

Sergius Bauer

verbatim schreef op zondag 2 januari 2022 @ 20:57:
[...]

Thanks Maar zelfs deze dependecies is helaas met apt install niet te vinden.
Wellicht Docker? Met de juiste networkmode en privileges moet dat wel werken. Heb je meteen de horde van de dependencies genomen.

Good taste is for people who can’t afford sapphires


Acties:
  • 0 Henk 'm!

  • aawe mwan
  • Registratie: December 2002
  • Laatst online: 30-05 18:11

aawe mwan

Wat ook leuk is:

Het lijkt me heel erg sterk dat je nmap niet eens zou kunnen vinden in de repostory.

[ Voor 4% gewijzigd door aawe mwan op 02-01-2022 21:18 ]

„Ik kan ook ICT, want heel moeilijk is dit niet”


Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
FirePuma142 schreef op zondag 2 januari 2022 @ 21:14:
[...]


Wellicht Docker? Met de juiste networkmode en privileges moet dat wel werken. Heb je meteen de horde van de dependencies genomen.
Oke nogmaals bedankt ik ga het morgen verder proberen.

Acties:
  • 0 Henk 'm!

  • verbatim
  • Registratie: November 2010
  • Laatst online: 17-01-2024
Het is mij nog niet gelukt om Zenmap in Kali te installeren. Wel heb ik het op Buster kunnen installeren.
@FirePuma142 Bedoel je een ande source in de source list: bijvoorbeeld deze:
code:
1
2
3
4
 deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi 
#deb http://raspbian.raspberrypi.org/raspbian/
#deb http://http.kali.org/kali kali-rolling main contrib non-free
#deb-src http://http.kali.org/kali kali-rolling main contrib non-free

Maar dat werkt ook niet. Iemand nog ideen ?
Pagina: 1