Skip to content

Commit

Permalink
revering to old worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tagnullde committed Jul 19, 2024
1 parent ce29cda commit e7dd08f
Show file tree
Hide file tree
Showing 43 changed files with 357 additions and 317 deletions.
90 changes: 65 additions & 25 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,74 @@
name: Build with Hugo
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages

on: [push, pull_request]
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

# Default to bash
defaults:
run:
shell: bash

jobs:
# Build job
build:
runs-on: ubuntu-latest
strategy:
matrix:
hugo-version:
- 'latest'
- '0.124.0'
env:
HUGO_VERSION: 0.128.0
steps:
- uses: actions/checkout@v4
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
submodules: recursive
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
hugo-version: ${{ matrix.hugo-version }}
extended: true

- name: Run Hugo
working-directory: exampleSite
run: hugo --themesDir ../..

# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public
path: ./public

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
10 changes: 5 additions & 5 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/404.html">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/404.html">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>404 Page not found | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/404.html">
<link rel="stylesheet" href="/book.min.3c7b77c63a1cc74e1edaf2f2784e37d45fc454212fd35d3fd634a05f7bc705d6.css" integrity="sha256-PHt3xjocx04e2vLyeE431F/EVCEv010/1jSgX3vHBdY=" crossorigin="anonymous">
<link rel="canonical" href="/404.html">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



Expand Down
12 changes: 6 additions & 6 deletions public/categories/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/categories/">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/categories/">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>Categories | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/categories/">
<link rel="stylesheet" href="/book.min.3c7b77c63a1cc74e1edaf2f2784e37d45fc454212fd35d3fd634a05f7bc705d6.css" integrity="sha256-PHt3xjocx04e2vLyeE431F/EVCEv010/1jSgX3vHBdY=" crossorigin="anonymous">
<link rel="canonical" href="/categories/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



<link rel="alternate" type="application/rss+xml" href="//localhost:1313/categories/index.xml" title="www.tagnull.de" />
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="www.tagnull.de" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on www.tagnull.de</title>
<link>//localhost:1313/categories/</link>
<link>/categories/</link>
<description>Recent content in Categories on www.tagnull.de</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
6 changes: 3 additions & 3 deletions public/categories/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>//localhost:1313/categories/</title>
<link rel="canonical" href="//localhost:1313/categories/">
<title>/categories/</title>
<link rel="canonical" href="/categories/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/categories/">
<meta http-equiv="refresh" content="0; url=/categories/">
</head>
</html>
12 changes: 6 additions & 6 deletions public/docs/Cheatsheet/active-directory/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/docs/Cheatsheet/active-directory/">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/docs/Cheatsheet/active-directory/">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="www.tagnull.de">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>Active Directory | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/docs/Cheatsheet/active-directory/">
<link rel="stylesheet" href="/book.min.3c7b77c63a1cc74e1edaf2f2784e37d45fc454212fd35d3fd634a05f7bc705d6.css" integrity="sha256-PHt3xjocx04e2vLyeE431F/EVCEv010/1jSgX3vHBdY=" crossorigin="anonymous">
<link rel="canonical" href="/docs/Cheatsheet/active-directory/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



<link rel="alternate" type="application/rss+xml" href="//localhost:1313/docs/Cheatsheet/active-directory/index.xml" title="www.tagnull.de" />
<link rel="alternate" type="application/rss+xml" href="/docs/Cheatsheet/active-directory/index.xml" title="www.tagnull.de" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
Expand Down
4 changes: 2 additions & 2 deletions public/docs/Cheatsheet/active-directory/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>www.tagnull.de</title>
<link>//localhost:1313/docs/Cheatsheet/active-directory/</link>
<link>/docs/Cheatsheet/active-directory/</link>
<description>Recent content on www.tagnull.de</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="//localhost:1313/docs/Cheatsheet/active-directory/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/docs/Cheatsheet/active-directory/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
12 changes: 6 additions & 6 deletions public/docs/Cheatsheet/enumeration/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/docs/Cheatsheet/enumeration/">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/docs/Cheatsheet/enumeration/">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="www.tagnull.de">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>Enumeration | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/docs/Cheatsheet/enumeration/">
<link rel="stylesheet" href="/book.min.3c7b77c63a1cc74e1edaf2f2784e37d45fc454212fd35d3fd634a05f7bc705d6.css" integrity="sha256-PHt3xjocx04e2vLyeE431F/EVCEv010/1jSgX3vHBdY=" crossorigin="anonymous">
<link rel="canonical" href="/docs/Cheatsheet/enumeration/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



<link rel="alternate" type="application/rss+xml" href="//localhost:1313/docs/Cheatsheet/enumeration/index.xml" title="www.tagnull.de" />
<link rel="alternate" type="application/rss+xml" href="/docs/Cheatsheet/enumeration/index.xml" title="www.tagnull.de" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
Expand Down
12 changes: 6 additions & 6 deletions public/docs/Cheatsheet/enumeration/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>www.tagnull.de</title>
<link>//localhost:1313/docs/Cheatsheet/enumeration/</link>
<link>/docs/Cheatsheet/enumeration/</link>
<description>Recent content on www.tagnull.de</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="//localhost:1313/docs/Cheatsheet/enumeration/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/docs/Cheatsheet/enumeration/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>network</title>
<link>//localhost:1313/docs/Cheatsheet/enumeration/network/</link>
<link>/docs/Cheatsheet/enumeration/network/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/Cheatsheet/enumeration/network/</guid>
<guid>/docs/Cheatsheet/enumeration/network/</guid>
<description>nmap # enumerate services and use default scripts&#xA;nmap -sC -sV -oN normal.txt target-ip scan all tcp ports&#xA;nmap -p- -oN all_ports.txt target-ip scan all udp ports&#xA;nmap -p- -sU -oN all_udp_ports.txt target-ip use script categories&#xA;nmap --script vuln,safe,discovery -oN scan.txt target-ip list all nse scripts&#xA;ls -lh /usr/share/nmap/scripts/ nmap through socks4 proxy&#xA;nmap --proxies socks4://proxy-ip:1080 target-ip ftp bounce scan&#xA;nmap -P0 -n -b username:password@target-ip target2-ip --proxies socks4://proxy-ip:1080 -vvvv massscan # tbd</description>
</item>
<item>
<title>web</title>
<link>//localhost:1313/docs/Cheatsheet/enumeration/web/</link>
<link>/docs/Cheatsheet/enumeration/web/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/Cheatsheet/enumeration/web/</guid>
<guid>/docs/Cheatsheet/enumeration/web/</guid>
<description> gobuster # </description>
</item>
</channel>
Expand Down
10 changes: 5 additions & 5 deletions public/docs/Cheatsheet/enumeration/network/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="nmap # enumerate services and use default scripts
Expand All @@ -13,7 +13,7 @@
nmap -P0 -n -b username:password@target-ip target2-ip --proxies socks4://proxy-ip:1080 -vvvv massscan # tbd">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/docs/Cheatsheet/enumeration/network/">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/docs/Cheatsheet/enumeration/network/">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="network">
<meta property="og:description" content="nmap # enumerate services and use default scripts
Expand All @@ -30,10 +30,10 @@
<title>network | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/docs/Cheatsheet/enumeration/network/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" integrity="sha256-qqt0GBxrG0BFuQ8czkqqFjHgbEsE7CiQoAxXI5U7Bwo=" crossorigin="anonymous">
<link rel="canonical" href="/docs/Cheatsheet/enumeration/network/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



Expand Down
10 changes: 5 additions & 5 deletions public/docs/Cheatsheet/enumeration/web/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" gobuster # ">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/docs/Cheatsheet/enumeration/web/">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="/docs/Cheatsheet/enumeration/web/">
<meta property="og:site_name" content="www.tagnull.de">
<meta property="og:title" content="web">
<meta property="og:description" content=" gobuster # ">
Expand All @@ -16,10 +16,10 @@
<title>web | www.tagnull.de</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/logo.png" >
<link rel="canonical" href="//localhost:1313/docs/Cheatsheet/enumeration/web/">
<link rel="stylesheet" href="/book.min.3c7b77c63a1cc74e1edaf2f2784e37d45fc454212fd35d3fd634a05f7bc705d6.css" integrity="sha256-PHt3xjocx04e2vLyeE431F/EVCEv010/1jSgX3vHBdY=" crossorigin="anonymous">
<link rel="canonical" href="/docs/Cheatsheet/enumeration/web/">
<link rel="stylesheet" href="/book.min.aaab74181c6b1b4045b90f1cce4aaa1631e06c4b04ec2890a00c5723953b070a.css" >
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" integrity="sha256-g766s4kMWST6Zs0eyyyAvrhsD5M0B&#43;9Z4gCC6Lj1GBM=" crossorigin="anonymous"></script>
<script defer src="/en.search.min.83bebab3890c5924fa66cd1ecb2c80beb86c0f933407ef59e20082e8b8f51813.js" ></script>



Expand Down
Loading

0 comments on commit e7dd08f

Please sign in to comment.