From 4f24808b8bdf0312c57c5b016d4304b2a5ef2a38 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 21:45:07 +0530 Subject: [PATCH 1/9] removed empty content --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d8fd39b..cd7683b 100644 --- a/README.md +++ b/README.md @@ -1307,9 +1307,6 @@ Binary Exploitation/pwn 64-bit buffer overflow challenges are often difficult because the null bytes get in the way of memory addresses (for the function you want to jump to, that you can usually find with `readelf -s`). But, check if whether or not the function address you need starts with the same hex values already on the stack (in `rsp`). Maybe you only have to write two or three bytes after the overflow, rather than the whole function address. -VisualBasicScript Reversing ---------------------------- - Miscellaneous ---------- From 38c19d76539b76a578025b900936d2b5ac4c2a0f Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 21:54:38 +0530 Subject: [PATCH 2/9] visual improvements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd7683b..1043f35 100644 --- a/README.md +++ b/README.md @@ -259,11 +259,11 @@ Esoteric Languages ----------------------- -* [https://tio.run/](https://tio.run/) +* [Try It Online](https://tio.run/) An online tool that has a ton of Esoteric language interpreters. -* Brainfuck +* [Brainfuck] This language is easily detectable by its huge use of plus signs, braces, and arrows. There are plenty of online interpreters, like this one: [https://copy.sh/brainfuck/](https://copy.sh/brainfuck/) Some example code: @@ -274,7 +274,7 @@ Esoteric Languages .<++++++++++++++++++++++.>++++++++++++++..>+.----.>------.+++++++.--------.<+++.>++++++++++++..-------.++. ``` -* COW +* [COW] This language is easily identified by numerous "MOO" statements and random capitalization. It has an option on [https://tio.run/](https://tio.run/). From 568574003f12f130aa97e0bf26aa8336c536bb61 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 21:55:30 +0530 Subject: [PATCH 3/9] renamed drupalgeddon to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1043f35..5fc1651 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Excess Script to scan Windows Samba shares. VERY GOOD TO RUN FOR WINDOWS ENUMERATION. -* Drupal [drupalgeddon](https://github.com/dreadlocked/Drupalgeddon2) +* [Drupalgeddon2](https://github.com/dreadlocked/Drupalgeddon2) Attack script for old or outdated Drupal servers. Usually very effective. From 84035fe8b669208530e41d0ac2283daaa7c53104 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:08:13 +0530 Subject: [PATCH 4/9] added links for esoteric langs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fc1651..9ec0ec4 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Esoteric Languages An online tool that has a ton of Esoteric language interpreters. -* [Brainfuck] +* [Brainfuck](https://esolangs.org/wiki/brainfuck) This language is easily detectable by its huge use of plus signs, braces, and arrows. There are plenty of online interpreters, like this one: [https://copy.sh/brainfuck/](https://copy.sh/brainfuck/) Some example code: @@ -274,11 +274,11 @@ Esoteric Languages .<++++++++++++++++++++++.>++++++++++++++..>+.----.>------.+++++++.--------.<+++.>++++++++++++..-------.++. ``` -* [COW] +* [COW](https://esolangs.org/wiki/COW) This language is easily identified by numerous "MOO" statements and random capitalization. It has an option on [https://tio.run/](https://tio.run/). -* [Malboge] +* [Malboge](https://esolangs.org/wiki/malbolge) An esoteric language that looks a lot like Base85... but isn't. Often has references to "Inferno" or "Hell" or "Dante." Online interpreters like so: [http://www.malbolge.doleczek.pl/](http://www.malbolge.doleczek.pl/) Example code: @@ -286,7 +286,7 @@ Esoteric Languages (=<`#9]~6ZY32Vx/4Rs+0No-&Jk)"Fh}|Bcy?`=*z]Kw%oG4UUS0/@-ejc(:'8dc ``` -* [Piet] +* [Piet](https://esolangs.org/wiki/piet) A graphical programming language... looks like large 8-bit pixels in a variety of colors. Can be interpreted with the tool [`npiet`][npiet] From e5b2d216496d4054b1fe80b754caf223ffa43c10 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:18:17 +0530 Subject: [PATCH 5/9] Added Interpreter for Ook! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec0ec4..d60cf08 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Esoteric Languages * [Ook!](http://esolangs.org/wiki/ook!) - A joke language. Recognizable by `.` and `?`, and `!`. + A joke language. Recognizable by `.` and `?`, and `!`. Online interpreter for this: [https://www.dcode.fr/ook-language] Example code: ``` Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. From 1d85af60c2537c445f544a0c4fb2da9ef1c2f607 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:20:45 +0530 Subject: [PATCH 6/9] updated rockstar section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60cf08..4a9284a 100644 --- a/README.md +++ b/README.md @@ -305,9 +305,10 @@ Ook. Ook. Ook! Ook? Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook! Ook! Ook? Ook! Ook? Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. ``` -* [Rockstar](https://codewithrockstar.com/) +* [Rockstar](https://esolangs.org/wiki/Rockstar) A language intended to look like song lyrics [github link](https://github.com/RockstarLang/rockstar). + Rockstar has an official online interpreter which you can find here: [https://codewithrockstar.com/online] below is fizzbuzz in Rockstar: ``` From 4eacd3aeec41d691f75c76b06739de9ada90100a Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:23:03 +0530 Subject: [PATCH 7/9] fixed visuals after update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a9284a..aef9f69 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Esoteric Languages * [Ook!](http://esolangs.org/wiki/ook!) - A joke language. Recognizable by `.` and `?`, and `!`. Online interpreter for this: [https://www.dcode.fr/ook-language] Example code: + A joke language. Recognizable by `.` and `?`, and `!`. Online interpreter for this language: [https://www.dcode.fr/ook-language](https://www.dcode.fr/ook-language) Example code: ``` Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. @@ -308,7 +308,7 @@ Ook! Ook! Ook? Ook! Ook? Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. * [Rockstar](https://esolangs.org/wiki/Rockstar) A language intended to look like song lyrics [github link](https://github.com/RockstarLang/rockstar). - Rockstar has an official online interpreter which you can find here: [https://codewithrockstar.com/online] + Rockstar has an official online interpreter which you can find here: [https://codewithrockstar.com/online](https://codewithrockstar.com/online) below is fizzbuzz in Rockstar: ``` From c45520998b30fc8658a77415e8f489734a8bf827 Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:29:00 +0530 Subject: [PATCH 8/9] Added exmple to cow --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aef9f69..5d65750 100644 --- a/README.md +++ b/README.md @@ -276,11 +276,17 @@ Esoteric Languages * [COW](https://esolangs.org/wiki/COW) - This language is easily identified by numerous "MOO" statements and random capitalization. It has an option on [https://tio.run/](https://tio.run/). + This language is easily identified by numerous "MOO" statements and random capitalization. It has an option on [https://tio.run/](https://tio.run/) Some example code: + +``` + MoO moO MoO mOo MOO OOM MMM moO moO + MMM mOo mOo moO MMM mOo MMM moO moO + MOO MOo mOo MoO moO moo mOo mOo moo + ``` * [Malboge](https://esolangs.org/wiki/malbolge) - An esoteric language that looks a lot like Base85... but isn't. Often has references to "Inferno" or "Hell" or "Dante." Online interpreters like so: [http://www.malbolge.doleczek.pl/](http://www.malbolge.doleczek.pl/) Example code: + An esoteric language that looks a lot like Base85... but isn't. Often has references to "Inferno" or "Hell" or "Dante." Online interpreters like so: [http://www.malbolge.doleczek.pl/](http://www.malbolge.doleczek.pl/) Some example code: ``` (=<`#9]~6ZY32Vx/4Rs+0No-&Jk)"Fh}|Bcy?`=*z]Kw%oG4UUS0/@-ejc(:'8dc @@ -294,7 +300,7 @@ Esoteric Languages * [Ook!](http://esolangs.org/wiki/ook!) - A joke language. Recognizable by `.` and `?`, and `!`. Online interpreter for this language: [https://www.dcode.fr/ook-language](https://www.dcode.fr/ook-language) Example code: + A joke language. Recognizable by `.` and `?`, and `!`. Online interpreter for this language: [https://www.dcode.fr/ook-language](https://www.dcode.fr/ook-language) Some example code: ``` Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. From 83d3ff4dfb634069a61a77ef13ff09d13d57f5be Mon Sep 17 00:00:00 2001 From: Souhit Dey Date: Sun, 24 Jan 2021 22:41:37 +0530 Subject: [PATCH 9/9] fixed casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d65750..1fc56ad 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Excess Script to scan Windows Samba shares. VERY GOOD TO RUN FOR WINDOWS ENUMERATION. -* [Drupalgeddon2](https://github.com/dreadlocked/Drupalgeddon2) +* [drupalgeddon2](https://github.com/dreadlocked/Drupalgeddon2) Attack script for old or outdated Drupal servers. Usually very effective.