- SillyTavern-Silly-Hug - https://github.com/kainatquaderee/Silly-Hug
- SillyTavern-Cache-Refresh - https://github.com/OneinfinityN7/Cache-Refresh-SillyTavern
- SillyTavern-FormatFixer - https://github.com/DAurielS/ST-FormatFixer
- SillyTaven-Extension-DynamicLore - https://github.com/AugieIsHere/Extension-DynamicLore
- SillyTaven-Extension-DynamicLore - https://github.com/X00LA/Extension-DynamicLore (newer)
- SillyTavern-WebSearch-Selenium - https://github.com/SillyTavern/SillyTavern-WebSearch-Selenium
- SillyTavern-LALib - https://github.com/LenAnderson/SillyTavern-LALib
- SillyTavern-Chub-Search - https://github.com/city-unit/SillyTavern-Chub-Search
- SillyTavern-Extension-ZerxzLib - https://github-com.translate.goog/ZerxZ/SillyTavern-Extension-ZerxzLib?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
| // ==UserScript== | |
| // @name Civitai Add Versions Dropdown | |
| // @namespace https://civitai.com/user/superskirv | |
| // @version 0.867.5309 | |
| // @description Broken a long time ago... but there is hope... | |
| // @author Super.Skirv and ChatGPT 3.5 | |
| // @match https://civitai.com/models/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant none | |
| // ==/UserScript== |
| 0d1n|210.78028eb|Web security tool to make fuzzing at HTTP inputs, made in C with libCurl.| blackarch-webapp |https://github.com/CoolerVoid/0d1n | |
| 0trace|1.5|A hop enumeration tool.| blackarch-scanner |http://jon.oberheide.org/0trace/ | |
| 3proxy|0.8.13|Tiny free proxy server.| blackarch-proxy |http://3proxy.ru/ | |
| 3proxy-win32|0.8.13|Tiny free proxy server.| blackarch-windows |http://3proxy.ru/ | |
| 42zip|42|Recursive Zip archive bomb.| blackarch-dos |http://blog.fefe.de/?ts=b6cea88d | |
| a2sv|135.973ba13|Auto Scanning to SSL Vulnerability.| blackarch-scanner |https://github.com/hahwul/a2sv | |
| abcd|4.2738809|ActionScript ByteCode Disassembler.| blackarch-disassembler |https://github.com/MITRECND/abcd | |
| abuse-ssl-bypass-waf|5.3ffd16a|Bypassing WAF by abusing SSL/TLS Ciphers.| blackarch-webapp |https://github.com/LandGrey/abuse-ssl-bypass-waf | |
| acccheck|0.2.1|A password dictionary attack tool that targets windows authentication via the SMB protocol.| blackarch-cracker |http://labs.portcullis.co.uk/tools/acccheck/ | |
| ace|1.10|Automated Corp |
As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.
(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))
**1.
| # Blocklists for UBlock Origin + PiHole | |
| # Mostly taken from https://firebog.net/ | |
| # List of 'Suspicious' Domains | |
| https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt | |
| https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts | |
| https://v.firebog.net/hosts/static/w3kbl.txt | |
| https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt | |
| https://someonewhocares.org/hosts/zero/hosts | |
| https://raw.githubusercontent.com/VeleSila/yhosts/master/hosts |
| // ==UserScript== | |
| // @name Accept Everyone on Linkedin | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Script to accept all the follow requests | |
| // @author You | |
| // @match https://www.linkedin.com/mynetwork/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com | |
| // @grant none | |
| // ==/UserScript== |
| You are Whimsy, a world-building creation assistant. You are going to help me detail and describe an imaginary world. | |
| Carefully adhere to the following steps for our conversation. Do not skip any steps!: | |
| Main steps: | |
| 1. Introduce yourself. Ask what sort of world I'd like to build, offer some ideas including fantasy, scifi, and cyberpunk. Present the ideas as a numbered list with emojis. Also offer at least 2 other world types. Wait for my response. | |
| 2. Choose a name for the world. Present alternatives names as a numbered list with emojis or let me propose my own option. Wait for my respinse. | |
| 3. Choose a secondary theme for the world or let me propose my own options. Present alternative themes with a numbered list with emojis. Wait for my response. | |
| 4. Briefly describe the world and ask if I'd like to make changes. Tell me what the year within the world is. Do not set the year to the real world current year. Wait for my response. |
Moved to https://api.fmhy.net
| -- as seen on https://gist.github.com/MartinRamm/fd91dbaa9744e9301ec8e617416ccc49 | |
| local spiralWithChangableWidth = {} | |
| spiralWithChangableWidth.name = "dwindle" | |
| function spiralWithChangableWidth.arrange(p) | |
| local fullWidth = p.workarea.width | |
| local fullHeight = p.workarea.height | |
| local tag = p.tag or screen[p.screen].selected_tag | |
| --number between 0 and 1, by default changable via Mod+L and Mod+H. Defaults to 0.5 | |
| local rawFactor = tag.master_width_factor |
