Advertisement
RebelRose

2025 Tooling Terminal fun

Mar 17th, 2025
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.96 KB | None | 0 0
  1. 2025 Builds and finds .......
  2. Special tools pulled off to the side and saved
  3.  copy and paste terminal hits, enjoy.......
  4.  
  5. pkg update -y && pkg upgrade -y
  6.  apt update -y && apt upgrade -y
  7. pkg install git
  8. git clone https://github.com/Whomrx666/Cyberpunx.git
  9. cd Cyberpunx
  10. bash Cyberpunx.sh
  11.  
  12. pkg upgrade && pkg update
  13.  
  14. pkg install ruby
  15.  
  16.  pkg install git
  17.  
  18.  git clone https://github.com/MR-X-Junior/Facebook
  19.  
  20. cd Facebook
  21.  
  22.  ruby main.rb
  23.  
  24. pip install facebook-scraper
  25.  
  26. pkg update -y && pkg upgrade -y
  27.  apt update -y && apt upgrade -y
  28.  pkg install git
  29. pkg install python -y
  30. git clone https://github.com/Whomrx666/Track-Ripper.git
  31.  cd Track-Ripper
  32.  bash install.sh
  33. make run
  34.  
  35. pip3 install TUIFIManager --upgrade
  36.  
  37. git clone https://github.com/ibnaleem/gosearch.git && cd gosearch
  38.  
  39. go build
  40.  
  41.  ./gosearch <username>
  42.  
  43. git clone https://github.com/thelinuxuser-choice/ip-tracker/
  44. cd ip-tracker
  45. pip3 install -r requirements.txt
  46. python3 ip-tracker.py
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement