inceabdullah

Results 11 issues of inceabdullah

Added dynamic pcap file path with: ``` mitmweb -s mitmpcap.py --set pcapfile=/tmp/output.pcap ```

#### Description I have added **showhost** option in har_dump.py script to convert into har file, replacing address of urls with pretty_host. Use: ``` mitmdump -nC mitm_dump -s har_dump.py --set showhost=true...

Start on the port 443 with TLS1.3 ```bash docker run -it --rm -v$PWD/cert/cert.pem:/etc/ssl/certs/cert.pem -v$PWD/cert/key.pem:/etc/ssl/private/key.pem -p443:443 speedtest ```

wontfix

Default image has vulnerability (Log4Shell CVE ) But php:7.4.29-apache has not it.

When I want to create new server over a socket file, I have to check if file exists. if it does, then I unlink it. Then start serve func. I...

Fix error `flow.server_conn.ip_address[:2]` is null, changed to: `flow.server_conn.peername[:2]` for client also

in the issue https://github.com/RedisJSON/RedisJSON/issues/879 says that: regex patterns with backslash (`\`) cannot be used properly example snippet is: ```bash > json.get store '$.inventory.headphones[?(@.date =~ "2+")]' [{"id":12345,"name":"Noise-cancelling Bluetooth headphones","description":"Wireless Bluetooth headphones...

It's time to upgrade to Bookworm. I encountered a `libc6 (>= 2.34)` error in older versions.

Hello, I generally use openfortivpn with docker. There are some fortivpnclient docker images but not `openfortivpn`. So I would like to add Dockerfle to use it everywhere. in Docker needed...