Re: [qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread Floyd

On 6/8/21 9:57 AM, Chrome wrote:


On Tuesday, June 8, 2021 at 10:48:14 AM UTC-4 Chrome wrote:

On Tuesday, June 8, 2021 at 10:40:30 AM UTC-4 unman wrote:

On Tue, Jun 08, 2021 at 06:38:44AM -0700, Chrome wrote:
>
> Good Morning again,
>
> I got the OSINT VM about 95% setup. Thank you all for your
help on it. I
> ran into problems during the install of a few recommended
tools in the Mike
> Bazzell OSINT manual. These programs are as follows:
EyeWitness,
> theHarvester, pipenv, and kazam.
>
> Kazam seems like something I don't actually need but I'd
still like all
> tools set up. Below is the terminal text I saved in a "todo"
txt file. Any
> help understanding the error messages and what I need to do
to resolve them
> would be appreciated. I recognize everyone on here is quite
busy but this
> n00b would definitely appreciate the help. Thank you.


You have not said where, or how, you are trying to install
these - in Template,
Standalone, or template based qube.

>
>

=
> 1. Fix Eyewitness
>
###

> # EyeWitness Setup #
>
###

>
> [Error]: \S is not supported by this setup script.

Clear - look in the setup script. You are using a parameter
"\S" that is
not supported.

>
> [user@OSINT-Template setup]$
>
> 2. Fix theHarvester
> 3. Fix pipenv


You have repeated error 502 - this is "Bad Gateway"- change
your routing
to these sites.
You do not have right python installed - the requirement is
specific -
>=2.7, but less than 3.0.
Install and configure your python(s) as necessary.

> 4. Fix kazam
> [user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py
install
> Traceback (most recent call last):
> File "setup.py", line 8, in 
> from DistUtilsExtra.command import *
> ModuleNotFoundError: No module named 'DistUtilsExtra'
> [user@OSINT-Template kazam-1.4.4]$
>

You need to install DistUtilsExtra - in Debian based qubes you
should
install python-distutils-extra or python3-distutils-extra ,
depending on
your python version.


1. Roger
2&3. Sounds like I need to install some sort of 2.x python
version. I imagine 2.9 should be sufficient if I can find it.
4. I'll see what I can find on my own with a Fedora based qube via
dnf. Do you happen to know what it would be for fedora? Thank you
for your help.

Re: 1, the EyeWitness issue. I still have a problem.
I went into the setup.sh file with gedit to look at the code. The only 
relevant line of code seems to be this.


echo "[Error]: ${osinfo} is not supported by this setup script."

There was no \S parameter for me to edit out. And, despite pulling 
this via git clone, it seems that the setup.sh script does not support 
Fedora. I'm going to google around and see what I can find. Certainly 
there has to be a version of this program that likes Fedora. Otherwise 
I guess I need to try this again with debian and put up with Firefox ESR.


Floyd: If you see this, let me know if you have any feedback. It would 
definitely be appreciated since you commented on my posts before and 
have done something similar to what I'm trying to do re: OSINT VM's on 
Fedora. I know you settled on debian but I just want to finally call 
this setup complete and get on with it, ya know? Thanks again all.

--

I found my notes - basically a print out of the install document Bazzell 
provided on his website, IIRC. I printed it from an editor that provided 
line numbers (notepad++ ?). I also used info from the 7th edition of his 
book, which is earlier than the one you're using IIRC.


I don't see any notes regarding issues with python3-pip or installing 
Python in general. I used the Qubes generic Debian 10 template and 
cloned it before making the mods.


I do see a note about needing a git account (which I do not have, I 
don't think) for EyeWitness. My notes indicate I reached a section of 
Bazzells notes that involved git cloning - Sublist3r, Photon, 
theHarvester - when I apparently stopped. Huh. My template shows 
EyeWitness installed, but it does not run. Maybe that one did not need 
an account. Looking at some of the time stamps in the template it's been 
over a year since I worked with the template and almost as long with the 
test case VM. In fact, there are enough of the apps I did install that 
now do not work that leads me to think I may have an issue 

Re: [qubes-users] Trying to create an OSINT VM with Qubes Fedora template: Need help getting pip to work

2021-06-08 Thread Steve Coleman
On Mon, Jun 7, 2021, 11:36 AM Chrome  wrote:

>  For one, I'm not installing chrome anytime soon. I'll try to stick to
> open source,
>

There are times when Firefox doesn't want to play nice with some websites,
and trying an alternative browser can help identify those issues. When that
happens I try the Chromium browser which is essentially the Google browser
sourcecode but compiled as to leave out the intrusive Google spying
features. It is open source so the only question is do you trust that the
people maintaining this browser to have left out enough. While I will not
use it as my primary browser I do sometimes use it for testing purposes. I
have found that it generally works well for media files and scripts that
firefox may refuse to run with.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CAJ5FDniYGV5%2Br5-BatENyW-hqVHWHCarf8SX78EHRnEz_Y41rw%40mail.gmail.com.


Re: [qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread Floyd

On 6/8/21 9:57 AM, Chrome wrote:


On Tuesday, June 8, 2021 at 10:48:14 AM UTC-4 Chrome wrote:

On Tuesday, June 8, 2021 at 10:40:30 AM UTC-4 unman wrote:

On Tue, Jun 08, 2021 at 06:38:44AM -0700, Chrome wrote:
>
> Good Morning again,
>
> I got the OSINT VM about 95% setup. Thank you all for your
help on it. I
> ran into problems during the install of a few recommended
tools in the Mike
> Bazzell OSINT manual. These programs are as follows:
EyeWitness,
> theHarvester, pipenv, and kazam.
>
> Kazam seems like something I don't actually need but I'd
still like all
> tools set up. Below is the terminal text I saved in a "todo"
txt file. Any
> help understanding the error messages and what I need to do
to resolve them
> would be appreciated. I recognize everyone on here is quite
busy but this
> n00b would definitely appreciate the help. Thank you.


You have not said where, or how, you are trying to install
these - in Template,
Standalone, or template based qube.

>
>

=
> 1. Fix Eyewitness
>
###

> # EyeWitness Setup #
>
###

>
> [Error]: \S is not supported by this setup script.

Clear - look in the setup script. You are using a parameter
"\S" that is
not supported.

>
> [user@OSINT-Template setup]$
>
> 2. Fix theHarvester
> 3. Fix pipenv


You have repeated error 502 - this is "Bad Gateway"- change
your routing
to these sites.
You do not have right python installed - the requirement is
specific -
>=2.7, but less than 3.0.
Install and configure your python(s) as necessary.

> 4. Fix kazam
> [user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py
install
> Traceback (most recent call last):
> File "setup.py", line 8, in 
> from DistUtilsExtra.command import *
> ModuleNotFoundError: No module named 'DistUtilsExtra'
> [user@OSINT-Template kazam-1.4.4]$
>

You need to install DistUtilsExtra - in Debian based qubes you
should
install python-distutils-extra or python3-distutils-extra ,
depending on
your python version.


1. Roger
2&3. Sounds like I need to install some sort of 2.x python
version. I imagine 2.9 should be sufficient if I can find it.
4. I'll see what I can find on my own with a Fedora based qube via
dnf. Do you happen to know what it would be for fedora? Thank you
for your help.

Re: 1, the EyeWitness issue. I still have a problem.
I went into the setup.sh file with gedit to look at the code. The only 
relevant line of code seems to be this.


echo "[Error]: ${osinfo} is not supported by this setup script."

There was no \S parameter for me to edit out. And, despite pulling 
this via git clone, it seems that the setup.sh script does not support 
Fedora. I'm going to google around and see what I can find. Certainly 
there has to be a version of this program that likes Fedora. Otherwise 
I guess I need to try this again with debian and put up with Firefox ESR.


Floyd: If you see this, let me know if you have any feedback. It would 
definitely be appreciated since you commented on my posts before and 
have done something similar to what I'm trying to do re: OSINT VM's on 
Fedora. I know you settled on debian but I just want to finally call 
this setup complete and get on with it, ya know? Thanks again all.

--



Regarding Debian vs Fedora, one consideration I made that I had 
forgotten about is that Ubuntu is a Debian derivative.



--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/75db99f2-7b65-4798-040e-20199d986cb8%40bauernhof.us.


[qubes-users] XSAs released on 2021-06-08

2021-06-08 Thread Andrew David Wong

Dear Qubes Community,

The Xen Project has released one or more new Xen Security Advisories (XSAs).
The security of Qubes OS *is affected* by one or more of these XSAs.
Therefore, *user action is required*.


XSAs that affect the security of Qubes OS (user action required)


The following XSAs *do affect* the security of Qubes OS:

   - XSA-373
   - XSA-374
   - XSA-375
   - XSA-377

Please see QSB-069 for the actions users must take in order to protect 
themselves, as well as further details about these XSAs:


https://www.qubes-os.org/news/2021/06/08/qsb-069/


XSAs that do not affect the security of Qubes OS (no user action required)
--

The following XSAs *do not affect* the security of Qubes OS, and no user 
action is necessary:


   - XSA-372 (affects only Arm systems)


Related links
-

   - [XSA list (on xen.org)](https://xenbits.xen.org/xsa/)
   - [Qubes XSA Tracker](https://www.qubes-os.org/security/xsa/)
   - [Qubes Security Pack 
(qubes-secpack)](https://www.qubes-os.org/security/pack/)
   - [Qubes Security Bulletins 
(QSBs)](https://www.qubes-os.org/security/bulletins/)



This announcement is also available on the Qubes website:
https://www.qubes-os.org/news/2021/06/08/xsas-released-on-2021-06-08/

--
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org





--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/eb911d62-064f-9cf7-37ec-d3a5a41da84a%40qubes-os.org.


OpenPGP_signature
Description: OpenPGP digital signature


[qubes-users] QSB-069: Multiple Xen and Intel issues

2021-06-08 Thread Andrew David Wong

Dear Qubes Community,

We have just published Qubes Security Bulletin (QSB) 069: Multiple Xen 
and Intel issues. The text of this QSB is reproduced below. This QSB and 
its accompanying signatures will always be available in the Qubes 
Security Pack (qubes-secpack).


View QSB-069 in the qubes-secpack:

https://github.com/QubesOS/qubes-secpack/blob/master/QSBs/qsb-069-2021.txt

Learn about the qubes-secpack, including how to obtain, verify, and read it:

https://www.qubes-os.org/security/pack/

View all past QSBs:

https://www.qubes-os.org/security/bulletins/

```


---===[ Qubes Security Bulletin 069 ]===---

2021-06-08


   Multiple Xen and Intel issues
   (XSA-373, XSA-374, XSA-375, XSA-377, INTEL-SA-00442)


User action required
=

Users must install the following specific packages in order to address
the issues discussed in this bulletin:

 For Qubes 4.0, in dom0:
 - Xen packages, version 4.8.5-34
 - Linux kernel packages, versions 5.12.9-1 (for users of the "latest"
   kernel flavor)
 - microcode_ctl package, version 2.1-33.qubes1 (for Intel CPU users)

 For Qubes 4.1, in dom0:
 - Xen packages, version 4.14.1-5
 - Linux kernel packages, versions 5.10.42-1, 5.12.9-1 (for users of
   the "latest" kernel flavor)
 - microcode_ctl package, version 2.1-33.qubes1 (for Intel CPU users)

These packages will migrate from the security-testing repository to the
current (stable) repository over the next two weeks after being tested
by the community. [1] Once available, the packages are to be installed
via the Qubes Update Tool or its command-line equivalents. [2]

Dom0 must be restarted afterward in order for the updates to take
effect.

If you use Anti Evil Maid, you will need to reseal your secret
passphrase to new PCR values, as PCR18+19 will change due to the new
Xen binaries.


Summary


The following security advisories were published on 2021-06-08:

XSA-373 [3] "Inappropriate x86 IOMMU timeout detection / handling":

| IOMMUs process commands issued to them in parallel with the operation
| of the CPU(s) issuing such commands.  In the current implementation in
| Xen, asynchronous notification of the completion of such commands is
| not used.  Instead, the issuing CPU spin-waits for the completion of
| the most recently issued command(s).  Some of these waiting loops try
| to apply a timeout to fail overly-slow commands.  The course of action
| upon a perceived timeout actually being detected is inappropriate:
|  - on Intel hardware guests which did not originally cause the timeout
|may be marked as crashed,
|  - on AMD hardware higher layer callers would not be notified of the
|issue, making them continue as if the IOMMU operation succeeded.

XSA-374 [4] "Guest triggered use-after-free in Linux xen-netback":

| A malicious or buggy network PV frontend can force Linux netback to
| disable the interface and terminate the receive kernel thread
| associated with queue 0 in response to the frontend sending a
| malformed packet.
|
| Such kernel thread termination will lead to a use-after-free in Linux
| netback when the backend is destroyed, as the kernel thread associated
| with queue 0 will have already exited and thus the call to
| kthread_stop will be performed against a stale pointer.

XSA-375 [5] "Speculative Code Store Bypass":

| Modern superscalar processors may employ sophisticated decoding and
| caching of the instruction stream to improve performance.  However, a
| consequence is that self-modifying code updates may not take effect
| instantly.
|
| Whatever the architectural guarantees, some CPUs have
| microarchitectural behaviour whereby the stale instruction stream may
| be speculatively decoded and executed.
|
| Speculation of this form can suffer from type confusion in registers,
| and potentially leak data.

XSA-377 [6] "x86: TSX Async Abort protections not restored after S3":

| This issue relates to the TSX Async Abort speculative security
| vulnerability. Please see https://xenbits.xen.org/xsa/advisory-305.html
| for details.
|
| Mitigating TAA by disabling TSX (the default and preferred option)
| requires selecting a non-default setting in MSR_TSX_CTRL.  This
| setting isn't restored after S3 suspend.

INTEL-SA-00442 [7] "IntelĀ® VT-d Advisory":

| A potential security vulnerability in some IntelĀ® Virtualization
| Technology for Directed I/0 (VT-d) products may allow escalation of
| privilege. Intel is releasing firmware updates to mitigate this
| potential vulnerability.

Impact
===

XSA-373:

As the Xen Security Team explains, "A malicious guest may be able to
elevate its privileges to that of the host, cause host or guest Denial
of Service (DoS), or cause information leaks." Only a guest with a PCI
device can leverage this vulnerability, such as `sys-net` or `sys-usb`
in a default Qubes OS configuration.

XSA-374:

A malicious or 

[qubes-users] Qubes 4.x ProxyVM

2021-06-08 Thread 'ukernel' via qubes-users
Hello Team,

I have been reading that in the new version of Qubes 4 the terms of ProxyVM are 
no longer used. However I would like to know how to create the equivalent but 
persistent and save my VPN configurations that I made in that virtual server.

I followed the following instructions but every time I restart what I configure 
stops working.

https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md

I really appreciate your help and support.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/JMhIhV2Qat5s8Q2bpmyGBHRdEQJtosUFsX59iebO_O4utipltJoju3M5UxNsLXtECOJ-FxW6F5NboVFOVsKJTSqKdpfcud7ZTzS1z5FMS5w%3D%40protonmail.com.


[qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread Chrome

Good Morning again,

I got the OSINT VM about 95% setup. Thank you all for your help on it. I 
ran into problems during the install of a few recommended tools in the Mike 
Bazzell OSINT manual. These programs are as follows: EyeWitness, 
theHarvester, pipenv, and kazam.

Kazam seems like something I don't actually need but I'd still like all 
tools set up. Below is the terminal text I saved in a "todo" txt file. Any 
help understanding the error messages and what I need to do to resolve them 
would be appreciated. I recognize everyone on here is quite busy but this 
n00b would definitely appreciate the help. Thank you.

=
1. Fix Eyewitness
###
#  EyeWitness Setup   #
###

[Error]: \S is not supported by this setup script.

[user@OSINT-Template setup]$ 

2. Fix theHarvester
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read 
timed out. (read timeout=15)")': /simple/aiodns/
ERROR: Could not find a version that satisfies the requirement 
aiodns==2.0.0 (from -r requirements/base.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for aiodns==2.0.0 (from -r 
requirements/base.txt (line 1))
[user@OSINT-Template theHarvester]$ sudo -H python3 -m pip install -r 
requirements.txt
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
Collecting aiodns==2.0.0
  ERROR: HTTP error 502 while getting 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
  ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of error 502 Server Error: 
Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of HTTP error 502 Server 
Error: Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
 
for URL 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
[user@OSINT-Template theHarvester]$ 


WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read 
timed out. (read timeout=15)")': /simple/aiodns/
ERROR: Could not find a version that satisfies the requirement 
aiodns==2.0.0 (from -r requirements/base.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for aiodns==2.0.0 (from -r 
requirements/base.txt (line 1))
[user@OSINT-Template theHarvester]$ sudo -H python3 -m pip install -r 
requirements.txt
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
Collecting aiodns==2.0.0
  ERROR: HTTP error 502 while getting 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
  ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of error 502 Server 

[qubes-users] How do you safely add foreign language keyboard input to Qubes OS?

2021-06-08 Thread Chrome

Basically I want to be able to switch from the standard Keyboard (English) 
to Russian and Spanish phonetic keyboards without accidentally locking 
myself out of the default option (English). I'm working on my Russian so I 
need to be able to type in Russian, and I also speak Spanish so having that 
keyboard setup would be nice as well. 

Any advice on this topic would be appreciated. Thank you all.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d03304f5-16f6-4c48-960d-479d6e10c402n%40googlegroups.com.


Re: [qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread unman
On Tue, Jun 08, 2021 at 06:38:44AM -0700, Chrome wrote:
> 
> Good Morning again,
> 
> I got the OSINT VM about 95% setup. Thank you all for your help on it. I 
> ran into problems during the install of a few recommended tools in the Mike 
> Bazzell OSINT manual. These programs are as follows: EyeWitness, 
> theHarvester, pipenv, and kazam.
> 
> Kazam seems like something I don't actually need but I'd still like all 
> tools set up. Below is the terminal text I saved in a "todo" txt file. Any 
> help understanding the error messages and what I need to do to resolve them 
> would be appreciated. I recognize everyone on here is quite busy but this 
> n00b would definitely appreciate the help. Thank you.


You have not said where, or how, you are trying to install these - in Template,
Standalone, or template based qube.

> 
> =
> 1. Fix Eyewitness
> ###
> #  EyeWitness Setup   #
> ###
> 
> [Error]: \S is not supported by this setup script.

Clear - look in the setup script. You are using a parameter "\S" that is
not supported.

> 
> [user@OSINT-Template setup]$ 
> 
> 2. Fix theHarvester
> 3. Fix pipenv


You have repeated error 502 - this is "Bad Gateway"- change your routing
to these sites.
You do not have right python installed - the requirement is specific -
>=2.7, but less than 3.0.
Install and configure your python(s) as necessary.

> 4. Fix kazam
> [user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py install
> Traceback (most recent call last):
>   File "setup.py", line 8, in 
> from DistUtilsExtra.command import *
> ModuleNotFoundError: No module named 'DistUtilsExtra'
> [user@OSINT-Template kazam-1.4.4]$ 
> 

You need to install DistUtilsExtra - in Debian based qubes you should
install python-distutils-extra or python3-distutils-extra , depending on
your python version.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20210608144025.GB28999%40thirdeyesecurity.org.


Re: [qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread Chrome


On Tuesday, June 8, 2021 at 10:40:30 AM UTC-4 unman wrote:

> On Tue, Jun 08, 2021 at 06:38:44AM -0700, Chrome wrote: 
> > 
> > Good Morning again, 
> > 
> > I got the OSINT VM about 95% setup. Thank you all for your help on it. I 
> > ran into problems during the install of a few recommended tools in the 
> Mike 
> > Bazzell OSINT manual. These programs are as follows: EyeWitness, 
> > theHarvester, pipenv, and kazam. 
> > 
> > Kazam seems like something I don't actually need but I'd still like all 
> > tools set up. Below is the terminal text I saved in a "todo" txt file. 
> Any 
> > help understanding the error messages and what I need to do to resolve 
> them 
> > would be appreciated. I recognize everyone on here is quite busy but 
> this 
> > n00b would definitely appreciate the help. Thank you. 
>
>
> You have not said where, or how, you are trying to install these - in 
> Template, 
> Standalone, or template based qube. 
>
> > 
> > 
> = 
> > 1. Fix Eyewitness 
> > ### 
> > # EyeWitness Setup # 
> > ### 
> > 
> > [Error]: \S is not supported by this setup script. 
>
> Clear - look in the setup script. You are using a parameter "\S" that is 
> not supported. 
>
> > 
> > [user@OSINT-Template setup]$ 
> > 
> > 2. Fix theHarvester 
> > 3. Fix pipenv 
>
>
> You have repeated error 502 - this is "Bad Gateway"- change your routing 
> to these sites. 
> You do not have right python installed - the requirement is specific - 
> >=2.7, but less than 3.0. 
> Install and configure your python(s) as necessary. 
>
> > 4. Fix kazam 
> > [user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py install 
> > Traceback (most recent call last): 
> > File "setup.py", line 8, in  
> > from DistUtilsExtra.command import * 
> > ModuleNotFoundError: No module named 'DistUtilsExtra' 
> > [user@OSINT-Template kazam-1.4.4]$ 
> > 
>
> You need to install DistUtilsExtra - in Debian based qubes you should 
> install python-distutils-extra or python3-distutils-extra , depending on 
> your python version. 
>

1. Roger
2&3. Sounds like I need to install some sort of 2.x python version. I 
imagine 2.9 should be sufficient if I can find it.
4. I'll see what I can find on my own with a Fedora based qube via dnf. Do 
you happen to know what it would be for fedora? Thank you for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e4161143-e05e-42c7-9a29-4afb4e8cc707n%40googlegroups.com.


Re: [qubes-users] Need help troubleshooting four program installs (EyeWitness/theHarvester/pipenv/kazam) for Fedora based OSINT VM

2021-06-08 Thread Chrome

On Tuesday, June 8, 2021 at 10:48:14 AM UTC-4 Chrome wrote:

> On Tuesday, June 8, 2021 at 10:40:30 AM UTC-4 unman wrote:
>
>> On Tue, Jun 08, 2021 at 06:38:44AM -0700, Chrome wrote: 
>> > 
>> > Good Morning again, 
>> > 
>> > I got the OSINT VM about 95% setup. Thank you all for your help on it. 
>> I 
>> > ran into problems during the install of a few recommended tools in the 
>> Mike 
>> > Bazzell OSINT manual. These programs are as follows: EyeWitness, 
>> > theHarvester, pipenv, and kazam. 
>> > 
>> > Kazam seems like something I don't actually need but I'd still like all 
>> > tools set up. Below is the terminal text I saved in a "todo" txt file. 
>> Any 
>> > help understanding the error messages and what I need to do to resolve 
>> them 
>> > would be appreciated. I recognize everyone on here is quite busy but 
>> this 
>> > n00b would definitely appreciate the help. Thank you. 
>>
>>
>> You have not said where, or how, you are trying to install these - in 
>> Template, 
>> Standalone, or template based qube. 
>>
>> > 
>> > 
>> = 
>> > 1. Fix Eyewitness 
>> > ### 
>> > # EyeWitness Setup # 
>> > ### 
>> > 
>> > [Error]: \S is not supported by this setup script. 
>>
>> Clear - look in the setup script. You are using a parameter "\S" that is 
>> not supported. 
>>
>> > 
>> > [user@OSINT-Template setup]$ 
>> > 
>> > 2. Fix theHarvester 
>> > 3. Fix pipenv 
>>
>>
>> You have repeated error 502 - this is "Bad Gateway"- change your routing 
>> to these sites. 
>> You do not have right python installed - the requirement is specific - 
>> >=2.7, but less than 3.0. 
>> Install and configure your python(s) as necessary. 
>>
>> > 4. Fix kazam 
>> > [user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py install 
>> > Traceback (most recent call last): 
>> > File "setup.py", line 8, in  
>> > from DistUtilsExtra.command import * 
>> > ModuleNotFoundError: No module named 'DistUtilsExtra' 
>> > [user@OSINT-Template kazam-1.4.4]$ 
>> > 
>>
>> You need to install DistUtilsExtra - in Debian based qubes you should 
>> install python-distutils-extra or python3-distutils-extra , depending on 
>> your python version. 
>>
>
> 1. Roger
> 2&3. Sounds like I need to install some sort of 2.x python version. I 
> imagine 2.9 should be sufficient if I can find it.
> 4. I'll see what I can find on my own with a Fedora based qube via dnf. Do 
> you happen to know what it would be for fedora? Thank you for your help.
>
Re: 1, the EyeWitness issue. I still have a problem.
I went into the setup.sh file with gedit to look at the code. The only 
relevant line of code seems to be this.

echo "[Error]: ${osinfo} is not supported by this setup script."

There was no \S parameter for me to edit out. And, despite pulling this via 
git clone, it seems that the setup.sh script does not support Fedora. I'm 
going to google around and see what I can find. Certainly there has to be a 
version of this program that likes Fedora. Otherwise I guess I need to try 
this again with debian and put up with Firefox ESR.

Floyd: If you see this, let me know if you have any feedback. It would 
definitely be appreciated since you commented on my posts before and have 
done something similar to what I'm trying to do re: OSINT VM's on Fedora. I 
know you settled on debian but I just want to finally call this setup 
complete and get on with it, ya know? Thanks again all.
 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/70697566-2de2-4c8f-965c-c21042c26661n%40googlegroups.com.