ӉѦСҠіИԌ ҬЄѦӍ СѦИѦL ѺҒіСіѦL DіҒԱՏіóИ
Closed channel
1 781
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Microsoft y sus "trucos" contra las cuentas locales en Windows 11
https://www.muycomputer.com/2023/04/06/microsoft-y-sus-trucos-contra-las-cuentas-locales-en-windows-11/
De esta forma ChatGPT tomaría el control de la humanidad | Mdtech
https://www.mdtech.news/servicios/2023/4/5/de-esta-forma-chatgpt-tomaria-el-control-de-la-humanidad-8796.html
Llega la forma más esperada para usar Gmail en Windows
https://www.softzone.es/noticias/windows/llega-forma-esperada-gmail-windows/
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
A web scraper to scrape email's and phone numbers from Websites.
https://github.com/3xploitGuy/webscrape
https://twitter.com/seguridadyredes/status/1643519102248517634?t=43xqEWHJN4MIqBxm3cLkTw&s=19
201 - Bamboozling Bing and a Curl Gotcha
https://dayzerosec.com/podcast/201.html
Introducing Alterx: Efficient Active Subdomain Enumeration with Patterns
https://blog.projectdiscovery.io/introducing-alterx-simplifying-active-subdomain-enumeration-with-patterns/
➕ 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 -y
• apt install python -y
• apt install git -y
• git clone https://github.com/WH1T3-E4GL3/white-obfuscate.git
• cd white-obfuscate
• pip install -r requirements.txt
• git pull
• python 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
