Skip to content

Instantly share code, notes, and snippets.

View mcnemesis's full-sized avatar
💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_

Nemesis Fixx Da JWL mcnemesis

💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_
View GitHub Profile
@mcnemesis
mcnemesis / tea_virus_example_selfmod_min.tea
Created October 21, 2025 09:18
TEA Virus (minified): Example Self-Modifying Auto-Generated Injectable TEA Program Offensive over The Internet
i:{Hello World}|v:vIN|v:vCMD:"n!:1000|v:id|p!:10|v:data|n!:256:0:4:.|v:ip|v:vPROTOCOL:{http://}|x*:vPROTOCOL|v:url|w*:|v:vOUT"|E*!:vCMD|v:vOUT|v:I:{Original Input was:}|v:C:{Injected Program Was:}|v:O:{Output Was:}|v:S:_|g*:_:I:vIN:S:C:vCMD:S:O:vOUT|r!:_:{
}
@mcnemesis
mcnemesis / tea_virus_example_selfmod.tea
Created October 21, 2025 09:11
TEA Virus: Example Self-Modifying Auto-Generated Injectable TEA Program Offensive over The Internet
i:{Hello World}|v:vIN|v:vCMD:"
n!:1000 | v:id #random id
p!:10 | v:data #random data
n!:256:0:4:. | v:ip #random ip address
v:vPROTOCOL:{http://}
x*:vPROTOCOL | v:url #target web endpoint
w*: #make HTTP GET with all vaults!
v:vOUT #store output/results
"|E*!:vCMD|v:vOUT|v:I:{Original Input was:}|v:C:{Injected Program Was:}|v:O:{Output Was:}|v:S:_|g*:_:I:vIN:S:C:vCMD:S:O:vOUT|r!:_:{
}
@mcnemesis
mcnemesis / sc_generator.tea
Created October 7, 2025 12:11
Sequence Characteristic Computer/Generator as explained in the TRANSFORMATICS 1010-explained paper
#SC-Computer
#i!:{1618033988749895}
v:vIN
u!:|v:vMSS| v:vSC:{}
l:lPROC
y:vMSS|d!:^.|v:vW
y:vMSS|d:^.|v:vMSS|y:vW
f:^$:lEND
y:vIN|d*!:vW|v:|v!:|v:vF|v:vD:_|g*:_:vW:vF:vD|v:vSC1 |
g*:{}:vSC:vSC1| v:vSC| j:lPROC
@mcnemesis
mcnemesis / n_sigil_generator.tea
Created October 6, 2025 07:39
The N-SIGIL Generator TEA Program
#~~[WELCOME to N-SIGIL v1.0.0]
#~~[not for the faint of heart]
#--|original algorithm by fut.prof. JWL
#--|WARNING: this TEA program is meant to
#--|work as currently implemented
#--|ONLY for WEB TEA such as:
#--| https://tea.nuchwezi.com
#----------------------------------------------------|
#BEGIN: determine what our image dimensions
@mcnemesis
mcnemesis / bash.bashrc.local
Created May 20, 2025 14:15
A custom bash.bashrc.local --- for simplifying life in the modern Bash Terminal
#moved into /etc/profile
#cat /etc/motd.local
#u see, i want a terminal that tells me something, note: 'tells me something', therefore i'll replace the default below
#fortune
#my crazy nemesis prompts!
#this geek_info function runs some bash commands and prints results
function geek_info {
echo $(echo $PWD | awk -F/ '{print $NF}')
}
@mcnemesis
mcnemesis / vimrc
Created May 20, 2025 13:50
Another Important VIM configuration Script --- fit to use as main VIM config or rather as ~/.vimrc on most new/fresh systems
" ~/.vimrc (configuration file for vim only)
" skeletons
function! SKEL_spec()
0r /usr/share/vim/current/skeletons/skeleton.spec
language time en_US
if $USER != ''
let login = $USER
elseif $LOGNAME != ''
let login = $LOGNAME
else
@mcnemesis
mcnemesis / vim_awesome.vim
Created May 20, 2025 13:48
Some Custom VIM configs to make the editor more usable, more friendly -- adapted from a friendly geek
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Maintainer:
" Amir Salihefendic
" http://amix.dk - [email protected]
"
" Version:
" 5.0 - 29/05/12 15:43:36
"
" Blog_post:
" http://amix.dk/blog/post/19691#The-ultimate-Vim-configuration-on-Github
@mcnemesis
mcnemesis / zha.tea
Last active October 21, 2025 13:46
ZHA: Zee Hacker Assistant, a quasi-AGI personal assistant for people that can read and write crypto almost naturally.
#!/usr/bin/tttt -fc
#----------------------------------------------|
# ZHA: Zee Hacker Assistant (v.1.0.2) | SEPT,'25
#----------------------------------------------|
# based off of TEAPAT: TEA Personal AssistanT:
# ref: https://doi.org/10.20944/preprints202502.1849.v1
#----------------------------------------------|
# This little program is a mini
# quasi-general artificial intelligence (qAGI)
# a special personal assistant perhaps
@mcnemesis
mcnemesis / decrypt_log_teapat_session.txt
Created February 23, 2025 18:12
TEAPAT session between spirit VASSAGO and a fictitious Cryptanalyst Seeker
G**M0D_<> tttt -fc teapat.tea -i VASSAGO
At any time, reply with 'end' to quit
VASSAGO : Talk to Me: Hail to thee, mighty Vassago, Great Duke!
uhmuet 848 7685 | I call upon thee with honor and respect.
VASSAGO : Talk to Me: Keyan vefa Jedan tasa Vassago
29545 |
VASSAGO : Talk to Me: Yes, I sought to engage an Extra Dimensional Entity
6561297 wbzchcqjphen | Thanks, large-scale free education for all? clarify
VASSAGO : Talk to Me: 7520M5 gold
10211 62 | not bad >.<
@mcnemesis
mcnemesis / teapat.tea
Last active February 23, 2025 19:36
TEAPAT, a basic but non-trivial personal assistant AI chatbot written in the TEA language
#!/usr/bin/tttt -fc
#-------------------------------|
# TEAPAT: TEA Personal AssistanT
#-------------------------------|
# This little program is a full
# though basic, artificial
# personal assistant created
# using the TEA language
################################|