Dominique RIGHETTO

Results 30 issues of Dominique RIGHETTO

Hi, This PR (fix and replace the PR #745) add other possible types of SSH key files and variations on the extensions: * identity * id_dsa * id_ecdsa * id_ed25519...

Hi, Do you think that a dictionary with the collection of environment names can be interesting/useful? A search on **[uat](https://github.com/danielmiessler/SecLists/search?q=uat)** terms shown that this environment name is already present in...

enhancement
help wanted

# Describe the feature wanted Add detection of the [map file](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map) in the script [extract-spa-low-hanging-fruits.py](https://github.com/righettod/burp-piper-custom-scripts/blob/main/extract-spa-low-hanging-fruits.py): ```javascript //... //# sourceMappingURL=main.dqfcf86f.chunk.js.map ```

enhancement

Add logging of WebSocket message sent when support will be added in API. ![image](https://user-images.githubusercontent.com/1573775/65829306-72cc0d00-e2a4-11e9-8f2b-8412def45285.png)

enhancement

* Number of hit by verbs: `SELECT HTTP_METHOD, COUNT(HTTP_METHOD) AS CNT FROM ACTIVITY GROUP BY HTTP_METHOD ORDER BY CNT DESC,HTTP_METHOD;` ![image](https://user-images.githubusercontent.com/1573775/99687300-ca1ed500-2a84-11eb-86b8-4bb3a032f1ea.png) * Number of hit by domains: `SELECT TARGET_URL FROM...

enhancement

Hello, It is possible to add the capability in the tool to print the response received ? Thanks a lot again for this toolkit 👍

## What is missing or needs to be updated? I have found this [post](https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610) about *Dependency Confusion* attack and I think that it can be interesting to add a section...

ACK_OBTAINED
UPDATE_CS

- [ ] [rack legacy zip encryption with Biham and Kocher's known plaintext attack. ](https://github.com/kimci86/bkcrack)

enhancement

Add the following new test case based on the PortSwigger new labs in this script [identify-host-header-abuse.py](https://github.com/righettod/toolbox-pentest-web/blob/master/scripts/identify-host-header-abuse.py): ![image](https://user-images.githubusercontent.com/1573775/184470506-7295559a-87f4-4a4a-ba2e-3202d3bb2b9e.png) Course: https://portswigger.net/web-security/host-header/exploiting#connection-state-attacks Lab: https://portswigger.net/web-security/host-header/exploiting/lab-host-header-host-validation-bypass-via-connection-state-attack

enhancement

Add the following features to the script [identify-internal-packages.py](https://github.com/righettod/toolbox-pentest-web/blob/master/scripts/identify-internal-packages.py). - [ ] Add support for RUST: ![image](https://user-images.githubusercontent.com/1573775/148026587-2df683f6-4513-4cae-bc47-46454682825a.png) - [x] Add an option to detect packages for which the source repository does...

enhancement