Dominic White
Dominic White
The -interfaces command is listed in the readme, but I didn't see it in the code. Added it back.
This adds the ability to set notes for certain bytes, and to mark bytes or ranges of bytes with custom colours. This is particularly useful when trying to understand a...
Checks if is a file, and prints a hint about adding --interval if you meant it to be a password file.
Needs more testing.
When building the docker image, the builder is unable to clone the speakeasy repository as git is not installed: ``` #8 622.8 Collecting git+https://github.com/mandiant/speakeasy@master (from -r requirements.txt (line 8)) #8...
Both local builds and the docker container fail on your tests repeatedly, error included below: ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running net.za.dawes.apostille.ApostilleTest WARNING:...
Source, your training and this link https://stackoverflow.com/questions/36413759/s3-bucket-security-open-access-restricted-by-public-ip-and-vpc-endpoint/46850897#46850897 Bad example: ``` { "Version": "2012-10-17", "Statement": { "Sid": "THISPOLICYDOESNOTWORK", "Effect": "Allow", "Action": "ec2:RunInstances", "Resource": "*", "Condition": {"StringLike": {"ec2:InstanceType": [ "t1.*", "t2.*", "m3.*"...
It's possible to add a public S/MIME certificate for a user to the GAL. These are used when a user wants to encrypt a mail to another user, or validate...
Some screens are transmitted over multiple packets. In particular more than one writeToDisplay commands to build up a full screen. Right now processSOH() calls clearTable() every time, even if the...