| Name | Description |
|---|---|
| Comments | Additional information that should be displayed for diagnostic purposes. |
|
| chrome.tabs.create({ | |
| url: tabUrl, | |
| index: tab.index + 1, | |
| active: false | |
| }, | |
| function (tab) { | |
| const m = navigator.userAgent.match(/Chrome\/([\d]+)/); | |
| /* attempt to workaround issue introduced in Chrome 94+ | |
| https://bugs.chromium.org/p/chromium/issues/detail?id=1245803 |
| import "vt" | |
| rule ms_hwc_sig_kmdf_driver_no_prod_info | |
| { | |
| meta: | |
| license = "4-Clause BSD" | |
| strings: | |
| $ms_hwc_serial = { 33 00 00 00 B5 21 3F CA 1E 4A A0 3D E4 00 00 00 00 00 B5 } | |
| $kmdf_library = "KmdfLibrary" nocase wide ascii | |
| $prod_name = "ProductName" wide |
| /* | |
| https://www.geeksforgeeks.org/how-to-insert-text-into-the-textarea-at-the-current-cursor-position/ | |
| https://stackoverflow.com/questions/4069982/document-getelementbyid-vs-jquery | |
| */ | |
| $(e.selector)[0].selectionStart | |
| // use selectionEnd to get delta of selected text | |
| $(e.selector)[0].selectionEnd |
| Windows Registry Editor Version 5.00 | |
| ; First set the URLAction to control APPLET behavior | |
| ; Zone 3 is the Internet zone | |
| ; 1C00 is the Java invocation policy | |
| ; dword:00000000 sets the policy to disable | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] | |
| "1C00"=dword:00000000 | |
| ; Then set the Internet Explorer kill bit to block OBJECT tag invocation |
| 7z e CoreInstaller.msi OrionCore.cab |
| # If python3.9 was installed, this will revert python3 to use 3.8 (if still present in brew cellar) | |
| brew link --overwrite python@3.8 |
| #-------------------------------------------------- | |
| # VRT Rule Packages Snort.conf | |
| # | |
| # For more information visit us at: | |
| # http://www.snort.org Snort Website | |
| # http://vrt-blog.snort.org/ Sourcefire VRT Blog | |
| # | |
| # Mailing list Contact: snort-users@lists.snort.org | |
| # False Positive reports: fp@sourcefire.com | |
| # Snort bugs: bugs@snort.org |
| # ------------------------------------------------------------------------------ | |
| # /etc/tlp.conf - TLP user configuration | |
| # See full explanation: https://linrunner.de/en/tlp/docs/tlp-configuration.html | |
| # | |
| # New configuration scheme (TLP 1.3). Settings are read in the following order: | |
| # 1. Intrinsic defaults | |
| # 2. /etc/tlp.d/*.conf - Drop-in customization snippets | |
| # 3. /etc/tlp.conf - User configuration (this file) | |
| # |
| \.(\w{3})\n | |
| [.]$1\n |