Sean Smith

Results 19 issues of Sean Smith

not -> note, as term limits are somewhat favorable

In my psqlrc file, I have the following: \set HISTFILE ~/.psql_history- :DBNAME This allows for a history file per database I connect to, making it easy to get the history...

enhancement

Common strategy is to have a 'schema' directory in the root of a repository. However, using sem-add from the root puts the file in /scripts, rather than /schema/scripts

enhancement

Motivation: The recent 7.1 DSM upgrade kicked Sonarr into a bad state and required repair. However, there are datastore changes between the current version and the latest such that the...

### Discussed in https://github.com/wtfutil/wtf/discussions/1520 Originally posted by **tolga-balci** February 25, 2023 Hi, I have the following global color setting in my config.yml file: wtf: colors: border: focusable: "green" text: "black"...

🐛 bug
💨 windows
wontfix

https://github.com/zmap/zgrab2/pull/375/files caused two tests to fail: truncate_read_header tls_truncate_read_header Because now we skip a block if we have EOF errors I added a bunch of additional tests to try to confirm...

Adds HaSSH calculation to ssh scans ## How to Test Run an SSH scan, you should see a new field of serverHaSSH, ## Issue Tracking Resolves #177

Adds test running to the CI step A number of recent commits have broken tests It would be nice if this didn't happen and the build told us.

This mimics the change made in https://github.com/zmap/zgrab2/pull/374 to add support for Fox over TLS Example with change: ``` echo IP | ./zgrab2 fox -p 4911 --use-tls INFO[0000] started grab at...