pentoo / pentoo-overlay

Gentoo overlay for security tools as well as the heart of the Pentoo Livecd
322 stars 90 forks source link

Maltego unmasking #499

Closed edlovesiraq closed 5 years ago

edlovesiraq commented 5 years ago

Complete noob to gentoo, but I like the wifi tools better then kali. Really nice work. I tried to "sudo emerge -a maltego" and got told there were two masked packages I then looked at the gentoo page for unmasking https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package Tried all three recomended unmasking techniqus all with no dice... Any help is appreciated. I just need maltego on this distro.

linxon commented 5 years ago

make package.accept_keywords directory in /etc/portage/ and run this commands:

~$ emaint sync -r pentoo
~$ echo "app-forensics/maltego ~amd64" > /etc/portage/package.accept_keywords/maltego
~$ emerge -a maltego

more: https://wiki.gentoo.org/wiki/ACCEPT_KEYWORDS

edlovesiraq commented 5 years ago

Thank you! That was a quick response!

On Fri, Aug 23, 2019, 14:58 Yury Martynov notifications@github.com wrote:

make package.accept_keywords directory in /etc/portage/ and run this commands:

~$ emaint sync -r pentoo~$ echo "app-forensics/maltego ~amd64" > /etc/portage/package.accept_keywords/maltego~$ emerge -a maltego

more: https://wiki.gentoo.org/wiki/ACCEPT_KEYWORDS

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pentoo/pentoo-overlay/issues/499?email_source=notifications&email_token=AA4E6XLN366NP6RGJ2TRNXTQF7UJZA5CNFSM4IO7T2K2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5AJI5A#issuecomment-524326004, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4E6XLHY4SNTYP5DN7MSGTQF7UJZANCNFSM4IO7T2KQ .

blshkv commented 5 years ago

@linxon it's about the license here:

The following license changes are necessary to proceed:
 (see "package.license" in the portage(5) man page for more details)
# required by maltego (argument)
>=app-forensics/maltego-4.2.6.12502 all-rights-reserved
blshkv commented 5 years ago

@linxon I failed to fix it ;-) I'm out for now (it's Friday, 10pm here), please feel free to fix it properly.

linxon commented 5 years ago

@edlovesiraq this issue is still relevant?

blshkv commented 5 years ago

Well, i have fixed keywords, but not the license.

Apparently, users need to unmask (agree with) the license locally. We can't do it in the profile and there is nothing else we can do here.

edlovesiraq commented 5 years ago

@linxon No unfortunately those isntructions did not work. So how do users unmask license locally? is that the instructions I already followed? Sorry to keep bugging you and genuinely amazed at the response time. Right now I'm dragging my data from Pento to Kali to do my analysis there. I want to stick with pentoo cause your wireless support is awesome but I have to produce a product at the end that has pretty pictures cause pretty pictures sell.. Please let me know what else I can do to help fix this and I'll continue to dig on my own. appreciate you all, Ed

ZeroChaos- commented 5 years ago

Unmasking a license is well documented. please try searching google at least a tiny bit before spending 4x as long getting no answers here

blshkv commented 5 years ago

Guys, on second thoughts I have realised that this software is not opensource. I'm very against a freeware, especially in forensic area.

I think that any freeware is a trojan horse potentially or adware at least. Оtherwise, why would someone release it for free? In both cases you should avoid using it.

What is so unique about it? Is any alternative open source software?

blshkv commented 5 years ago

https://docs.maltego.com/support/solutions/articles/15000011921-if-maltego-is-open-source-where-can-i-get-the-source-code- Maltego is an Open Source Intelligence (OSINT) tool, not to be confused with an open source project

linxon commented 5 years ago

@edlovesiraq

how do users unmask license

in the Gentoo based distros have a few methods for accepting licenses. For example adding manually category/package <License-Name> to /etc/portage/package.license/* like:

~$ cat /etc/portage/package.license/maltego
app-forensics/maltego Paterva-EULA

implies that you have read the Paterva-EULA license and accepted it. After that you can try to install non-free category/package

~$ sudo emerge -a app-forensics/maltego
...

Please turn your attention to commands in this video: https://asciinema.org/a/8VdGtxJtlA8XjZvU5BKgFGMyp

Links: https://wiki.gentoo.org/wiki//etc/portage/package.license https://wiki.gentoo.org/wiki//etc/portage/make.conf#ACCEPT_LICENSE https://wiki.gentoo.org/wiki/License_groups https://wiki.gentoo.org/wiki//var/db/repos/gentoo/licenses