EvilWatermelon

Results 18 issues of EvilWatermelon

Hi, I'm currently trying to write an App that lists all of my installed apps and apks paths to upload them into a vulnerability scanner. Can you tell me which...

After adding the `Header` param nothing changed. The `ServiceRequest` didn't showed my header. Do I have to do something on `actix_web` side? ```rust #[utoipa::path( context_path = "/tools", tag = "tools",...

Since 2-3 days I get a `404` error when using the following Dockerfile and then calling the endpoints of my REST API ``` # Build stage FROM rust:slim-buster as builder...

Hi, is it possible to insert and update the iplists into my MySQL DB with `update-ipsets`?

While testing the example from the README I get the following error: ```python Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license"...

Hi, are there any common rules for ` iptables` in order to prevent a "breakout" of the trapped malware?

Hi, is there a return value that shows if the website has tracking data or not?

Is it possible to outsource the different HTTP response status code explanations? Because these descriptions are making my code very large. ```rust #[utoipa::path( context_path = "/user", tag = "user", responses(...

Hi, I want to show an example for my HTTP Response. ```rust #[utoipa::path( context_path = "/management", tag = "management", request_body = Signup, responses( (status = 201, description = "Successfully created...

I would like to get the whois results as a JSON object like `WhoIsLookupOptions::from_string("some ip").into_json()`