From ab11c0c39539ed0085f265da84f75499dd74ac99 Mon Sep 17 00:00:00 2001 From: deathrow Date: Sat, 30 Apr 2022 21:17:18 -0400 Subject: [PATCH] Untracked files: Gemfile.lock --- .gitignore | 8 ++++ Gemfile | 6 +++ _config.yml | 28 +++++++++++ anotherguide.md | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ blog.md | 110 +++++++++++++++++++++++++++++++++++++++++++ index.md | 62 ++++++++++++++++++++++++ start.sh | 3 ++ 7 files changed, 339 insertions(+) create mode 100644 .gitignore create mode 100644 Gemfile create mode 100644 _config.yml create mode 100644 anotherguide.md create mode 100644 blog.md create mode 100644 index.md create mode 100755 start.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b354d11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata +# Ignore folders generated by Bundler +.bundle/ +vendor/ \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..61fdc51 --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +source "https://rubygems.org" +gem 'jekyll' +gem "jekyll-theme-potato-hacker" +# gem "rails" diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..e41a6e6 --- /dev/null +++ b/_config.yml @@ -0,0 +1,28 @@ +# Useful links +#github_username: "" +#facebook_username: "" +#twitter_username: "" +#linkedin_id: "" + +# Theme +theme: jekyll-theme-potato-hacker # Uncomment this +# remote_theme: luxedo/jekyll-theme-potato-hacker # Or this +theme_repository: "https://github.com/luxedo/jekyll-theme-potato-hacker" +theme_base: "dark" # Theme palette (light | dark) +#theme_switch: on # Show color switch (on | off) + +# Extra settings +blog: on # Show blog tag and post list (on | off) +avatar: off # Show avatar (on | off) +#avatar_image: "assets/img/avatar.jpg" +#avatar_description: "My name is Popotato and I'm a HACKER." +highlighter_theme: monokai # Theme of the syntax_highlighter [base16 | + # colorful | github | gruvbox | molokai | + # monokai | pastie | thankful_eyes | tulip ] +toolbar_priority: # Order of the items in the toolbar (except for blog and home) +# Collections +collections: + dropdown: + output: true + items: + output: true \ No newline at end of file diff --git a/anotherguide.md b/anotherguide.md new file mode 100644 index 0000000..a9c7f24 --- /dev/null +++ b/anotherguide.md @@ -0,0 +1,122 @@ +--- +layout: default +description: Just... a guide... +--- + +
+ +

Another Guide

+

“"You never appriciate your anonymity until you don't have it anymore"

+
+ Please consider supporting this guide. +
+
+ Home + | + Blogs + | + Another Guide :/ +
+
+

Coming Soon:

+ Mastadon Instance + - + RSS Feed + - + Forum +
  • + About + - + Contact + - + Donate +
    + +The Guide +--------- + +Well... I never thought i'd be making a guide so, here we go.... I guess.... +Let's define a few important things here: + +`Adversary: Your threat.` + +`Privacy: The act of your personal activities being hidden from public.` + +`Security: The act of protecting yourself and online content such as files from either known and / or unknown adversary.` + +`Anonymity: The act of hiding yourself to become indistinguishable from everyone else. (blending in)` + +### Getting Started + +_Disclaimer: This is for education / research._ + +##### Table of contents: + +\>> [Important Concepts](#important-concepts) +\>> [Proper Mindset](#proper-mindset) +\>> [Knowing Your Adversary](#knowing-your-adversary) +\>> [Setting Goals](#setting-goals) +\>> [Acquiring Resources](#acquiring-resources) + +#### Important Conceptsc + +This guide requires you to understand various important concepts in order to truly be anonymous - The following below is to be ASSUMED. + +* Understanding of TOR and Its threats