What is Dos attack :- A DoS (Denial of Service) attack is a type of cyber attack where the attacker floods a server or website with traffic, overwhelming its capacity and causing it to become unavailable to legitimate users. The attacker achieves this by sending large amounts of traffic or data from multiple sources, orContinue reading “How to down any website. Slowloris”
Category Archives: python code
Impress your crush😍❤. Html
What is HTML :- HTML, which stands for HyperText Markup Language, is a standard markup language used to create web pages. It consists of a set of elements, tags, and attributes that are used to define the structure and content of a web page. HTML code is interpreted by web browsers to render text, images,Continue reading “Impress your crush😍❤. Html”
Parrot OS in Android
What is Parrot OS :- Parrot OS is a Debian-based Linux distribution designed for ethical hacking, penetration testing, digital forensics, and privacy and anonymity. It includes a wide range of security tools and comes with pre-installed anonymity tools to enhance privacy and protect the user’s identity. Parrot OS in Termux is a version of ParrotContinue reading “Parrot OS in Android”
SEToolkit in termux
What is phishing attack :- Phishing is a type of online scam where an attacker sends a fake message or email that appears to be from a legitimate source, like a bank or social media site, to trick individuals into providing sensitive information such as passwords, credit card numbers or other personal data. The attackerContinue reading “SEToolkit in termux”
Truecaller js (find phone numbers details)
What is number information gathering :- Number information gathering refers to the process of collecting and analyzing data related to numerical quantities. This could include things like financial data, statistical information, or other quantitative measurements. The process of number information gathering may involve collecting data from a variety of sources, such as surveys, financial reports,Continue reading “Truecaller js (find phone numbers details)”
SpiderFoot (OSINT tool)
𝙾𝚏𝚏𝚒𝚌𝚒𝚊𝚕 𝚠𝚎𝚋𝚜𝚒𝚝𝚎 – spiderfoot.net 𝚆𝚑𝚊𝚝 𝚒𝚜 𝙾𝚂𝙸𝙽𝚃 – OSINT stands for Open-Source Intelligence. It refers to the practice of collecting, analyzing, and disseminating information that is publicly available and legally obtainable. This can include information from social media, websites, news articles, government reports, and other sources. OSINT is often used by organizations and individuals toContinue reading “SpiderFoot (OSINT tool)”
Holehe Email information gathering tool 📧.
Summary : Efficiently finding registered accounts from emails. Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Installation : ⬇️ With PyPi : pip3 install holehe Git clone : -Help : Output : ┻┳|―-∩┳┻| ヽ┻┳| ● |┳┻|▼) _ノ Thanks for visiting☺┻┳| ̄ )┳ミ( ̄ /┻┳T ̄|Continue reading “Holehe Email information gathering tool 📧.”
Draw Android logo. Using python turtle.
import turtle as tt.penup()t.goto(-80,80)t.pendown() t.speed(0)t.pencolor(“#3DDC84”) def circle(): t.begin_fill() t.fillcolor(‘white’) t.circle(7) t.end_fill() def android1(): t.begin_fill() t.fillcolor(“#3DDC84”) t.forward(150) t.left(90) for i in range(238): t.left(0.76) t.forward(1) t.end_fill() t.penup() t.goto(-40,120) t.pendown() circle() t.penup() t.goto(24,120) t.pendown() circle() t.penup() t.goto(-34,150) t.pendown() t.pensize(4) t.right(140) t.forward(40) t.penup() t.goto(34,144) t.pendown() t.pensize(4) t.right(80) t.forward(46) def android2(): t.begin_fill() t.fillcolor(“#3DDC84”) t.pensize(1) t.right(141) t.forward(100) for i in range(20):Continue reading “Draw Android logo. Using python turtle.”
Draw doremon with python turtle.
Sqlmap termux command.
Installation : ⬇️ ● apt update ● apt install python python2 ● apt install git ● git clone https://github.com/sqlmapproject/sqlmap ● cd sqlmap ● chmod +x sqlmap.py ● python2 sqlmap.py We are providing for only educational purpose. Ethical Hacking full course – paid 💰. For contact📞 Thank you for visiting.