-
**Describe the bug**
I want to get process metrics of a linux station. So i'm using a collector as an agent with "hostmetrics". When launching the service, i get errors on "process" scraping. the mes…
-
Hello!
I wanted to ask if it was alright if I referenced this tool in a HackTricks pull request, as it says we need to 'ensure that you only upload content that you own or that have permission to s…
-
-
This is the list of requested features that I haven't find the time to create yet and aren't top priority.
**Help is wanted for the following tasks**:
- [ ] Profiles-based audit for business models …
-
https://frogy.gitbook.io/cyber-frogys-little-world/redopsready
https://frogy.gitbook.io/cyber-frogys-little-world/web-pentest-checklist
-
### 您希望的更新和改进是什么 | Update or Improve
比如这个页面 `https://www.uvicorn.org/release-notes/#0300-2024-05-28`
翻译的时候会优先翻译左侧和右侧的目录,最后才翻译中间的内容,但用户最关心的其实是中间的内容
特别是这种目录很长的页面 ,得等一会儿才能开始翻译正文内容
![image](https://gi…
-
### Template Information:
The Spring Boot Framework includes a number of features called actuators to help you monitor and manage your web application when you push it to production. Intended to …
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
The probl…
-
### Description of the bug
Hello,
I am a big fan of 13ft and have my own instance running as well! Very cool. You're amazing making stuff like this at 17.
One thing I've discovered though is th…
-
### Describe the bug
The following query causes stack overflow in rust
```SQL
SELECT seq
FROM (
SELECT seq,
LEAD(seq) OVER (ORDER BY seq) AS next_seq
FROM parquet_table
…