CravateRouge
CravateRouge
The AllExtendedRights and UserForceChangePassword rights allow also to change the password of the computer. It will probably not be seen in production environment but can be useful in CTF.
Add "Active Cert" functionality on domain names for intel as suggested in issue #802 . Today with SNI (server name indication) a different TLS certificate can be sent by the...
I would like to grab the DNS names in the certs of the services using TLS related to a domain name. For example: ```amass intel -d github.com -active -p 443```...
In the config.ini file, it's possible to set up a path like `output_directory =$HOME/amass` and the environment variable `$HOME` will be automatically expanded as `/home/johndoe`. But if you put something...
AD supports SASL Digest-MD5 for authentication on LDAP for example. But as stated in [RFC2831](https://datatracker.ietf.org/doc/html/rfc2831#section-2.1.2.1) the response-value sent by the client contains` md5(user:realm:password)`. A [blog post](https://oceansls.com/2013/07/16/why-ldap-binds-fail-if-im-using-users-distinguished-name-dn-with-md5-digest-in-an-activedirectory-environment/) says the following: "_so...
Why do you use KeyboardEvent.keyCode that is deprecated and needs extra work in your [examples](https://github.com/Samsung/cordova-plugin-toast/blob/master/sample/media/media-src/www/js/init.js) (linking keyCodes to names in a [collection](https://github.com/Samsung/cordova-plugin-toast/blob/master/docs/toast.inputdevice.md#supported-keys-by-platform)) instead of using KeyboardEvent.code where you just have...
I did not see any API for storage embedded with TOAST. I see that local storage is used a lot but I would need to store more than 5MB (>100MB)...
Using the rolling release 0c46f7fa4fd1792d15ca822c63bbb1524229c43f, I had the following error: ``` 2022-10-15T18:54:58+02:00 ERR unable to continue processing workflows for this subscription error="json: cannot unmarshal string into Go struct field Recurrence.value.properties.definition.triggers.recurrence.interval...
I put all the examples in this PR
When I have the following scenario: 1. Users of the Security Group Domain Admins have the right to write attributes of the user Jane 2. John has the right to...