Pamela R. Hunt
Pamela R. Hunt
Change the regex to: `([13]|bc1)[A-HJ-NP-Za-km-z1-9]{27,34}` in order to support addresses like `bc1xxxxxxxxxxx...`.
A real-world application sends login details in a POST request over HTTP to the server, where the body is JSON like `{"username":"myst","password":"mystberry"}`. An upgrade would look for similar short JSON...
The link to http://dsniff.modtwo.com in the project sidebar description is broken.
I have a specific use case, and I'm looking for help creating documentation for this use case. I want to intercept all outgoing SSH connections from the computer I'm running...
I want to enable super seeding at the time that I add a torrent via an additional parameter to `qbt_client.torrents_add(urls='...')`, like `qbt_client.torrents_add(urls='...', enable_super_seeding=True)`. I don't want to have to lookup...
Some email providers (like Protonmail) block emojis. It would be very helpful if there existed a config option that replaced emojis with plain text content.
Add another notification option: XMPP. Testing and setup can be done with a desktop program like Jabber. XMPP is a secure and anonymous messaging service that carries far less overhead...
Showing the full link makes it more clear that the link goes directly to the proxy configurator
When proxying the DNS requests, can this tool send the response using proper [0x20 DNS encoding](https://datatracker.ietf.org/doc/html/draft-vixie-dnsext-dns0x20-00)? Does it do this by default? I would suggest adding a note about this...
**Describe the bug** I believe that configuration options should be used in this order: 1. If a CLI argument is specified, use it. 2. If a configuration file is specified...