Skip to main content

Posts

Tools Used for hacking

 Tools and software and the importance of knowing how to use them for ethical hacking purposes. Kali Linux: Introduce Kali Linux, which is a widespread distribution of Linux for penetration testing and ethical hacking. features, such as the pre-installed penetration testing and security tools, and the ease of use provided by the user-friendly interface. Metasploit:  Metasploit is a framework for developing and executing exploit code.  it can be used to identify vulnerabilities in a target system and demonstrate how to use it to launch an exploit. Nmap:  Nmap, is a network mapping tool used to discover hosts and services on a computer network. it can be used to perform port scanning, OS detection, and other reconnaissance activities. Wireshark:  Wireshark, is a packet capturing and analysis tool used to analyze network traffic.  it can be used to analyze and troubleshoot network issues, and demonstrate how to use it to capture and analyze network traffic. Ai...

About Hacker :+

Hacking is the word to which we all are afraid of. In today's world everyday we can listen that something or the other is being hacked. Generally people have in their mind that hacking means something that is illegal or doing something out of the law. But it's not what we think so in this blog let us clearly understand what hacking is and how many types of hackers are there. What is Hacking? Hacking means gaining access to others computer or system either through legal or illegal means. Who are hackers? Hackers are persons who find the vulnerabilities or the loop holes present in the system and try to gain their access. Types of hackers:- There are generally three types of hackers:- I) Black Hat Hackers :- Black hat Hackers are those who try to get the access of the computer without the permission of the owner. II) White Hat Hackers :- White hat Hackers are also referred to as ethical hackers. This hackers work for the government or other big companies to find the b...

Hanuman Chalisa

॥ श्री हनुमान चालीसा ॥ ॥ दोहा॥ श्रीगुरु चरन सरोज रज निज मनु मुकुरु सुधारि । बरनउँ रघुबर बिमल जसु जो दायकु फल चारि ॥ बुद्धिहीन तनु जानिके सुमिरौं पवन-कुमार । बल बुधि बिद्या देहु मोहिं हरहु कलेस बिकार ॥ ॥ चौपाई ॥ जय हनुमान ज्ञान गुन सागर । जय कपीस तिहुँ लोक उजागर ॥ राम दूत अतुलित बल धामा । अंजनि पुत्र पवनसुत नामा ॥ महाबीर बिक्रम बजरंगी । कुमति निवार सुमति के संगी ॥ कंचन बरन बिराज सुबेसा । कानन कुण्डल कुँचित केसा ॥४ हाथ बज्र अरु ध्वजा बिराजै । काँधे मूँज जनेउ साजै ॥ शंकर सुवन केसरी नंदन । तेज प्रताप महा जगवंदन ॥ बिद्यावान गुनी अति चातुर । राम काज करिबे को आतुर ॥ प्रभु चरित्र सुनिबे को रसिया । राम लखन सीता मन बसिया ॥८ सूक्ष्म रूप धरि सियहिं दिखावा । बिकट रूप धरि लंक जरावा ॥ भीम रूप धरि असुर सँहारे । रामचन्द्र के काज सँवारे ॥ लाय सजीवन लखन जियाए । श्री रघुबीर हरषि उर लाये ॥ रघुपति कीन्ही बहुत बड़ाई । तुम मम प्रिय भरतहि सम भाई ॥१२ सहस बदन तुम्हरो जस गावैं । अस कहि श्रीपति कण्ठ लगावैं ॥ सनकादिक ब्रह्मादि मुनीसा । नारद सारद सहित अहीसा ॥ जम कुबेर दिगपाल जहाँ ते । कबि कोबिद कहि सके कहाँ ते ॥ तुम...

SCAM ALERT ⚠️

This blog i am writing with my own personal experience that I faced few days before and in this blog i will also give you the solution how you can protect yourself from those frauds or scam ! This scam is mostly done in the name of Indian Military 🪖🎖️ or army officer suppose you want to sell something in OLX and you have given ad for that so they will contact you and will convince you by saying that they wanted to buy that particular thing you have given the ad. Then they will ask you for your mobile number then they will contact and ask you to send you PHONEPE UPI ID or Paytm UPI ID . After that they will ask you to check your balance and will tell you that they will do the payment throught the Army Canteen Card and will say you that its a two sided payment facility and will ask you to send them 50 rupees and then they send you 100 ruppes to make you believe in them and like this they will take all the money you have in your account and will never get your money back. Precautio...

Number System Part 2:-

 How to convert the Decimal Number System to Octal Number System:-   Step1. Divide the given number by 8. Step 2. Keep Dividing the number until the quotient comes to 1. Step 3. After that write the remainder from downstairs to upstairs.   How to convert the Octal Number System to Decimal Number System:- THANK YOU

Number System: Part 1

 Number System Digital techniques have found their way into numerous areas of technology but the area of automatic digital computers is by far the most notable and most extensive. As you know, a computer is a system of hardware that performs arithmetic operations, manipulates data, and makes decisions DIGITAL NUMBER SYSTEMS In digital representation, various number systems are used. The most common number systems are decimal, binary, octal, and hexadecimal. Let us discuss these number systems   Conversion from a Decimal Number system to Binary Number System:- Step1:- You have to divide the number by 2 and write its remainder in the right hand side . Step2:- Then again you have to divide the quotient by 2. Step3:- You have to continue this process until the quotient is 1. Conversion from a Binary Number System to Decimal Number system:- Step1. From the left hand side u have to multiply the given binary number by 2 and start the power with 0 as you can see in the above given exa...