en
Feedback
ӉѦСҠіИԌ ҬЄѦӍ СѦИѦL ѺҒіСіѦL DіҒԱՏіóИ

ӉѦСҠіИԌ ҬЄѦӍ СѦИѦL ѺҒіСіѦL DіҒԱՏіóИ

Closed channel

Cana Oficial del grupo Hacking Team

Show more
1 781
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
DevOps Roadmap 2022 #DevOps #Roadmap #BigData #DevSecOps https://reconshell.com/devops-roadmap-2022/

Nota que merece mucho la pena tener guardada y dar las gracias a su creador por el buen contenido atte: Hacking Team

HOW TO CHANGE DNS & DISABLE IPV6 AUTOMATICALLY ➕ Well commands can be either launched at boot with cronjobs or while opening linux terminal. Let's focus on our bashrc script which is located on : cat ~/.bashrc 1️⃣ Disabling IPv6 At Terminal Start To do this we have to use sudo because we are doing system changes: nano ~/.bashrc Go down to the last line and type : sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 2️⃣ Change DNS Automatically : Down below (sudo sysctl commands) add those lines : sudo chmod 777 /etc/resolv.conf sudo echo "" > /etc/resolv.conf sudo echo -e "nameserver 208.67.222.222\nnameserver 208.67.220.220" > /etc/resolv.conf You can change the IP address values ..

🔰 WHITE OBFUSCATE  🔰 🔶 DESCRIPTION : This is a tool to obfuscate / to make your python code unreadable. It obfuscates your code and prevents easy access of others to your code. Anyway this is not a good encryption enough, but it can proctect you from script kiddies and some lazy people.              ☢️ REQUIREMENTS ☢️ ▪️ python ▪️marshal         🔰 Install withTermux 🔰apt update -y && apt upgrade -yapt install python -yapt install git -ygit clone https://github.com/WH1T3-E4GL3/white-obfuscate.gitcd white-obfuscatepip install -r requirements.txtgit pullpython white-obfs.py

#Red_Team These are tools I cheated with the help of ChatGPT to help me with Penetration Testing and Red Teaming https://github.com/sho-luv/chatgpt_created_tools