Git Product home page Git Product logo

ubuntu-newlife's Introduction

Compability

Tested on Ubuntu:20.04->22.04, blackbuntu:22.04, kali-linux

Usage

git clone https://github.com/zAbuQasem/Ubuntu-NewLife.git
cd Ubuntu-NewLife
chmod +x Setup.sh
./Setup.sh

OHMYZSH installation

Enusre that zsh is already installed! (sudo apt install -y zsh)

echo -e "\n[*] Installing OhMyZsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# Run below commands to install my zshrc file....
wget https://raw.githubusercontent.com/zAbuQasem/Misc/main/zshrc
sed -i "s/<HOME>/$USER/g" "./zshrc"
mv zshrc ~/.zshrc

Extras

# Feroxbuster
curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash

# FFUF
go install github.com/ffuf/ffuf/v2@latest

# AD tools
pipx install -f "git+https://github.com/fox-it/BloodHound.py.git"
pipx install -f "git+https://github.com/ly4k/Certipy.git"
pipx install -f "git+https://github.com/p0dalirius/Coercer.git"
pipx install -f "git+https://github.com/Porchetta-Industries/CrackMapExec.git"
pipx install -f "git+https://github.com/snovvcrash/DivideAndScan.git"
pipx install man-spider
pipx install -f "git+https://github.com/Z4kSec/Masky"
pipx install -f "git+https://github.com/Hackndo/WebclientServiceScanner.git"
pipx install -f "git+https://github.com/fox-it/aclpwn.py.git"
pipx install -f "git+https://github.com/dirkjanm/adidnsdump.git"
pipx install -f "git+https://github.com/fox-it/bloodhound-import.git"
pipx install -f "git+https://github.com/zer1t0/certi.git"
pipx install -f "git+https://github.com/zblurx/certsync.git"
pipx install -f "git+https://github.com/galkan/crowbar.git"
pipx install -f "git+https://github.com/zblurx/dploot.git"
pipx install -f "git+https://github.com/cddmp/enum4linux-ng.git"
pipx install -f "git+https://github.com/fortra/impacket.git"
pipx install -f "git+https://github.com/franc-pentest/ldeep.git"
pipx install -f "git+https://github.com/Hackndo/lsassy.git"
pipx install -f "git+https://github.com/fox-it/mitm6.git"
pipx install -f "git+https://github.com/garrettfoster13/pre2k.git"
pipx install -f "git+https://github.com/skelsec/pypykatz.git"
pipx install -f "git+https://github.com/Tw1sm/RITM.git"
pipx install -f "git+https://github.com/sc0tfree/updog.git"

# Install vulscan nmap scripts
#https://github.com/scipag/vulscan
git clone https://github.com/scipag/vulscan scipag_vulscan
ln -s `pwd`/scipag_vulscan /usr/share/nmap/scripts/vulscan    

Change lockscreen image

sudo apt install libglib2.0-dev-bin -y
wget -qO - https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background/archive/main.tar.gz | tar zx --strip-components=1 ubuntu-gdm-set-background-main/ubuntu-gdm-set-background
## To change the image
sudo ./ubuntu-gdm-set-background --image /PATH

Fix Vmware issues with ubuntu 22.04

chmod +x fix-vmware.sh
./fix-vmware.sh

Prevent Auto Kernel upgrade

sudo apt-mark hold linux-image-$(uname -r)

Useful Scripts:

TODO

Convert this to ansible

ubuntu-newlife's People

Contributors

zabuqasem avatar zeyad-sitech avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.