Andrei Paraschiv
Andrei Paraschiv
Hi, I tried searching for posts. I need to find those having a post with a certain title with the "draft" status. ``` SearchRequest sr = SearchRequest.Builder.aSearchRequest(Post.class) .withUri(Request.POSTS) .withFilter("title",episode.getTitle()) .withFilter("status","draft")...
[https://forum.blubrry.com/index.php?topic=3466.0](https://forum.blubrry.com/index.php?topic=3466.0) I read here that you need to add information to custom fields in order to do this `$enclosure_value = $row['url']; $enclosure_value .= "\n"; $enclosure_value .= $row['size']; $enclosure_value .= "\n";...
make database treeview uneditable when doing other stuff
check if exploits and payloads files are ok and show an error on startup if they aren't
string pageHtml = queryRunner.GetPageHtml(url, null);//@TODO:proxify
string possiblyVulnerableUrl = Seringa.Engine.Utils.UrlHelpers.GeneratePossibleVulnerableUrl(url);//TODO:multiple possible vulnerable urls in MainWindow.FilterUrls.cs line 50
the number of urls returned from google is hardcoded the user should input this in a textbox or a select item