Skip to content

Instantly share code, notes, and snippets.

View rhovelz's full-sized avatar
:octocat:
hm?

R rhovelz

:octocat:
hm?
View GitHub Profile

Deploying Notes

  • bundle install

  • bundle exec .... (update deps)

  • bundle clean --force

  • bundle update ... (update deps)

  • bundle exec jekyll build

  • bundle exec jekyll serve

/set irc.server.libera.autojoin "#gentoo,#gentoo-chat"

/set irc.look.smart_filter on /filter add irc_smart * irc_smart_filter * /filter add joinquit * irc_join,irc_part,irc_quit *

@rhovelz
rhovelz / gist:a61a87810d202502398513ce2b1ef184
Last active January 5, 2023 02:31
some of pentest tools
altdns
amass
awscli
bucket_finder
CloudFlair
commix
dirb
dirsearch
dnsenum
dnsrecon

Trick to stay as king on KOTH from Tryhackme.

Method 1

#!/bin/bash
while :
do
        eval "echo [usernameHere] >> /root/king.txt"
        eval " > /root/king.txt"
done
  • sudo modprobe -a vboxdrv
  • sudo vim /etc/modules-load.d/virtualbox.conf
  • sudo gpasswd -a $USER vboxusers
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links

Autostart tmux when open terminal (Alacritty)

  • alacritty -e bash -c "tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -n$USER -s$USER@$HOSTNAME"

Installation and usage

Git clone this repo: git clone https://github.com/Cr3atable/LinuxED/ in a terminal. cd into the newly cloned repo: cd LinuxED Execute the Python script: python3 LinuxED.py and follow the instructions. Restart Discord entirely. That's it! EnhancedDiscord is now installed.