Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 committed Feb 23, 2024
1 parent 9c2bfad commit 1474005
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions SuperCluster/kali.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
2. Install the required software packages: After installing Kali Linux, you need to install the necessary software packages for cluster computing. Open a terminal and type the following command to install OpenMPI and Cockpit:

```
sudo apt-get update
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev cockpit* -y && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket
sudo apt-get update -y && sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev cockpit* -y && wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.bz2 && tar -xjf openmpi-5.0.2.tar.bz2 && cd cd openmpi-5.0.2 && ./configure --prefix=/usr/bin/ && sudo make clean && sudo make && sudo make install && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket && sudo systemctl status cockpit.socket
```

3. Configure the network: You need to configure the network settings for each device to be able to communicate with each other. You can connect them using a network switch or a router. Alternatively, you can use Wi-Fi if all devices support it.
Expand Down
9 changes: 8 additions & 1 deletion SuperCluster/supercluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

https://docs.open-mpi.org/en/main/getting-help.html

https://www-lb.open-mpi.org/software/ompi/

A tool that crawls through networks and systems, analyzing their vulnerabilities and identifying potential attack vectors. It also suggests the use of data analytics to generate actionable insights and recommendations for improving security.

Clear! In short, he set out to create an all-in-one solution for the automation of IT security, from vulnerability scanning to reporting and creating JIRA tickets. The solution would be based on popular security tools such as Metasploit, Nmap, Shodan, Maltego, Burp Suite, among others, and would use techniques such as port scanning, vulnerability search, vulnerability exploitation, reporting and generation. of JIRA tickets.
Expand Down Expand Up @@ -99,11 +101,16 @@ comm.Barrier()

You can also compile and run your own parallel applications using OpenMPI.

You can also test locally
You can also test locally in Linux by running
```
mpirun -np 4 -d python ./pi_value.py
```

You can also test locally in MacOS by running
```
mpirun -np 4 python ./pi_value.py
```

That's it! You have now created a small cluster using 5 devices with Linux.


Expand Down

0 comments on commit 1474005

Please sign in to comment.