Skip to content

Instantly share code, notes, and snippets.

View Juwon1405's full-sized avatar

Bang Juwon(方ジュウォン) Juwon1405

View GitHub Profile
[
{
"cmd": "linux_terminal",
"act": "Linux Terminal",
"prompt": "I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is pwd",
"tags": [
"awesome-chatgpt-prompts"
],
"enable": true
},
@Juwon1405
Juwon1405 / macOS_major_artifacts.md
Created July 31, 2023 08:19
macOS_major_artifacts
Full Path                                Description                                                                                                                                                          
/var/log/system.log                      System-wide log file that contains messages from all processes, including kernel events and system errors.                                                          
/var/log/secure.log                      Log file containing authentication and authorization-related events, such as successful and failed login attempts, password changes, and user additions/removals.
/var/log/wifi.log                        Log file documenting wireless network actions, including connections, disconnections, and diagnostic information.          

Summary of Cognitive Research: Principles and Implications

Christopher R. Madan and Megan A. Sumeracki published a tutorial review that aims to shed light on six cognitive strategies with proven effectiveness in learning and teaching. The study was published on January 24, 2018, and has since been accessed 131,000 times, cited 75 times, and scored 786 on Altmetric [1].

Key Learning Strategies

  1. Spaced practice: This strategy suggests that spacing out study sessions over time leads to greater retention of information, compared to cramming or studying the same material in one sitting. It stems from the "new theory of disuse", which proposes the existence of retrieval strength and storage strength in memory. When studying, both strengths receive a boost, but cramming tends to boost retrieval strength more than storage strength, resulting in rapid forgetting [1].

  2. Interleaving: Interleaving involves alternating between different topics or types of problems during study sessio

@Juwon1405
Juwon1405 / [Tips-and-Tricks] how-to-copy-github-wiki.md
Created July 31, 2023 18:21
[Tips-and-Tricks] how-to-copy-github-wiki.md

author: Juwon1405

How to import a github wiki

Unfortunately, GitHub does not directly support the ability to fork a wiki page like you would a repository. However, you can clone the wiki as it is its own separate git repository.

Here's how you can do it:

  1. First, clone the original wiki repository you want to copy. For instance, if the repository is named original_repo and the user's name is original_user, you would do this:
@Juwon1405
Juwon1405 / [Tips-and-Tricks] chatgpt-sheat-sheet.md
Created July 31, 2023 18:22
[Tips-and-Tricks] chatgpt-sheat-sheet.md

Source: "FREE ChatGPT Cheat Sheet" by Frank Andrade, (2023-05-21). Available at: https://frankandrade.ck.page/08c94cf1c1

FREE ChatGPT Cheat Sheet

Unlock all the power of ChatGPT with this cheat sheet. You will find more than 100 examples on writing, productivity, creativity, programming, data science and more.


2023-05-22_20 01 43@2x

@Juwon1405
Juwon1405 / [Tips-and-Tricks] browser-automation-with-playwright.md
Created July 31, 2023 18:22
[Tips-and-Tricks] browser-automation-with-playwright.md
@Juwon1405
Juwon1405 / [Resources] assembly-language.md
Created July 31, 2023 18:22
[Resources] assembly-language.md
@Juwon1405
Juwon1405 / [Guide] soc-interview-questions.md
Created July 31, 2023 18:22
[Guide] soc-interview-questions.md

Source: https://github.com/LetsDefend/SOC-Interview-Questions

Contribute

Let's make this repository full of interview questions!

This repository is maintained by LetsDefend. If you think any interview question is missing or incorrect, please feel free to submit a pull request (PR) to this repo. We will review the PR and merge if appropriate.

SOC Interview Questions

@Juwon1405
Juwon1405 / [Guide] blue-team-notes_examples-of-lateral-movement.md
Created July 31, 2023 18:23
[Guide] blue-team-notes_examples-of-lateral-movement.md

Source: forked(original repo) from Purp1eW0lf/Blue-Team-Notes(2023.05.18)

Examples of Lateral Movement

Preamble

MITRE ATT&CK defines Lateral Movement [TA0008] : “The adversary is trying to move through your environment”

A number of examples of lateral movement showing the attacker’s machine laterally connecting to the target machine. Leveraging live Sysmon lab, script here