kisst
kisst
It was a topic here before but with a wrong approach ( IMHO ) #953 The idea is simple, if an ISP continuously scanning / doing nasty stuff then the...
In case the user is not a member of the `LOCAL_MARKER_GROUP` then the script will not return anything anyway so fall fast will speed up the authentication, my own test...
The tool is great but npm / yarn as a delivery method is a big show stopper for some of us, apparently node can build [fully-static](https://github.com/nodejs/node/wiki/statically-linked-executable) as well, so as...
Just turn on github web pages and boom https://kisst.github.io/others/ has it deployed right now.
To this day, this is the best collection of structured database about backups ( at least what I know of ) but to make it even more useful, a simple...
In 2022 July AWS [announced](https://aws.amazon.com/about-aws/whats-new/2022/07/aws-identity-access-management-iam-roles-anywhere-workloads-outside-aws/) the option to authenticate external to AWS entities based on X.509 certificates. Switching away from long lived access keys, should be the trivial way to...
In case a SG rule allow connection from an other account ( across VPC peer ) the generate crashing with the following error: ``` Traceback (most recent call last): 16:...
The error: ``` /var/lib/gems/2.3.0/gems/aws-sdk-core-2.10.21/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call': MultiFactorAuthentication failed, must provide both MFA serial number and one time pass code. (Aws::STS::Errors::AccessDenied) ``` The setup: Account A: access key Account B: assume role,with...
Peered networks can be detected based on if the route table endpoint is a peer, so that IP pool can be marked different "external" as that is still in a...
It would be nice to see the resources and not only the groups, it is a great tool if you have only one security group per a server, but not...