View Issue Details

IDProjectCategoryView StatusLast Update
0001003Kali LinuxKali Package Bugpublic2014-01-30 15:48
ReporterAl3xG Assigned Todookie  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version1.0.7 
Summary0001003: Armitage don't work on ARMv7
Description

Armitage don't work on ARMv7 because in the helper script the ARMv7 architecture isn't specified. For solving, change in /usr/bin/armitage the line

armv6l) export PATH=/usr/lib/jvm/java-7-openjdk-arm*/bin:$PATH ;;

to

arm) export PATH=/usr/lib/jvm/java-7-openjdk-arm/bin:$PATH ;;

Thanks.

Activities

dookie

dookie

2014-01-30 15:48

reporter   ~0001468

Fixed in armitage_20131121-1kali12. It will be in the repos soon.

Thanks for the report.

Issue History

Date Modified Username Field Change
2014-01-29 09:58 Al3xG New Issue
2014-01-30 15:43 dookie Assigned To => dookie
2014-01-30 15:43 dookie Status new => assigned
2014-01-30 15:48 dookie Note Added: 0001468
2014-01-30 15:48 dookie Status assigned => resolved
2014-01-30 15:48 dookie Fixed in Version => 1.0.7
2014-01-30 15:48 dookie Resolution open => fixed