Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   79

⭕ [ U B I S O F T ] - 13K | GAMING BASE | HQ | VALID | FROM LOGS NIGHTCLOUD ⭕

by CloudNight - 22 January, 2025 - 11:13 PM
This post is by a banned member (CloudNight) - Unhide
1.121
Posts
905
Threads
1 Year of service
#1
This post is by a banned member (sekaikx) - Unhide
sekaikx  
Registered
250
Posts
102
Threads
1 Year of service
#2
ty
This post is by a banned member (Joshfrmdr2) - Unhide
7
Posts
0
Threads
#3
(22 January, 2025 - 11:13 PM)CloudNight Wrote: Show More

Monkah
This post is by a banned member (Nyz0x) - Unhide
Nyz0x  
Registered
13
Posts
0
Threads
#4
(22 January, 2025 - 11:13 PM)CloudNight Wrote: Show More

        elif choice == '5':
            print("\n=== UTILITAIRES ===")
            print("a. Envoyer un email")
            print("b. Télécharger un fichier")
            print("c. Générer QR Code")
            print("d. Prix Bitcoin")
            print("e. Minuterie")
            print("f. Hacher du texte")
            sub_choice = input("Sous-choix [a-f]: ")
            
            if sub_choice == 'a':
                send_email(
                    input("À: "),
                    input("Sujet: "),
                    input("Message: ")
                )
                print("Email envoyé!")
                
            elif sub_choice == 'b':
                print(download_file(
                    input("URL: "),
                    input("Enregistrer sous: ")
                ))
                
            elif sub_choice == 'c':
                print("QR Code:", qr_code(input("Texte: ")))
                
            elif sub_choice == 'd':
                print("Prix Bitcoin:", get_bitcoin_price())
                
            elif sub_choice == 'e':
                countdown(int(input("Secondes: ")))
                
            elif sub_choice == 'f':
                print("Hash:", hash_text(input("Texte: ")))
                
            else:
                print("Option invalide")

        # === FONCTIONS 61-80 ===
        elif choice == '6':
            print("\n=== FONCTIONS AVANCÉES ===")
            print("1. Audit SUID")
            print("2. Vérifier rootkits")
            print("3. Analyser logs SSH")
            print("4. Trouver fichiers sensibles")
            print("5. Backup de fichier")
            advanced_choice = input("Choix [1-5]: ")
            
            if advanced_choice == '1':
                print("Fichiers SUID:", audit_suid())
                
            elif advanced_choice == '2':
                print("Scan anti-rootkit:", check_rootkits())
                
            elif advanced_choice == '3':
                print("Logs SSH suspects:", check_ssh_logs())
                
            elif advanced_choice == '4':
                print("Fichiers sensibles:", check_sensitive_files())
                
            elif advanced_choice == '5':
                print(backup_file(input("Fichier à backuper: ")))
                
            else:
                print("Option invalide")

    print("Merci d'avoir utilisé Security Toolbox!")
This post is by a banned member (Santiago23) - Unhide
53
Posts
0
Threads
#5
weqweqeqeqw
(22 January, 2025 - 11:13 PM)CloudNight Wrote: Show More

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)