update burp script to draw less rescourses

This commit is contained in:
Simon
2025-07-06 13:46:43 +00:00
parent 3c9c9c8cd3
commit 97617735e4
4 changed files with 358 additions and 56 deletions

View File

@@ -260,6 +260,17 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
// options: vec![],
// nsfw: true,
// });
status.add_channel(Channel {
id: "fapello".to_string(),
name: "Fapello".to_string(),
description: "Free Onlyfans Content".to_string(),
premium: false,
favicon: "https://www.google.com/s2/favicons?sz=64&domain=fapello.com".to_string(),
status: "active".to_string(),
categories: vec![],
options: vec![],
nsfw: true,
});
status.add_channel(Channel {
id: "spankbang".to_string(),
name: "Work in Progress - SpankBang".to_string(),