All Projects → RokasUrbelis → System Security Testing

RokasUrbelis / System Security Testing

🐧🔥System security testing tools(compatible with Debian/Centos/Ubuntu/Kali/Mint,use the nmap and hydra security testing tools)

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to System Security Testing

Legion
Automatic Enumeration Tool based in Open Source tools
Stars: ✭ 280 (+471.43%)
Mutual labels:  nmap, hydra
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (+332.65%)
Mutual labels:  nmap, hydra
Envizon
network visualization & vulnerability management/reporting
Stars: ✭ 382 (+679.59%)
Mutual labels:  nmap
Nmap Nse Scripts
My collection of nmap NSE scripts
Stars: ✭ 798 (+1528.57%)
Mutual labels:  nmap
Hydra
A light-weight library for building distributed applications such as microservices
Stars: ✭ 611 (+1146.94%)
Mutual labels:  hydra
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+742.86%)
Mutual labels:  nmap
Nmap Bootstrap Xsl
A Nmap XSL implementation with Bootstrap.
Stars: ✭ 665 (+1257.14%)
Mutual labels:  nmap
Rustscan
🤖 The Modern Port Scanner 🤖
Stars: ✭ 5,218 (+10548.98%)
Mutual labels:  nmap
Grab.js
fast TCP banner grabbing with node.js
Stars: ✭ 33 (-32.65%)
Mutual labels:  nmap
Silver
Mass scan IPs for vulnerable services
Stars: ✭ 588 (+1100%)
Mutual labels:  nmap
Goscan
Interactive Network Scanner
Stars: ✭ 795 (+1522.45%)
Mutual labels:  nmap
Nmap
Nmap - the Network Mapper. Github mirror of official SVN repository.
Stars: ✭ 5,792 (+11720.41%)
Mutual labels:  nmap
Thc Hydra
hydra
Stars: ✭ 5,645 (+11420.41%)
Mutual labels:  hydra
Serverscan
ServerScan一款使用Golang开发的高并发网络扫描、服务探测工具。
Stars: ✭ 674 (+1275.51%)
Mutual labels:  nmap
Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (+697.96%)
Mutual labels:  nmap
Pointnet2 pytorch
PyTorch implementation of Pointnet2/Pointnet++
Stars: ✭ 844 (+1622.45%)
Mutual labels:  hydra
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+679.59%)
Mutual labels:  nmap
Easy hack
Hack the World using Termux
Stars: ✭ 549 (+1020.41%)
Mutual labels:  nmap
Seccubus
Easy automated vulnerability scanning, reporting and analysis
Stars: ✭ 615 (+1155.1%)
Mutual labels:  nmap
Pcwt
Stars: ✭ 46 (-6.12%)
Mutual labels:  nmap

System security test

Before this

  • Support port service brute and target scanning (compatible with Debian/Centos/Ubuntu/Kali/Mint,if you use the docker container run the script,then compatible with all linux distros)

Hereby certify:

  • There is no purpose in writing this script, just for the convenience of security testers and improve system security, there is no mercy in the battlefield, if you pick up the hands of weapons, you will make a terrible mistake.
  • The author is not responsible for any legal consequences arising out of the user's use of this script.
  • Container operation mode the root directory of the cabin user.txt and password.txt two files, also you can use a custom dictionary by yourself

The following two methods of security testing are supported

  • nmap

    • [x] 1.Service and port scanning
    • [x] 2.OS identification
    • [x] 3.Specifies a port or port range to scanning
    • [x] 4.Vulnerability scanning
    • [x] 5.WHOIS query
    • [x] 6.Probes all online hosts in a specified network segment
    • [x] 7.Host batch scanning
    • [x] 8.Call any nmap scripts to scanning
  • hydra

    • [x] 1.SSH brute
    • [x] 2.Redesktop brute
    • [x] 3.FTP brute
    • [x] 4.Telnet brute
    • [x] 5.MySql brute
    • [x] 6.Smb brute
    • [x] 7.Mssql brute
    • [x] 8.Other protocol brute

There are currently several supported protocols:

asterisk cvs cisco-enable firebird ftp ftps icq imap irc ldap2 nntp mssql mysql oracle-sid pcanywhere pcnfs pop3 rdp postgres radmin2 rexec rlogin rpcap rtsp sip smb smtp smtp-enum socks5 ssh sshkey svn teamspeak vnc xmpp

Run

git:

git clone https://github.com/RokasUrbelis/system_security_testing.git 
cd crack
bash crack.sh

curl:

bash -c "$(curl -fsSl https://blog.linux-code.com/scripts/crack.sh)"

docker container:

docker run -ti --name crack sebastion/crack:1.0 crack.sh

enter the container:

docker run -ti -d --name crack1 sebastion/crack:1.0 /bin/bash
docker exec -ti $(awk '{FS="[ ]+"}{if(NR==2){print $1}}'< <(docker ps -l)) /bin/bash
bash crack.sh

temporary container run:

docker run --rm -ti sebastion/crack:1.0 /crack.sh

Use Dockerfile to build the image and run the container:

git clone https://github.com/RokasUrbelis/system_safety_test.git
cd system_safety_test
docker build -t crack:1.0 .
docker run --ti --rm crack:1.0

Follow Me

  • Email: [email protected]
  • QICQ :1798996632
  • And Blog😊(Subscribe to our RSS feed for more technical articles)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].