Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-30 Thread Lee T. Davy
Correction DVD is 2020.3 as it was November 2020 issue.

On Saturday, January 30, 2021 at 9:10:21 AM UTC-5 Lee T. Davy wrote:

> I downloaded the Kali for Beabeaglebone Black when 2020.2 was available so 
> my thought is that it was incidentally built and contributed.
> The torrent will find an active peer daemon to resurrect it's existence 
> though only one was found. 
> If I left my daemon running then it also would be propagated.
> The sum256 I have is from 2020.2 official kail.com build by community 
> member.
> I have applied updates from kali-rolling and it is now at 2020.4 as is 
> available for all but BBB.
>
> LIVE DVD 2020.4 for amd64 is a cover topic and DVD is attached to hard 
> copy on Linux Format Issue 270 
>  I 
> found it at Barnes and Noble retail this month.
>
>
> ~$ uname -a
> Linux kali 4.9.147 #1 SMP PREEMPT Mon May 11 18:38:01 UTC 2020 armv7l 
> GNU/Linux
>
> I have 187 upgrades today applying as I write this.
>
> $ cat /etc/os-release 
> PRETTY_NAME="Kali GNU/Linux Rolling"
> NAME="Kali GNU/Linux"
> ID=kali
> VERSION="2020.4"
> VERSION_ID="2020.4"
> VERSION_CODENAME="kali-rolling"
> ID_LIKE=debian
> ANSI_COLOR="1;31"
> HOME_URL="https://www.kali.org/";
> SUPPORT_URL="https://forums.kali.org/";
> BUG_REPORT_URL="https://bugs.kali.org/";
>
>
> On Friday, January 29, 2021 at 2:12:44 PM UTC-5 jonn...@gmail.com wrote:
>
>> Have you tried posting on the Kali Linux forum to just contact them?  It 
>> might just be a mistake or is hidden until asked for.
>>
>> Doing a quick search in their forum, the last Beaglebone post I found was 
>> back in 2017 so it may just be a lack of interest.
>>
>> Cheers,
>>
>> Jon
>>
>> On Fri, Jan 29, 2021 at 10:52 AM Lee T. Davy  
>> wrote:
>>
>>> Torrent had 1 peer but completed successfully in 1 hour.
>>> I have a valid copy but not running torrent daemon but it works anyway 
>>> using the attached torrent file with deluge 
>>> .
>>>
>>> enjoy
>>> Lee
>>>
>>> On Friday, January 29, 2021 at 12:59:25 PM UTC-5 Lee T. Davy wrote:
>>>
 Dang,
 I started last year with 2020.2 but have since deleted the IMG but now 
 have BBB / SD at 2020.4

 I am not sure why the files disappeared or if the image is elsewhere.

 https://www.offensive-security.com/kali-linux-arm-images/

 https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz

 https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz.torrent
  

 Attached the torrent I used but have since deleted the img but am 
 successfully testing it's use using deluge (Ubuntu) as of this writing.
 I'll check back later when complete and checksum verified.

 $ sha256sum kali-linux-2020.2-bbb.img.xz 
 3433489a1a365109ee0b5315308e4bc24c9d29d6515129879ec8de30731fa8a7  
 kali-linux-2020.2-bbb.img.xz

 Hope this helps.
 Lee

 On Monday, January 18, 2021 at 11:28:14 AM UTC-5 jonn...@gmail.com 
 wrote:

> There is a link regarding building a custom image for the BB:
> https://www.kali.org/docs/development/custom-beaglebone-black-image/
>
> Jon
>
> On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos  
> wrote:
>
>> Hi Jon,
>>
>> That is correct. Following that page you shared, it points to 
>> Offensive security download ARM page for a pre-build images, but there 
>> is 
>> nothing for BBB there.
>> I wonder if the previous posted files are around somewhere.
>>
>> -Antonio
>>
>> On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com 
>> wrote:
>>
>>> You mean something like this?
>>> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>>>
>>> Jon
>>>
>>> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos  
>>> wrote:
>>>
 Hi all,

 I am looking for any Kali Linux ARM image for beaglebone black 
 Rev-C.
 The documentation points to the Offensive security download page 
 for ARM devices: 
 https://www.offensive-security.com/kali-linux-arm-images/ 

 But I could not find it there, or anywhere else. Are these images 
 available in older servers by any chance?

 Since I could not find it, I have been trying to build it also but 
 the script (
 https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
  
 uses systemd-nspawn and if it is consistently failing in the latest 
 Kali 
 amd64 version (among other issues around).

 Anyways, I just need any working image for the BBB.
 If anyone knows where I can get such image, it will be greatly 
 appreciated!

 Thanks,
 -Antonio

 -- 
 For more options, visit http://beagleboard.org/discuss
>>

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-30 Thread Lee T. Davy
I downloaded the Kali for Beabeaglebone Black when 2020.2 was available so 
my thought is that it was incidentally built and contributed.
The torrent will find an active peer daemon to resurrect it's existence 
though only one was found. 
If I left my daemon running then it also would be propagated.
The sum256 I have is from 2020.2 official kail.com build by community 
member.
I have applied updates from kali-rolling and it is now at 2020.4 as is 
available for all but BBB.

LIVE DVD 2020.4 for amd64 is a cover topic and DVD is attached to hard copy 
on Linux Format Issue 270 
 I found 
it at Barnes and Noble retail this month.


~$ uname -a
Linux kali 4.9.147 #1 SMP PREEMPT Mon May 11 18:38:01 UTC 2020 armv7l 
GNU/Linux

I have 187 upgrades today applying as I write this.

$ cat /etc/os-release 
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2020.4"
VERSION_ID="2020.4"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/";
SUPPORT_URL="https://forums.kali.org/";
BUG_REPORT_URL="https://bugs.kali.org/";


On Friday, January 29, 2021 at 2:12:44 PM UTC-5 jonn...@gmail.com wrote:

> Have you tried posting on the Kali Linux forum to just contact them?  It 
> might just be a mistake or is hidden until asked for.
>
> Doing a quick search in their forum, the last Beaglebone post I found was 
> back in 2017 so it may just be a lack of interest.
>
> Cheers,
>
> Jon
>
> On Fri, Jan 29, 2021 at 10:52 AM Lee T. Davy  
> wrote:
>
>> Torrent had 1 peer but completed successfully in 1 hour.
>> I have a valid copy but not running torrent daemon but it works anyway 
>> using the attached torrent file with deluge 
>> .
>>
>> enjoy
>> Lee
>>
>> On Friday, January 29, 2021 at 12:59:25 PM UTC-5 Lee T. Davy wrote:
>>
>>> Dang,
>>> I started last year with 2020.2 but have since deleted the IMG but now 
>>> have BBB / SD at 2020.4
>>>
>>> I am not sure why the files disappeared or if the image is elsewhere.
>>>
>>> https://www.offensive-security.com/kali-linux-arm-images/
>>>
>>> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz
>>>
>>> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz.torrent
>>>  
>>>
>>> Attached the torrent I used but have since deleted the img but am 
>>> successfully testing it's use using deluge (Ubuntu) as of this writing.
>>> I'll check back later when complete and checksum verified.
>>>
>>> $ sha256sum kali-linux-2020.2-bbb.img.xz 
>>> 3433489a1a365109ee0b5315308e4bc24c9d29d6515129879ec8de30731fa8a7  
>>> kali-linux-2020.2-bbb.img.xz
>>>
>>> Hope this helps.
>>> Lee
>>>
>>> On Monday, January 18, 2021 at 11:28:14 AM UTC-5 jonn...@gmail.com 
>>> wrote:
>>>
 There is a link regarding building a custom image for the BB:
 https://www.kali.org/docs/development/custom-beaglebone-black-image/

 Jon

 On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos  
 wrote:

> Hi Jon,
>
> That is correct. Following that page you shared, it points to 
> Offensive security download ARM page for a pre-build images, but there is 
> nothing for BBB there.
> I wonder if the previous posted files are around somewhere.
>
> -Antonio
>
> On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com 
> wrote:
>
>> You mean something like this?
>> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>>
>> Jon
>>
>> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos  
>> wrote:
>>
>>> Hi all,
>>>
>>> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
>>> The documentation points to the Offensive security download page for 
>>> ARM devices: 
>>> https://www.offensive-security.com/kali-linux-arm-images/ 
>>>
>>> But I could not find it there, or anywhere else. Are these images 
>>> available in older servers by any chance?
>>>
>>> Since I could not find it, I have been trying to build it also but 
>>> the script (
>>> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
>>>  
>>> uses systemd-nspawn and if it is consistently failing in the latest 
>>> Kali 
>>> amd64 version (among other issues around).
>>>
>>> Anyways, I just need any working image for the BBB.
>>> If anyone knows where I can get such image, it will be greatly 
>>> appreciated!
>>>
>>> Thanks,
>>> -Antonio
>>>
>>> -- 
>>> For more options, visit http://beagleboard.org/discuss
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, 
>>> send an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-29 Thread jonnymo
Have you tried posting on the Kali Linux forum to just contact them?  It
might just be a mistake or is hidden until asked for.

Doing a quick search in their forum, the last Beaglebone post I found was
back in 2017 so it may just be a lack of interest.

Cheers,

Jon

On Fri, Jan 29, 2021 at 10:52 AM Lee T. Davy 
wrote:

> Torrent had 1 peer but completed successfully in 1 hour.
> I have a valid copy but not running torrent daemon but it works anyway
> using the attached torrent file with deluge .
>
> enjoy
> Lee
>
> On Friday, January 29, 2021 at 12:59:25 PM UTC-5 Lee T. Davy wrote:
>
>> Dang,
>> I started last year with 2020.2 but have since deleted the IMG but now
>> have BBB / SD at 2020.4
>>
>> I am not sure why the files disappeared or if the image is elsewhere.
>>
>> https://www.offensive-security.com/kali-linux-arm-images/
>>
>> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz
>>
>> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz.torrent
>>
>>
>> Attached the torrent I used but have since deleted the img but am
>> successfully testing it's use using deluge (Ubuntu) as of this writing.
>> I'll check back later when complete and checksum verified.
>>
>> $ sha256sum kali-linux-2020.2-bbb.img.xz
>> 3433489a1a365109ee0b5315308e4bc24c9d29d6515129879ec8de30731fa8a7
>> kali-linux-2020.2-bbb.img.xz
>>
>> Hope this helps.
>> Lee
>>
>> On Monday, January 18, 2021 at 11:28:14 AM UTC-5 jonn...@gmail.com wrote:
>>
>>> There is a link regarding building a custom image for the BB:
>>> https://www.kali.org/docs/development/custom-beaglebone-black-image/
>>>
>>> Jon
>>>
>>> On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos 
>>> wrote:
>>>
 Hi Jon,

 That is correct. Following that page you shared, it points to Offensive
 security download ARM page for a pre-build images, but there is nothing for
 BBB there.
 I wonder if the previous posted files are around somewhere.

 -Antonio

 On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com
 wrote:

> You mean something like this?
> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>
> Jon
>
> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos 
> wrote:
>
>> Hi all,
>>
>> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
>> The documentation points to the Offensive security download page for
>> ARM devices:
>> https://www.offensive-security.com/kali-linux-arm-images/
>>
>> But I could not find it there, or anywhere else. Are these images
>> available in older servers by any chance?
>>
>> Since I could not find it, I have been trying to build it also but
>> the script (
>> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
>> uses systemd-nspawn and if it is consistently failing in the latest Kali
>> amd64 version (among other issues around).
>>
>> Anyways, I just need any working image for the BBB.
>> If anyone knows where I can get such image, it will be greatly
>> appreciated!
>>
>> Thanks,
>> -Antonio
>>
>> --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
>> 
>> .
>>
> --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups "BeagleBoard" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard...@googlegroups.com.

>>> To view this discussion on the web visit
 https://groups.google.com/d/msgid/beagleboard/63d9ffca-c1fe-4d6f-82e2-764a8dfd07e2n%40googlegroups.com
 
 .

>>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/619182ab-c1a6-4d69-b344-bcec5fab8de0n%40googlegroups.com
> 

Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-29 Thread Lee T. Davy
Torrent had 1 peer but completed successfully in 1 hour.
I have a valid copy but not running torrent daemon but it works anyway 
using the attached torrent file with deluge .

enjoy
Lee

On Friday, January 29, 2021 at 12:59:25 PM UTC-5 Lee T. Davy wrote:

> Dang,
> I started last year with 2020.2 but have since deleted the IMG but now 
> have BBB / SD at 2020.4
>
> I am not sure why the files disappeared or if the image is elsewhere.
>
> https://www.offensive-security.com/kali-linux-arm-images/
>
> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz
>
> https://images.offensive-security.com/arm-images/kali-linux-2020.2-bbb.img.xz.torrent
>  
>
> Attached the torrent I used but have since deleted the img but am 
> successfully testing it's use using deluge (Ubuntu) as of this writing.
> I'll check back later when complete and checksum verified.
>
> $ sha256sum kali-linux-2020.2-bbb.img.xz 
> 3433489a1a365109ee0b5315308e4bc24c9d29d6515129879ec8de30731fa8a7  
> kali-linux-2020.2-bbb.img.xz
>
> Hope this helps.
> Lee
>
> On Monday, January 18, 2021 at 11:28:14 AM UTC-5 jonn...@gmail.com wrote:
>
>> There is a link regarding building a custom image for the BB:
>> https://www.kali.org/docs/development/custom-beaglebone-black-image/
>>
>> Jon
>>
>> On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos  
>> wrote:
>>
>>> Hi Jon,
>>>
>>> That is correct. Following that page you shared, it points to Offensive 
>>> security download ARM page for a pre-build images, but there is nothing for 
>>> BBB there.
>>> I wonder if the previous posted files are around somewhere.
>>>
>>> -Antonio
>>>
>>> On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com 
>>> wrote:
>>>
 You mean something like this?
 https://www.kali.org/docs/arm/kali-linux-beaglebone-black/

 Jon

 On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos  
 wrote:

> Hi all,
>
> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
> The documentation points to the Offensive security download page for 
> ARM devices: https://www.offensive-security.com/kali-linux-arm-images/
>  
>
> But I could not find it there, or anywhere else. Are these images 
> available in older servers by any chance?
>
> Since I could not find it, I have been trying to build it also but the 
> script (
> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh) 
> uses systemd-nspawn and if it is consistently failing in the latest Kali 
> amd64 version (among other issues around).
>
> Anyways, I just need any working image for the BBB.
> If anyone knows where I can get such image, it will be greatly 
> appreciated!
>
> Thanks,
> -Antonio
>
> -- 
> For more options, visit http://beagleboard.org/discuss
> --- 
> You received this message because you are subscribed to the Google 
> Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to beagleboard...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
>  
> 
> .
>
 -- 
>>> For more options, visit http://beagleboard.org/discuss
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to beagleboard...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/beagleboard/63d9ffca-c1fe-4d6f-82e2-764a8dfd07e2n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/619182ab-c1a6-4d69-b344-bcec5fab8de0n%40googlegroups.com.


Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
There is a link regarding building a custom image for the BB:
https://www.kali.org/docs/development/custom-beaglebone-black-image/

Jon

On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos 
wrote:

> Hi Jon,
>
> That is correct. Following that page you shared, it points to Offensive
> security download ARM page for a pre-build images, but there is nothing for
> BBB there.
> I wonder if the previous posted files are around somewhere.
>
> -Antonio
>
> On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com wrote:
>
>> You mean something like this?
>> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>>
>> Jon
>>
>> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos 
>> wrote:
>>
>>> Hi all,
>>>
>>> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
>>> The documentation points to the Offensive security download page for ARM
>>> devices: https://www.offensive-security.com/kali-linux-arm-images/
>>>
>>> But I could not find it there, or anywhere else. Are these images
>>> available in older servers by any chance?
>>>
>>> Since I could not find it, I have been trying to build it also but the
>>> script (
>>> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
>>> uses systemd-nspawn and if it is consistently failing in the latest Kali
>>> amd64 version (among other issues around).
>>>
>>> Anyways, I just need any working image for the BBB.
>>> If anyone knows where I can get such image, it will be greatly
>>> appreciated!
>>>
>>> Thanks,
>>> -Antonio
>>>
>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/63d9ffca-c1fe-4d6f-82e2-764a8dfd07e2n%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkpxBcHdVtdizzdLbAVz2VN1tPT%3DVRrYAcCLu9VdUYvtwg%40mail.gmail.com.


Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
Yeah, there was a post by Jason back in 2014 and it appears to point to the
Offensive Security site as well.
https://beagleboard.org/p/bborgarchive/kali-linux-3fda7b

Jon

On Mon, Jan 18, 2021 at 8:08 AM Antonio Ramos 
wrote:

> Hi Jon,
>
> That is correct. Following that page you shared, it points to Offensive
> security download ARM page for a pre-build images, but there is nothing for
> BBB there.
> I wonder if the previous posted files are around somewhere.
>
> -Antonio
>
> On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com wrote:
>
>> You mean something like this?
>> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>>
>> Jon
>>
>> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos 
>> wrote:
>>
>>> Hi all,
>>>
>>> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
>>> The documentation points to the Offensive security download page for ARM
>>> devices: https://www.offensive-security.com/kali-linux-arm-images/
>>>
>>> But I could not find it there, or anywhere else. Are these images
>>> available in older servers by any chance?
>>>
>>> Since I could not find it, I have been trying to build it also but the
>>> script (
>>> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
>>> uses systemd-nspawn and if it is consistently failing in the latest Kali
>>> amd64 version (among other issues around).
>>>
>>> Anyways, I just need any working image for the BBB.
>>> If anyone knows where I can get such image, it will be greatly
>>> appreciated!
>>>
>>> Thanks,
>>> -Antonio
>>>
>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/63d9ffca-c1fe-4d6f-82e2-764a8dfd07e2n%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkpBypThnxwzv4yydA9aEXL5RmzxNaFA_LTtvrVr66AWmQ%40mail.gmail.com.


Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread Antonio Ramos
Hi Jon,

That is correct. Following that page you shared, it points to Offensive 
security download ARM page for a pre-build images, but there is nothing for 
BBB there.
I wonder if the previous posted files are around somewhere.

-Antonio

On Monday, January 18, 2021 at 10:01:22 AM UTC-6 jonn...@gmail.com wrote:

> You mean something like this?
> https://www.kali.org/docs/arm/kali-linux-beaglebone-black/
>
> Jon
>
> On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos  
> wrote:
>
>> Hi all,
>>
>> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
>> The documentation points to the Offensive security download page for ARM 
>> devices: https://www.offensive-security.com/kali-linux-arm-images/ 
>>
>> But I could not find it there, or anywhere else. Are these images 
>> available in older servers by any chance?
>>
>> Since I could not find it, I have been trying to build it also but the 
>> script (
>> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh) 
>> uses systemd-nspawn and if it is consistently failing in the latest Kali 
>> amd64 version (among other issues around).
>>
>> Anyways, I just need any working image for the BBB.
>> If anyone knows where I can get such image, it will be greatly 
>> appreciated!
>>
>> Thanks,
>> -Antonio
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/63d9ffca-c1fe-4d6f-82e2-764a8dfd07e2n%40googlegroups.com.


Re: [beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread jonnymo
You mean something like this?
https://www.kali.org/docs/arm/kali-linux-beaglebone-black/

Jon

On Mon, Jan 18, 2021 at 7:52 AM Antonio Ramos 
wrote:

> Hi all,
>
> I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
> The documentation points to the Offensive security download page for ARM
> devices: https://www.offensive-security.com/kali-linux-arm-images/
>
> But I could not find it there, or anywhere else. Are these images
> available in older servers by any chance?
>
> Since I could not find it, I have been trying to build it also but the
> script (
> https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh)
> uses systemd-nspawn and if it is consistently failing in the latest Kali
> amd64 version (among other issues around).
>
> Anyways, I just need any working image for the BBB.
> If anyone knows where I can get such image, it will be greatly appreciated!
>
> Thanks,
> -Antonio
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkpE8NqEPCA5hM9GAdqwPjUkV7A5tjYzKA3RJkBhQkFKTg%40mail.gmail.com.


[beagleboard] Kali linux for BBB not found on download page

2021-01-18 Thread Antonio Ramos
Hi all,

I am looking for any Kali Linux ARM image for beaglebone black Rev-C.
The documentation points to the Offensive security download page for ARM 
devices: https://www.offensive-security.com/kali-linux-arm-images/ 

But I could not find it there, or anywhere else. Are these images available 
in older servers by any chance?

Since I could not find it, I have been trying to build it also but the 
script 
(https://gitlab.com/kalilinux/build-scripts/kali-arm/-/blob/master/bbb.sh) 
uses systemd-nspawn and if it is consistently failing in the latest Kali 
amd64 version (among other issues around).

Anyways, I just need any working image for the BBB.
If anyone knows where I can get such image, it will be greatly appreciated!

Thanks,
-Antonio

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d1a2f193-44a5-4750-8c79-eaa1f598e538n%40googlegroups.com.