Re: SSH session to remote server hanging due to stale NFS file handle

2024-05-03 Thread Sean Hulbert
What does your export file look like for NFS and what version of NFS are you using? *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most secure

Re: How to get client IP address ?

2024-04-26 Thread Sean Hulbert
be using some type of SIEM anyways as part of your security posture.  I hope you find what you are looking for. *Thank You* Sean Hulbert *Founder / CEO* *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most

Re: How to get client IP address ?

2024-04-26 Thread Sean Hulbert
, take option 2 and inject the IP to the new table to be displayed. 4. Put a Layer 7 firewall in front of the Guacamole system and capture all data streams to and from (assuming this is external use). *Thank You* Sean Hulbert *Founder / CEO* *Security Centric Inc.* A Cybersecurity

Re: VNC vs keymap vs KVM

2024-04-16 Thread Sean Hulbert
you will get better response and end to end encryption if you install xrdp on Kali. *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most secure

Re: VNC to macOS Connections

2024-04-05 Thread Sean Hulbert
You my try this for information on xrdp on MacOS https://github.com/neutrinolabs/xrdp/issues/2194 Since mac is based on FreeBSD/NetBSD this may help https://www.jeremymorgan.com/tutorials/freebsd/how-to-remote-desktop-in-freebsd/ *Thank You* Sean Hulbert *Founder / CEO* *Work Ph

Re: Issue with Windows 10 RDP

2024-04-04 Thread Sean Hulbert
to Guacamole. Only registry setting I recall is to make Windows prompt for login when the legal notice is not set in the GPO. Hope this helps. *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud

Re: CCU calculations

2024-03-21 Thread Sean Hulbert
Easy math (rule of thumb): 1 vCPU 2G RAM per 5 connections We tend to over allocation resources by 30% because we can, however we do handle over 20K connection at any give point in time. *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc

Re: Quick flash of a "Yellow Dialog Box"

2024-03-07 Thread Sean Hulbert
I am betting it is the connection warning dialog box stating connection is unstable, this is a resource issue such as memory and/or CPU allocation. *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company

Re: Issue with VNC installation

2024-02-27 Thread Sean Hulbert
You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most secure virtual desktops! */FedRAMP MIL4 in process (RAR)/* System Award Management *CAGE: 8AUV4* *SAM

Re: Options for hardware acceleration/vaapi for guacd

2024-01-18 Thread Sean Hulbert
Increase your CPUs to 2x6 (12Core) then increase RAM to at least 24G, then make sure your networking is at least 1G, this will help some. I would also use Window 2019 or Ubuntu with xRDP Hope this helps. CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential

Re: Guacamole 1.5.4

2024-01-08 Thread Sean Hulbert
Did you extract the schema's and write it to the guacamole.db ? *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most secure virtual desktops

Re: Max number connection of a instance

2023-12-13 Thread Sean Hulbert
it’s not some config or parameter from this limit. Just base on pc resources. Is it that?2023年12月13日 23:42,Sean Hulbert 写道:We pull about 1500 users per Guac using the following rule thumb;Per 20 users2G RAM4vCPU1Gb NetworkingWe tend to over allocate resources. Load balanced32 vCPUs64G

RE: Max number connection of a instance

2023-12-13 Thread Sean Hulbert
We pull about 1500 users per Guac using the following rule thumb;Per 20 users2G RAM4vCPU1Gb NetworkingWe tend to over allocate resources. Load balanced32 vCPUs64G Ram10GbpsThank YouSean HulbertFounder/CEOStormCloud Gov Protected CUI EnvironmentsFedRAMP MIL4 in processSent by secure Mobile 5G

Re: Newer versions of Tomcat / Ubuntu

2023-12-08 Thread Sean Hulbert
Far as I know, TomCat 10 is not yet supported for Guac. *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI Environment!/ Industry's most secure virtual desktops! */FedRAMP

Re: Guacamole Connection Setup

2023-12-06 Thread Sean Hulbert
xRDP if the user account is associated with root group it will not login, it needs to be a non root user, also  xRDP likes to bind to IPv6. Hope this helps. *Thank You* Sean Hulbert *Security Centric Inc.* A Cybersecurity Virtualization Enablement Company /StormCloud Gov, Protected CUI

Re: Build Issue Troubleshooting

2023-11-06 Thread Sean Hulbert
options * You can try and use a token instead of a password. Also you can implement certificates with MySQL communication locally on the back-end. * You can also create a LUKS NFS and place the Guacamole.properties inside it to encrypt it at rest and the host system can use the

NTLM retiring

2023-10-17 Thread Sean Hulbert
Hello Nick and Mike, Are there plans to implement a Kerberos authentication and keep ntlm for legacy? I refer to this article about MSFT disabling NTLM in Windows 11 https://www.securityweek.com/microsoft-improving-windows-authentication-disabling-ntlm/ -- *Thank You* Sean Hulbert **

Re: When enabling the gfx (Graphics Pipeline Extension), the mouse cursor isn't updated.

2023-10-11 Thread Sean Hulbert
Anytime we need to find a parameter in Guacamole, we look to the source code directly using *grep -irn 'patternamehere' /path * *Example: grep -irn 'RDP' /guacamole/sourcecode * *Thank You* Sean Hulbert *Founder / CEO* *Work Ph:* 925.663.5565 *Security Centric Inc.* A Cybersecurity

Re: R: R: Transfer Files over RDP

2023-09-14 Thread Sean Hulbert
like this below *** **LimitRequestBody 5242880** *** *Thank You* Sean Hulbert ** On 9/14/2023 3:58 AM, Eby Mani wrote: Fantastic. Drive name: ${GUAC_USERNAME} Drive Path: /path/${GUAC_USERNAME} shared folder owner need to be guacd, else we get "You do not have permission to upload this

Apache Tomcat advisory

2023-08-02 Thread Sean Hulbert
FYI  https://www.scmagazine.com/news/unpatched-apache-tomcat-servers-spread-mirai-botnet-malware?nbd=HcOTbIcBFmBIfUQgUJma_source=mrkto_tok=MTg4LVVOWi02NjGNVeZWRU3vFKXgFcBJvOxt7076L0gZVxby4auKfPRhtcAyl13QbuC9hSqy-YRmL9zjJTzbclAET1ClAUHKPChp_z9X-GDIcLmVIm3FP3d0owLooks like if Tomcat is exposed

Tomcat 10

2023-08-01 Thread Sean Hulbert
What is the update on TomCat10 servlets being support in Guacamole? Thank You Sean - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail: user-h...@guacamole.apache.org

Re: upgrade guacamole host

2023-07-20 Thread Sean Hulbert
You can install Tomcat 9.0.70-1 on Debian 11/12 with same results. normal installation location using apt /var/lib/tomcat9 Hope this helps *Thank You* Sean Hulbert AFCEA San Francisco Chapter President If you have heard of a hacker by name, he/she has failed, fear the hacker you haven’t

Re: The case of case sensitive usernames

2023-07-18 Thread Sean Hulbert
We do this all day long, easy solution is to implement the SQL database connection, write directly to the database the user accounts and passwords, use the REST API for connections; inject connection information to database assigned to user and upon destroying the connections delete username

Re: Apache Guacamole API (URL generation) - ERORR

2023-06-26 Thread Sean Hulbert
Hello Sounds like you want guacamole-auth-quickconnect-1.x.x.tar https://guacamole.apache.org/doc/gug/adhoc-connections.html Hope this helps, also you get better response with NGINX [in my opinion] *Thank You* Sean Hulbert ** On 6/26/2023 10:54 AM, i.no...@wp.pl wrote: Hello Team, I

RE: SSH Connections --- VMWare Hosts

2023-06-05 Thread Sean Hulbert
having a standalone Windows server as a utility VM or even Linux system, using private vlans to help air gap the connections. Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company StormCloud Gov

RE: SSH Connections --- VMWare Hosts

2023-06-05 Thread Sean Hulbert
It is fundamentally a bad idea to go directly to your HOST VMware server, you should use a jumper (utility) VM with connection to the Host on the backend, like windows server 2019 or 2022. Thank You Sean Hulbert From: Brad Turnbough [mailto:bturnbo...@backlundinvestment.com

RE: Remote video streaming

2023-05-10 Thread Sean Hulbert
in write. Hope this information helps. Thank You Sean Hulbert From: Don Eugene Paul Viado [mailto:depa...@yahoo.com.INVALID] Sent: Wednesday, May 10, 2023 6:06 PM To: user@guacamole.apache.org Subject: Remote video streaming Hi, Anyone using Apache Guacamole for remote video

RE: Connecting to a different subnet

2023-05-06 Thread Sean Hulbert
fine, the Guacd just needs to be part of the network. Hope this helps. Thank You Sean Hulbert From: André R. Basel [mailto:an...@basel.co.nz] Sent: Saturday, May 6, 2023 3:02 AM To: user@guacamole.apache.org Subject: Connecting to a different subnet I am running quacamole

RE: Nvidia GPU to accelerate graphic rendering

2023-04-21 Thread Sean Hulbert
, whereas with no GPU it was 45 to 50 minutes. It also depends on your virtual stack as well some handle better than others, in our instance we used XenDesktop by Citrix. Hope this helps Thank You Sean Hulbert -Original Message- From: Nick Couchman [mailto:vn...@apache.org] Sent: Friday

RE: change Idle session timeout limit

2023-04-11 Thread Sean Hulbert
-timeout: 5 Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company StormCloud Gov, Protected CUI Environment! FedRAMP MIL4 in process System Award Management CAGE: 8AUV4 AFCEA San Francisco

RE: Using smart card on RDP host

2023-04-08 Thread Sean Hulbert
Absolutely, We are doing our FedRAMP with the ICAM+BIO, we will publish the code after May of this Year. Thank You Sean Hulbert -Original Message- From: Nick Couchman [mailto:vn...@apache.org] Sent: Saturday, April 8, 2023 5:25 AM To: user@guacamole.apache.org Subject: Re: Using

Re: RDP is not working with IPV6

2023-03-29 Thread Sean Hulbert
Couchman Date: 3/29/23 8:33 AM (GMT-08:00) To: user@guacamole.apache.org Subject: Re: RDP is not working with IPV6 On Wed, Mar 29, 2023 at 1:19 AM Sean Hulbert wrote:>> Here is a link that should address your issue>>>> https://issues.apache.org/jira/browse/GUACAMOLE-1

RE: RDP is not working with IPV6

2023-03-28 Thread Sean Hulbert
Here is a link that should address your issue https://issues.apache.org/jira/browse/GUACAMOLE-1190 Thank You Sean Hulbert From: Venkata Narayana Reddy [mailto:venkatanrk...@gmail.com] Sent: Tuesday, March 28, 2023 9:38 PM To: user@guacamole.apache.org Subject: Re: RDP

RE: RDP is not working with IPV6

2023-03-28 Thread Sean Hulbert
Run netstat –tapnl see if the guacd service is also running on IPv6, as well as your end point system your trying to connect via RDP. Thank You Sean Hulbert From: Venkata Narayana Reddy [mailto:venkatanrk...@gmail.com] Sent: Tuesday, March 28, 2023 12:27 AM To: user

RE: DUO token issues

2023-03-25 Thread Sean Hulbert
Nevermind, The guacamole.properties has a trailing white space after the URL Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company StormCloud Gov, Protected CUI Environment! FedRAMP MIL4

DUO token issues

2023-03-25 Thread Sean Hulbert
Hello, So I have only the DUO Jar in the extensions folder and my guacamole.properties have the following mysql-hostname: localhost mysql-port: 3306 mysql-database: SOMEDB mysql-username: SOMEUSER mysql-password: SOMEPASSWORD mysql-user-password-min-length: 12

RE: DUO

2023-03-24 Thread Sean Hulbert
@guacamole.apache.org Subject: Re: DUO On Fri, Mar 24, 2023, 10:44 PM Sean Hulbert mailto:shulb...@securitycentric.net.invalid> > wrote: Hello, When configuring the DUO hardware key, do I keep the guacamole-auth-totp-1.4.0.jar with Duo or is it just guacamole-auth-duo-1.4.0.jar needed? T

DUO

2023-03-24 Thread Sean Hulbert
Hello, When configuring the DUO hardware key, do I keep the guacamole-auth-totp-1.4.0.jar with Duo or is it just guacamole-auth-duo-1.4.0.jar needed? Thank You

Re: Using smart card on RDP host

2023-03-24 Thread Sean Hulbert
We done this by using a React front end to allow biometrics and cac cards, once authenticated the connection continues through guacamole. So it's possible.  Sean Sent by Android Ai hijacked INS communications 6G Original message From: Nick Couchman Date: 3/24/23 6:00 AM

RE: rdp resolution

2023-03-20 Thread Sean Hulbert
You can go in your windows performance settings and set it like this In Guacamole go to connection settings and try and set the color depth to 256 and Resolution DPI to 96, this should give you a cleaner result. Thank You Sean Hulbert Security Centric Inc. A Cybersecurity

RE: Guacamole and Red Hat 8

2023-02-22 Thread Sean Hulbert
You can use a centos repo, you may also register a free account to get enterprise updates with redhat for 30 days.  If you already have account make a new one. You'll also have to becareful of SELinux modules with Guacamole to allow specific modules. Hope this helpsSeanSent by Android Ai

Re: Apache Guacamole 1.5.0 docker image

2023-02-19 Thread Sean Hulbert
Thought Tomcat at 9.3.72Sent by Android Ai hijacked INS communications 6G Original message From: Michael Jumper Date: 2/19/23 3:53 PM (GMT-08:00) To: user@guacamole.apache.org Subject: Re: Apache Guacamole 1.5.0 docker image On Sun, Feb 19, 2023, 2:48 PM Luis Cascales

RE: R: Authentication type 10 not support.

2023-02-13 Thread Sean Hulbert
-mysql/schema/001-create-schema.sql Thank You Sean Hulbert Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4 AFCEA San Francisco Chapter

RE: Tomcat 10

2023-01-31 Thread Sean Hulbert
the files with the binary or is there a procedure? As usual nothing is easy as apt-get --upgrade Any information on upgrading tomcat for guacamole will be appreciated. Thank You Sean Hulbert -Original Message- From: Nick Couchman [mailto:vn...@apache.org] Sent: Tuesday, January 31, 2023 1

Tomcat 10

2023-01-31 Thread Sean Hulbert
Hello, Are there any special requirements for Guacamole 1.4.0 to update Tomcat 9.0.31 to Tomcat 10 or reasons not to do this? To resolve the CVE below, and are there any procedural steps documented? CVE-2020-9484 CVE-2020-11996 CVE-2020-13934 CVE-2020-13935 CVE-2020-17527

RE: SSH Setting Using Domain Name

2023-01-31 Thread Sean Hulbert
Have you set up DNS resolver or add entries in to hosts file, on the guacamole host server?SeanSent by Android Ai hijacked INS communications 6G Original message From: he...@wijayas.com.INVALID Date: 1/31/23 12:11 AM (GMT-08:00) To: user@guacamole.apache.org Subject: SSH

RE: Guacamole 1.5.0

2023-01-03 Thread Sean Hulbert
I like to see this in React, its pretty amazing what we done with it and if that is the move Guacamole goes, I will donate my react code Sean From: Alejandro Hernandez [mailto:a...@safedataserver.com] Sent: Tuesday, January 3, 2023 4:14 PM To: user@guacamole.apache.org Subject: Re:

RE: Mount remote directory in guacd connections

2022-12-12 Thread Sean Hulbert
You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4 AFCEA San Francisco Chapter V.P

FIPS 140-2 and Drive share

2022-12-11 Thread Sean Hulbert
Hello, So looks like there is an issue when Windows 2019 Standard has FIPS 140-2 enabled the Guacamole drive share breaks and you get a permissions error We know its FIPS related since we have a duplicate clone of the image with FIPS off and transfers work. There are no errors on the

Event trigger

2022-12-05 Thread Sean Hulbert
Hello, In the guacamole file transfer what is the event trigger or handle when the file upload is complete to the GUAC_USERNAME directory? Thank You Sean - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For

RE: Hos to use Nginx Proxy Manager as Reverse Proxy to access Guacamole remotely

2022-11-29 Thread Sean Hulbert
a location using the loopback + port Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4 AFCEA San

RE: OpenSSH-format private keys / Ed25519

2022-11-22 Thread Sean Hulbert
This is an issue with Openssh and how the keys are handled, you can either adjust the configuration or down grade ssh. You could add the following lines to your ~/.ssh/config and/or sshd_config Host * HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa Thank You Sean

RE: Guacamole & special characters issue

2022-11-15 Thread Sean Hulbert
X11 Layout: fr Log out and back in again and test. Hope this helps. Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how

RE: Guacamole REST API question/help

2022-11-15 Thread Sean Hulbert
You can try this curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' -d 'username=username=password' https://URLHERE curl -X DELETE https://GuacamoleServer:8080/Guacamole/api/tokens/1A065A4E9D59753CD427A03F8C 861B6D68B5CC245A75436707C66C234F8215E3 Thank You Sean Hulbert

Re: Guacamole & special characters issue

2022-11-13 Thread Sean Hulbert
This may not be a guacamole vnc issue, it maybe the debian keyboard mapping inside the Debian OS, I ran across this issue years ago with early development on xrdp.  Once I am back home I will post my solution fix , it may help. Sent by Android Ai hijacked INS communications 6G Original

RE: Configuration to recycle user sessions on Centos

2022-11-07 Thread Sean Hulbert
This is an xRDP, in either sesmen.ini or xrdp.ini set connections to 1 then there are timeouts that reset the connections.Or you can just right a bash script using awk sed detect a closed port port 3389 it resets the connection after nth time. Hope his helpsSeanSent by Android Ai hijacked INS

RE: State of Audio Input ?

2022-11-01 Thread Sean Hulbert
Hello Nick, I think this is what he is using https://github.com/stascorp/rdpwrap Thank You Sean Hulbert Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4

RE: Enabling Audio and/or Drive Breaks RDP

2022-10-21 Thread Sean Hulbert
/home/guacamole/share. Then you will need to make sure the guacd service is owner of the folder path chown –r guacd: /home/guacamole/share Note the –r maybe –R if you get an error. Hope this helps. Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric

RE: Allow additional layer of security for sharing profiles

2022-10-14 Thread Sean Hulbert
we do this as well after the upload is scanned for malware, then we allow access to the artifact. Look at direct interaction with the database for set parameters and process events. Hope this points you in the right direction. Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565

RE: [External] Re: Password Authentication not populating into RDP connection windows password field.

2022-10-03 Thread Sean Hulbert
Ok As Mike mentions the OS may have the NTLM enabled, you can try to disable it to test. If this still an issue and you are not logging in as the local/domain administrator add them the Trusted Remote Desktop Group. Then test. Thank You Sean Hulbert Security Centric Inc

RE: [External] Re: Password Authentication not populating into RDP connection windows password field.

2022-10-03 Thread Sean Hulbert
What version of operating system are you trying to access ?SeanSent by Android Ai hijacked INS communications 6G Original message From: "Johnson, Nachay [USA]" Date: 10/3/22 12:40 PM (GMT-08:00) To: user@guacamole.apache.org Subject: RE: [External] Re: Password

RDP - Remote App

2022-09-30 Thread Sean Hulbert
this hasn't been an option already to publish applications? Thank You Sean Hulbert CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s). Unauthorized

RE: RDP Configuration to auto-launch web browser to URL

2022-09-30 Thread Sean Hulbert
be universal; however, it is tailored to Windows Domain controller. Thank You Sean Hulbert Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE

RE: High memory usage on idle server

2022-09-13 Thread Sean Hulbert
Subject: Re: High memory usage on idle server Hi, Linux uses available Memory as file cache Look at „available“ There you can see that you‘ve got more than 9GB free Memory Regards Philipp Am 13.09.2022 um 19:07 schrieb Sean Hulbert mailto:shulb...@securitycentric.net.invalid

High memory usage on idle server

2022-09-13 Thread Sean Hulbert
Hello I am running Guacamole 1.4.0 (Ubuntu 20.04 TLS) with MySQL and MFA, we have 12G memory allocated to the server and its peaking 11G in usage when there are no connections. What is interesting, our other servers we have allocated 64G ram and on idle they consume 10G-12G; any thoughts

this user account is not currently valid

2022-09-12 Thread Sean Hulbert
them redo their MFA QR. Thoughts? Thank You Sean Hulbert If you have heard of a hacker by name, he/she has failed, fear the hacker you haven't heard of! CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It

Guacamole FIPS 140-2

2022-09-08 Thread Sean Hulbert
or is that based on Guest OS? 3. The MFA TOTP what is the location of control file or the pre-compiled code, we like to review it for adding additional functions. Thank You Sean Hulbert Security Centric Inc. A Cybersecurity Virtualization Enablement Company We don't just run you through

RE: authToken

2022-08-31 Thread Sean Hulbert
You can try curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' -d 'username=username=password' https://URLHERE curl -X DELETE https://GuacamoleServer:8080/Guacamole/api/tokens/1A065A4E9D59753CD427A03F8C861B6D68B5CC245A75436707C66C234F8215E3 Thank You Sean Hulbert

Security Scan

2022-08-29 Thread Sean Hulbert
5.0. Thank You Sean Hulbert

RE: Permissions

2022-08-25 Thread Sean Hulbert
a program that will run on the Guacamole server locking the file until it has been scanned, once done its released to the user. I am almost done with the program so far manual testing is working. Thank You Sean Hulbert From: Lee Doughty [mailto:l...@virginiacyberrange.org] Sent

RE: How the guacd-docker remotely accesses windows through the RDP protocol?

2022-08-24 Thread Sean Hulbert
is a presentation I did for industry (1900+ attendees) a couple of years ago (2020) http://cloudparadox.com/virtual/AFCEA-NOVA-Cloud_Security_v2.pdf Hope this helps. Thank You Sean Hulbert From: 方立 [mailto:chentiandon...@163.com] Sent: Wednesday, August 24, 2022 7:36 PM To: user

Events tracker for file upload stream

2022-08-24 Thread Sean Hulbert
is well then release it for user to drag and drop in to the desktop. The question is would this be a Guacd/Tomcat event or an NGINX event? Thoughts ? Thank You Sean Hulbert

RE: Permissions

2022-08-24 Thread Sean Hulbert
in to the environment? Thank You Sean Hulbert From: Sean Hulbert [mailto:shulb...@securitycentric.net.INVALID] Sent: Wednesday, August 24, 2022 5:42 PM To: user@guacamole.apache.org Subject: Permissions Hello Is there any reason why the GUAC_USERNAME for the file uploads

Permissions

2022-08-24 Thread Sean Hulbert
Hello Is there any reason why the GUAC_USERNAME for the file uploads permission cant be set to write only when dragging and dropping files in to the environment? Thank You Sean Hulbert

RE: Re: Guacamole on Chrome OS 103/104 ARM

2022-08-22 Thread Sean Hulbert
Guacamole instance vCPU 8x8 (64 cores) 128G RAM 100GB SSD 1000/1Mbps Networking Hope this helps Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you

RE: MFA Questions

2022-08-16 Thread Sean Hulbert
Roger that, no TOTP, will I need the SSO jar or CAS for the key fob? Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management

RE: MFA Questions

2022-08-16 Thread Sean Hulbert
? Thank You Sean -Original Message- From: ralph strebbing [mailto:blackbirdra...@gmail.com] Sent: Monday, August 15, 2022 6:16 PM To: user@guacamole.apache.org Subject: Re: MFA Questions On Mon, Aug 15, 2022 at 19:27 Sean Hulbert wrote: > >Thanks for this information. > > &g

RE: MFA Questions

2022-08-15 Thread Sean Hulbert
Thanks for this Ralph and Nick, and correct all I care about is a working key fob to rotate the codes. Looks like I have some work to get done and get a demo up. Thank You Sean Hulbert -Original Message- From: ralph strebbing [mailto:blackbirdra...@gmail.com] Sent: Monday, August

RE: MFA Questions

2022-08-15 Thread Sean Hulbert
Thanks for this information. Let me add one more piece in, reason I mentioned RSA SecurID is the key fob that changes the token every 60 seconds, the key fob is what I am trying to sync to the MFA, would the method you mentioned below still work? Thank You Sean Hulbert

MFA Questions

2022-08-15 Thread Sean Hulbert
Hello , Does Guacamole support RSA securID ? Thank You Sean Hulbert

RE: A question about performance.

2022-08-12 Thread Sean Hulbert
. Xenserver . Oracle How many sockets do you have? What are the Cores of the i7? Answer these I can give you best configuration for your system. Thank You Sean Hulbert Founder / CEO Work Ph: 925.663.5565 Security Centric Inc. A Cybersecurity Enablement

Cybersecurity white papers

2022-08-06 Thread Sean Hulbert
You Sean Hulbert Security Centric Inc. A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4 AFCEA San Francisco Chapter V.P. If you have heard of a hacker by name, he/she has

RE: guacd performance

2022-07-13 Thread Sean Hulbert
are going to see one heavy bill from AWS. Hope this helps! Thank You Sean Hulbert Security Centric Inc. A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management CAGE: 8AUV4 AFCEA San

RE: Prompt for username in windows

2022-06-29 Thread Sean Hulbert
\WinStations\RDP-Tcp] Change "SecurityLayer" value to 1 Verify "UserAuthentication" value is 0 Next time you login you will be presented with the Windows Login prompt. From: Sean Hulbert [mailto:shulb...@securitycentric.net.INVALID] Sent: Wednesday, J

Prompt for username in windows

2022-06-29 Thread Sean Hulbert
Hello, I use to know the registry setting to force windows to prompt for username password when leaving the guacamole username password blank. Any recall the HKEY location?

Guacamole Remote APP

2022-06-20 Thread Sean Hulbert
Hello Has guacamole advanced enough to launch remote applications not needing active directory or Microsoft OS? I like to launch apps from Ubuntu, Mint and other distributions, is this possible and if so does ||APPNAME and APP PATH valid for Linux kernels? Thank You

RE: Unable to get Guacmole to connect to hosts

2022-06-14 Thread Sean Hulbert
/etc/selinux/config then set SELINUX= disabled save and reboot The idea here is to eliminate potential blocks. Next I would check the firewall making sure the ports are open. Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 <http://www.securitycentric.

RE: Weird behaviour - RDP timeout

2022-06-14 Thread Sean Hulbert
Verify your NTP time is set to UTC verses standard time and date. Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 <http://www.securitycentric.net/> www.securitycentric.net A Cybersecurity Enablement Company We don't just run you through the motions, Ou

RE: Frequent disconnections occurring now

2022-06-08 Thread Sean Hulbert
running at once) What type of Hypervisor ? Microsoft Hyper-v Citrix Xenserver VMware ESXi Oracle cloud/virtual box ? The more I know about your infrastructure the better I can assist. Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 www.securitycentric.net

RE: Guacamole re-connection attempts never stop... they should?

2022-06-08 Thread Sean Hulbert
which admittedly are not guacamole problems -- but I believe the fact guacamole assumes machines will always be available or recoverable and never stops trying IS a guacamole issue. -Lee On Tue, Jun 7, 2022 at 7:18 PM Sean Hulbert mailto:shulb...@securitycentric.net.invalid>

RE: Guacamole re-connection attempts never stop... they should?

2022-06-07 Thread Sean Hulbert
This has to be a Docker image issue, We run a few guacamole servers and never experienced this issue, however we did built them from scratch and modified the kernels. Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 <http://www.securitycentric.

RE: ToTP

2022-06-06 Thread Sean Hulbert
Yet again, Nevermind, it was a NTP issue with the OTP device and the server QR off by 10minutes. Once time on both devices are synced everything worked. Thank You Sean Hulbert www.securitycentric.net <http://www.securitycentric.net/> A Cybersecurity Enablement Compa

ToTP

2022-06-06 Thread Sean Hulbert
't true we get "Verification failed. Please try again" We have tried MS Authenticator, Google Authenticator and FreeOTP, all wield the same results. We have restarted the services guacd tomscat and nginx, still same issue. Any Thoughts? Thank You Sean Hulbert Fo

RE: Guac 1.3.0 DEMO Box

2022-06-06 Thread Sean Hulbert
Never mind found the issue we use a NFS mount on DEMO and the permissions were set incorrectly, once reset to 755 everything worked. Thank You Sean Hulbert www.securitycentric.net <http://www.securitycentric.net/> A Cybersecurity Enablement Company We don't just r

Guac 1.3.0 DEMO Box

2022-06-06 Thread Sean Hulbert
working? As a FYI it was working up until about 20 days ago. Thank You Sean Hulbert <http://www.securitycentric.net/> www.securitycentric.net A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! System

Guacamole and provisioning platform

2022-06-03 Thread Sean Hulbert
ask about our Looking GlassT container for Guacamole. Thank You Sean Hulbert Work Ph: 925.292.4309 <http://www.securitycentric.net/> www.securitycentric.net A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to t

RE: Frequent disconnections occurring now

2022-05-31 Thread Sean Hulbert
. x3 1.4.0 Thank You Sean Hulbert Founder / CEO Work Ph: 925.292.4309 www.securitycentric.net <http://www.securitycentric.net/> A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! System Award Management

Re: User with access to only Active Sessions and History

2022-05-28 Thread Sean Hulbert
Write a script to read the cata log and parse the information out to a SIEM or web page for that user.  Or edit the raw files to only display active logs for. On privilege users.  Sent by Android Ai hijacked INS communications 6G Original message From: Nick Couchman Date:

RE: Access to Guacamole with OpenVPN (behind the Firewall)

2022-05-23 Thread Sean Hulbert
Open only port 443 TLS 1.3 and fall back to 1.2 Enable the database on Guacamole for connection storage information, it’s very secure. If you like to see a production demonstration that handles over 20+K connections let me know. Thank You Sean Hulbert Founder / CEO Work Ph

RE: Installing ffmeg-devel and tomcat

2022-05-10 Thread Sean Hulbert
d when our network admins block http going out and only allow https.   Harry   From: Sean Hulbert Sent: Monday, May 9, 2022 5:05 PM To: user@guacamole.apache.org Subject: RE: Installing ffmeg-devel and tomcat   No need to HTTPS and put extra overhead on a site and doesn’t require lo

  1   2   >