Sangharsha
Sangharsha
I tried downloading waymore then I got error while building wheel for psutil. **pip install waymore** It gave me below error , I tried to run apt-get install gcc python3-dev....
Added Termux Setup Guide and Configuration for beginner's. It includes topics: 1. About Termux and it use's. 2. Exporting Path's 3. Using termux for bug hunting.etc
In this PR , To properly handle **file operations and ensure that the file is closed** after it's no longer needed, you can use a with block. I have updated...
In this PR , I have replaced `xml.etree.ElementTree.fromstring` with `defusedxml.ElementTree.fromstring` As `defusedxml.ElementTree.fromstring` is secure and `ET.fromstring(content)` amking this function secure.
In this PR i have removed `=` with ` is ` operator while Comparing with **None** Follwing [pep-8](https://peps.python.org/pep-0008/#programming-recommendations)
**Added Validation for -d (debug) and -v (verbose) Flag W** In this PR i have Implemented a check to **ensure that if the -d and -v flag is used without...
### Describe your feature request Nuclei used to support in Android before i was using in **termux** . The latest version doesn't support it ### Describe the use case of...
Domain Given without scheme won't be open by `termux-open-url` . #147 Issue will be solved by this PR
In this PR I have added script for the `https:// `scheme to URLs that do not already include a scheme.I have specifically added support for **https://** as it is more...