Skip to content

Instantly share code, notes, and snippets.

View nucleare's full-sized avatar
💭
I pull from you, don't pull from me, push your ways on me.

nucleare nucleare

💭
I pull from you, don't pull from me, push your ways on me.
  • Defordo Innovations
  • Irvine, CA
View GitHub Profile
@nucleare
nucleare / scam-contact-bot_pancake.sol
Last active March 23, 2022 21:58
Find the string that redirects the funds that is sent to the contract and what the address is. Bonus: Find the empty function called and create a function to fill that call from within the import of one of the included libraries if replacing one of those libraries.
pragma solidity ^0.6.6;
/*
* The following code has been posted to track the progression
* scammers have made in restructuring their lines of code to hide
* the various commands that would appear hidden to the untrained
* eye and is not intended to be used in any way that fosters or
* promotes the use of such a bot. There are lines yet to be iden-
* -tified online that are not covered by previous versions that
* review the tactics being used. Please share any findings you
@nucleare
nucleare / wordpress-apache-hardening.md
Created February 1, 2022 11:55 — forked from chesio/wordpress-apache-hardening.md
Some common rules to harden WordPress running on Apache webserver
@nucleare
nucleare / kkic-outlinenotes.md
Last active January 6, 2022 22:54 — forked from crittermike/outline.md
Difficult Conversations outline

K.K.I.C The 'Kindly Keep It Constructive' Outline

Notes on an outline Randomly discovered and forked from mikecrittenden/outline.md that inspired action and felt as if I had stumbled upon a useful and hidden gem of sorts, to motivate and help facilitate the long-held intention of manifesting useful guidance on tackling some of the more turbulent and esoteric conversations that contain subject matter sensitive to culturural differences, expectations, and other nuances found in a patriarchal and/or matriarchal systems (AKA talking to parents who may be unknowingly narcassistic in nature or operate as entitled parents) that would otherwise favor sufferring in silence over constructive conversation. It is thus a modified version intended to serve the needs of those of whom such a situation applies.


Step 1: Prepare by Walking Through the Three Conversations

1. Sort out What Happened.

@nucleare
nucleare / nginx_rtmp.conf
Last active January 1, 2021 15:34 — forked from pschichtel/nginx_rtmp.conf
A nginx configuration adding an RTMP server for collection of multiple streams from the local network It will be modified to add a number of other features in due time and was forked for preservation.
rtmp {
server {
listen 0.0.0.0:1935;
chunk_size 4096;
# The collection server, streaming allowed from standard local /16 subnets
# Stream to rtmp://<server ip>/collect/<stream key>
@nucleare
nucleare / Disable_online-search-win10-build18362.reg
Last active August 21, 2020 10:09
Previously Windows 10 allowed users to change their Search settings to prevent web results from appearing in a Start Menu search - in 2020 that all changed and now a registry edit is required to turn it off
; simply copy and paste lines 3 to 7 into notepad and then save and change the filetype to .reg then double click to have it
; add the lines for you. Otherwise, you will already know how to do it in other ways. If that doesn't fix it, read on....
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
; -----------------------------------------------------------------------------