From aff9d12a92b2d481382f898bbe0734be7aff1829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Fri, 3 May 2024 08:10:40 +0000 Subject: [PATCH] Add files via upload --- --darkex.html | 2 +- -awesome-steganography.html | 2 +- -brutefox.html | 2 +- -clean-all.html | 2 +- -course-on-tor-network.html | 2 +- -dockervm.html | 2 +- -gorilazadah.html | 2 +- -guix-config.html | 2 +- -guix-portfolio.html | 4 ++++ -hauntweb.html | 2 +- -openbsd-portfolio.html | 2 +- -servervm.html | 2 +- -space-invaders.html | 2 +- -spoofmac.html | 2 +- -torando.html | 2 +- -torsite.html | 2 +- -vnc-revolver.html | 2 +- about.html | 2 +- fasteros.html | 2 +- index.html | 2 +- projects.html | 2 +- research.html | 2 +- securityos.html | 4 ++++ ssh-for-hacking.html | 2 +- 24 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 -guix-portfolio.html create mode 100644 securityos.html diff --git a/--darkex.html b/--darkex.html index c023ee6..a763947 100644 --- a/--darkex.html +++ b/--darkex.html @@ -1,3 +1,3 @@ 🕶️ DarkeX — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🕶️ DarkeX

February 19, 2024

A true dark theme for TeX Studio


Why?

I want learn much more about LaTeX and i need my eyes safe too. So this is a true black theme for you with a good configuration of colors. -Enjoy!

Download

[DarkteX]

\ No newline at end of file +Enjoy!

Download

[DarkteX]

\ No newline at end of file diff --git a/-awesome-steganography.html b/-awesome-steganography.html index e1641cf..a705b47 100644 --- a/-awesome-steganography.html +++ b/-awesome-steganography.html @@ -43,4 +43,4 @@ make make check make install steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg -steghide extract –sf photoX.jpg

\ No newline at end of file +steghide extract –sf photoX.jpg

\ No newline at end of file diff --git a/-brutefox.html b/-brutefox.html index 05244df..8d6a53c 100644 --- a/-brutefox.html +++ b/-brutefox.html @@ -40,4 +40,4 @@ [LibreJS]


BONUS - A TRUE DARK BROWSER

[AmoledTheme]
-[DarkBG]


\ No newline at end of file +[DarkBG]


\ No newline at end of file diff --git a/-clean-all.html b/-clean-all.html index 61d6591..2beeff8 100644 --- a/-clean-all.html +++ b/-clean-all.html @@ -1 +1 @@ -🧹 Clean All — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🧹 Clean All

February 10, 2024

Secure delete trash, temp and free space

DOWNLOAD

[clearner.sh]

[cleanall.sh]

[paranoid.sh]

<> HOW IT WORKS: </>

<> Versions: </>


If you want run it in reboot:

Have a nice day! :)

\ No newline at end of file +🧹 Clean All — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🧹 Clean All

February 10, 2024

Secure delete trash, temp and free space

DOWNLOAD

[clearner.sh]

[cleanall.sh]

[paranoid.sh]

<> HOW IT WORKS: </>

<> Versions: </>


If you want run it in reboot:

Have a nice day! :)

\ No newline at end of file diff --git a/-course-on-tor-network.html b/-course-on-tor-network.html index a9f931a..866a397 100644 --- a/-course-on-tor-network.html +++ b/-course-on-tor-network.html @@ -1 +1 @@ -📚 Course on Tor network — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


📚 Course on Tor network

March 15, 2024

The first brazilian course about hacking and information security on the TOR network

💬 Check [here]

\ No newline at end of file +📚 Course on Tor network — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


📚 Course on Tor network

March 15, 2024

The first brazilian course about hacking and information security on the TOR network

💬 Check [here]

\ No newline at end of file diff --git a/-dockervm.html b/-dockervm.html index 78190b7..5875f00 100644 --- a/-dockervm.html +++ b/-dockervm.html @@ -1,2 +1,2 @@ 📦 DockerVM — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


📦 DockerVM

February 18, 2024

Use docker like Qemu/VmWare/Virtualbox

[Exherbo]

[Fedora]

[Kali]

[Void]

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

\ No newline at end of file +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

\ No newline at end of file diff --git a/-gorilazadah.html b/-gorilazadah.html index e4f7cd6..8320bb9 100644 --- a/-gorilazadah.html +++ b/-gorilazadah.html @@ -1,3 +1,3 @@ 🦍 Gorilazadah — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🦍 Gorilazadah

February 18, 2024

Awesome Script for Clean and Update your Windows

Para a versão em português clique [🇧🇷]


You dont have time for checking windows updates and softwares every time?

This script is for you!

Download

[Gorilazada]

[Clean]

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

\ No newline at end of file +The same steps can be performed in GPO to acomplish the same thing on multiple Windows machines at the same time. #profit

\ No newline at end of file diff --git a/-guix-config.html b/-guix-config.html index 6789e97..29c6d0c 100644 --- a/-guix-config.html +++ b/-guix-config.html @@ -4,4 +4,4 @@ [Github]

Screenshots

More Here:

A great collection of tools for guix users -created by my friend Hashirama.

[Modern LISP Machine]

\ No newline at end of file +created by my friend Hashirama.

[Modern LISP Machine]

\ No newline at end of file diff --git a/-guix-portfolio.html b/-guix-portfolio.html new file mode 100644 index 0000000..619e5c9 --- /dev/null +++ b/-guix-portfolio.html @@ -0,0 +1,4 @@ +🐃 Guix Portfolio — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🐃 Guix Portfolio

April 25, 2024

My Gnu Guix Portfolio

Creation

I needed a cool portfolio... so i created [this]. +Well. My hacking spirit ever want learn more. +After a hard work i finished. +A interactive [GUIX Portfolio] with another websites inside.

Screenshots

\ No newline at end of file diff --git a/-hauntweb.html b/-hauntweb.html index ac0056d..fc645ca 100644 --- a/-hauntweb.html +++ b/-hauntweb.html @@ -1,2 +1,2 @@ 🚀 Hauntweb — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🚀 Hauntweb

February 20, 2024

Create a Website with Guile Scheme


-Create a website easily using haunt.

Feel the power of Guile Scheme.

DOWNLOAD

[Hauntweb]

\ No newline at end of file +Create a website easily using haunt.

Feel the power of Guile Scheme.

DOWNLOAD

[Hauntweb]

\ No newline at end of file diff --git a/-openbsd-portfolio.html b/-openbsd-portfolio.html index 19c2ec5..86da0d6 100644 --- a/-openbsd-portfolio.html +++ b/-openbsd-portfolio.html @@ -1,4 +1,4 @@ 🐡 OpenBsd Portfolio — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🐡 OpenBsd Portfolio

February 15, 2024

My OpenBsd Portfolio

Creation

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.

Screenshots

\ No newline at end of file +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.

Screenshots

\ No newline at end of file diff --git a/-servervm.html b/-servervm.html index 07577cf..71890ef 100644 --- a/-servervm.html +++ b/-servervm.html @@ -1 +1 @@ -🖥️ ServerVM — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🖥️ ServerVM

February 16, 2024

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
\ No newline at end of file +🖥️ ServerVM — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🖥️ ServerVM

February 16, 2024

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
\ No newline at end of file diff --git a/-space-invaders.html b/-space-invaders.html index c7ba66d..026b294 100644 --- a/-space-invaders.html +++ b/-space-invaders.html @@ -1,4 +1,4 @@ 👾 Space Invaders — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


👾 Space Invaders

February 15, 2024

Amazing tricks for hacking [SSH]


POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK!

Automation with SSH for Hacking

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]

Do you want go deep? OK...

DEEEEEEEEP TUTORIAL...

[Tutorial YouTube]

Go to Segfault interactive shell [here]

When your machine starts, do this:
ssh@lsd.segfault.net       
Before access complete do this:
ssh@adm.segfault.net         

And repeat to infinity!

Knowledge is power. Use it.

\ No newline at end of file +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]

Do you want go deep? OK...

DEEEEEEEEP TUTORIAL...

[Tutorial YouTube]

Go to Segfault interactive shell [here]

When your machine starts, do this:
ssh@lsd.segfault.net       
Before access complete do this:
ssh@adm.segfault.net         

And repeat to infinity!

Knowledge is power. Use it.

\ No newline at end of file diff --git a/-spoofmac.html b/-spoofmac.html index 729e387..8c6c403 100644 --- a/-spoofmac.html +++ b/-spoofmac.html @@ -1,2 +1,2 @@ 👻 SpoofMac — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


👻 SpoofMac

February 11, 2024

Change mac address on reboot

Download

[SpoofMac]

[eth0] -[enp6s0]

<> SPOOF YOUR MAC ADDRESS: </>

Have a nice day! :)

\ No newline at end of file +[enp6s0]

<> SPOOF YOUR MAC ADDRESS: </>

Have a nice day! :)

\ No newline at end of file diff --git a/-torando.html b/-torando.html index 2267a11..6783b39 100644 --- a/-torando.html +++ b/-torando.html @@ -10,4 +10,4 @@ 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!

\ No newline at end of file + alias toroff="./offtor.sh"

THAT'S ALL!

\ No newline at end of file diff --git a/-torsite.html b/-torsite.html index b3ac568..9efeb36 100644 --- a/-torsite.html +++ b/-torsite.html @@ -20,4 +20,4 @@ However, your local Tor service uses the private key to decrypt the traffic.

you should have your onion address in the file /var/lib/tor/hidden_service/hostname. In our example, we have the following address:

    cd /var/lib/tor/hidden_service/
     cat hostname

http://idtirp7vx6rcpxgkmm3t6ungbuq6wcsinjggfhmppuv2e2prux4gc6qd.onion

All you need to do now is to open a Tor Browser — from any system on the Internet — and type the above address in the URL bar:

 torbrowser-launcher &

Notice that we also need to enter the html file name — we created earlier — after the address. Thus, our address looks exactly like this: -idtirp7vx6rcpxgkmm3t6ungbuq6wcsinjggfhmppuv2e2prux4gc6qd.onion/torsite.html

\ No newline at end of file +idtirp7vx6rcpxgkmm3t6ungbuq6wcsinjggfhmppuv2e2prux4gc6qd.onion/torsite.html

\ No newline at end of file diff --git a/-vnc-revolver.html b/-vnc-revolver.html index 504d332..6d8c4d3 100644 --- a/-vnc-revolver.html +++ b/-vnc-revolver.html @@ -33,4 +33,4 @@ 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))

\ No newline at end of file +print(await check_crt_alt_del(vnc.ip, vnc.port))

\ No newline at end of file diff --git a/about.html b/about.html index c2b698c..93742ec 100644 --- a/about.html +++ b/about.html @@ -1 +1 @@ -About — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


About

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.3.0) on Sat 13 Apr 2024 09:36:35 PM -03. The source code can be found on [GitHub]. Check my YouTube channel [SecurityOps].

\ No newline at end of file +About — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


About

This is the personal website of Cristian Cezar Moisés.

I'm a cyber security student.

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.3.0) on Fri 03 May 2024 05:03:55 AM -03. The source code can be found on [GitHub]. Check my YouTube channel [SecurityOps].

\ No newline at end of file diff --git a/fasteros.html b/fasteros.html index 91640d3..850ecdf 100644 --- a/fasteros.html +++ b/fasteros.html @@ -1,2 +1,2 @@ Faster⚡OS — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


Faster⚡OS

February 13, 2024

My Web Operating System

Free.

A web operating system for you!

Easy.

Just click [here] and visit now.

For the android app click[here]

Screenshots

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

\ No newline at end of file +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

\ No newline at end of file diff --git a/index.html b/index.html index fd20dbd..456689b 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Home — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


\ No newline at end of file +Home — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


\ No newline at end of file diff --git a/projects.html b/projects.html index bff579f..3c67808 100644 --- a/projects.html +++ b/projects.html @@ -1 +1 @@ -Recent Posts — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


Recent Posts

🐇 Guix Config

March 26, 2024

My GUIX Config

[read more...]

-->--<--

📚 Course on Tor network

March 15, 2024

The first brazilian course about hacking and information security on the TOR network

[read more...]

-->--<--

👽 Torsite

February 24, 2024

Create your website on TOR

[read more...]

-->--<--

🚀 Hauntweb

February 20, 2024

Create a Website with Guile Scheme

[read more...]

-->--<--

🕶️ DarkeX

February 19, 2024

A true dark theme for TeX Studio

[read more...]

-->--<--

🦍 Gorilazadah

February 18, 2024

Awesome Script for Clean and Update your Windows

[read more...]

-->--<--

📦 DockerVM

February 18, 2024

Use docker like Qemu/VmWare/Virtualbox

[read more...]

-->--<--

🛡️ Torando

February 17, 2024

Tor VPN on whole system

[read more...]

-->--<--

🖥️ ServerVM

February 16, 2024

Graphical Interface for Servers with NoVnc

[read more...]

-->--<--

🕵️ Awesome Steganography

February 16, 2024

Awesome Tools for Steganography 🕵️

[read more...]

-->--<--

💪 Brutefox

February 15, 2024

Firefox with steroids

[read more...]

-->--<--

👾 Space Invaders

February 15, 2024

Amazing tricks for hacking [SSH]

[read more...]

-->--<--

🐡 OpenBsd Portfolio

February 15, 2024

My OpenBsd Portfolio

[read more...]

-->--<--

💥 VNC Revolver

February 14, 2024

Search for open VNC servers around the world

[read more...]

-->--<--

Faster⚡OS

February 13, 2024

My Web Operating System

[read more...]

-->--<--

👻 SpoofMac

February 11, 2024

Change mac address on reboot

[read more...]

-->--<--

🧹 Clean All

February 10, 2024

Secure delete trash, temp and free space

[read more...]

-->--<--

\ No newline at end of file +Recent Posts — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


Recent Posts

🕵🏼SecurityOS

May 03, 2024

Web Operating System Focused on Cyber Security

[read more...]

-->--<--

🐃 Guix Portfolio

April 25, 2024

My Gnu Guix Portfolio

[read more...]

-->--<--

🐇 Guix Config

March 26, 2024

My GUIX Config

[read more...]

-->--<--

📚 Course on Tor network

March 15, 2024

The first brazilian course about hacking and information security on the TOR network

[read more...]

-->--<--

👽 Torsite

February 24, 2024

Create your website on TOR

[read more...]

-->--<--

🚀 Hauntweb

February 20, 2024

Create a Website with Guile Scheme

[read more...]

-->--<--

🕶️ DarkeX

February 19, 2024

A true dark theme for TeX Studio

[read more...]

-->--<--

🦍 Gorilazadah

February 18, 2024

Awesome Script for Clean and Update your Windows

[read more...]

-->--<--

📦 DockerVM

February 18, 2024

Use docker like Qemu/VmWare/Virtualbox

[read more...]

-->--<--

🛡️ Torando

February 17, 2024

Tor VPN on whole system

[read more...]

-->--<--

🖥️ ServerVM

February 16, 2024

Graphical Interface for Servers with NoVnc

[read more...]

-->--<--

🕵️ Awesome Steganography

February 16, 2024

Awesome Tools for Steganography 🕵️

[read more...]

-->--<--

💪 Brutefox

February 15, 2024

Firefox with steroids

[read more...]

-->--<--

👾 Space Invaders

February 15, 2024

Amazing tricks for hacking [SSH]

[read more...]

-->--<--

🐡 OpenBsd Portfolio

February 15, 2024

My OpenBsd Portfolio

[read more...]

-->--<--

💥 VNC Revolver

February 14, 2024

Search for open VNC servers around the world

[read more...]

-->--<--

Faster⚡OS

February 13, 2024

My Web Operating System

[read more...]

-->--<--

👻 SpoofMac

February 11, 2024

Change mac address on reboot

[read more...]

-->--<--

🧹 Clean All

February 10, 2024

Secure delete trash, temp and free space

[read more...]

-->--<--

\ No newline at end of file diff --git a/research.html b/research.html index 848508d..c1fe2bd 100644 --- a/research.html +++ b/research.html @@ -1 +1 @@ -Published Work — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


Published Work

SSH for Hacking

February 18, 2024

SSH usage with high level of security and obfuscation.

[read more...]

-->--<--

\ No newline at end of file +Published Work — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


Published Work

SSH for Hacking

February 18, 2024

SSH usage with high level of security and obfuscation.

[read more...]

-->--<--

\ No newline at end of file diff --git a/securityos.html b/securityos.html new file mode 100644 index 0000000..5397eb8 --- /dev/null +++ b/securityos.html @@ -0,0 +1,4 @@ +🕵🏼SecurityOS — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🕵🏼SecurityOS

May 03, 2024

Web Operating System Focused on Cyber Security

About

A web operating system focused on security and hacking. +Before some upgrades on [FasterOS] +i created the [SecurityOS]. +The project stills in development.

Screenshots

[VISIT NOW!]

\ No newline at end of file diff --git a/ssh-for-hacking.html b/ssh-for-hacking.html index 5b607e8..ad88466 100644 --- a/ssh-for-hacking.html +++ b/ssh-for-hacking.html @@ -1,3 +1,3 @@ SSH for Hacking — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


SSH for Hacking

February 18, 2024

SSH usage with high level of security and obfuscation.

My first paper

That's my first paper with [DOI] and i talk some about ssh for hacking. -

Download

[TeX] [PDF]

Mirrors:

[Research Gate]

[Zenodo]

\ No newline at end of file +

Download

[TeX] [PDF]

Mirrors:

[Research Gate]

[Zenodo]

\ No newline at end of file