google.com, pub-7659628848972808, DIRECT, f08c47fec0942fa0 Pro Learner

Please click on ads

Please click on ads

Wednesday 7 August 2024

What is http.

Well, you daily surf Internet using your favorite Web Browser (Client) to access Web-Sites, Mails, and Social Sites etc.. But how all these stuffs works and communicate with each others ? Every Web-Site has an unique name called Domain Name also referred as (Uniform Resource Locator) URL, And every URL starts with four letter (string) (http://) HTTP (Hyper Text Transfer Protocol). Protocol World Wide Web Domain Directory Path Name Well Protocol means a set of rule and functions. Sometimes you might see (https://) (S) stands for secure : It means the communication is secure, Sometimes ports are also included in URL (http://localhost:8080/) The HTTP (Hyper Text Transfer Protocol) is an application protocol used to request web server for web pages, applications, scripts, medias and Dynamic pages. HTTP is responsible for responding client’s request and to delivers web pages to client’s browser. HTTP is simple text based protocol. HTTP is only the protocol for communication between client and server. Suppose you want to access Google site on your browser. You type URL in your browser and hit enter, at that moment your browser generates HTTP request including Domain Name, Path, Method, Directory and Requested File and send it to server, The Request goes through the Internet to the server and server responds you back with HTML, JavaScript, Images and CSS files that your browser can understand and finally it display’s on your screen.

Wednesday 7 February 2024

latest search keywords and topics for 2024

Here are some potential blog/video niche ideas around the trending search topic of emerging technology in 2024: Niche Idea 1: Self-Driving Cars - Evolution of self-driving car technology - Comparing Tesla, Waymo and other autonomous vehicles - When will self-driving cars become mainstream? - Reviewing the self-driving car experience as a passenger - Self-driving car safety and accident data analysis - How self-driving cars see and navigate roads - Impact of autonomous vehicles on the future of transportation Niche Idea 2: Augmented and Virtual Reality - Comparing AR vs VR technology and capabilities - Reviewing new AR/VR hardware like headsets and glasses - Hands-on with new AR and VR apps and experiences - The potential of AR/VR for education, gaming, work, etc. - Are AR/VR the future of social media and entertainment? - Upcoming trends and predictions for AR/VR tech - Developer guides for creating AR/VR apps Niche Idea 3: Cryptocurrency and Blockchain - Intro guides to crypto and blockchain for beginners - Latest news and trends in Bitcoin, Ethereum, Dogecoin etc. - New cryptocurrencies emerging in 2024 - Security and investment tips for crypto - Evaluating new blockchain applications and use cases - Cryptocurrency price analysis and forecasts - Web3 and the decentralized internet's potential Let me know if you would like me to expand on any of these niches or provide additional technology-focused niche ideas!

Saturday 27 January 2024

advance diploma in computer application accounting and publishing

Here are some key details about an Advanced Diploma in Computer Application Accounting and Publishing: - Scope: This diploma program focuses on developing skills in accounting, bookkeeping, financial reporting, and publishing using computer applications. Students learn accounting and finance software as well as desktop publishing tools. - Duration: Most Advanced Diploma programs are 1-2 years full-time or 2-3 years part-time. - Courses: Typical courses include financial accounting, managerial accounting, taxation, bookkeeping, auditing, computerized accounting systems, desktop publishing, graphic design, editing, and project management. - Skills Gained: Students learn accounting principles, bookkeeping practices, financial reporting standards, and how to use accounting and publishing software like QuickBooks, MS Excel, Adobe InDesign, Photoshop etc. - Career Options: Graduates can work as accounting technicians, bookkeepers, accounting assistants, accounts payable/receivable clerks, publishing assistants, desktop publishers, freelance editors etc. - Progression: The diploma provides an alternative pathway to a Bachelor's in Accounting, Finance, Business or Publishing. Some credits may be transferred towards a degree program. - Recognition: Diplomas are nationally recognized qualifications for entry-level roles. Professional accounting bodies may require additional exams for certification. So in summary, it provides technical skills needed for accounting and publishing support functions using computer applications.

Thursday 31 August 2023

python projects for beginner

 Certainly! Here are some beginner-friendly Python project ideas that can help you learn and practice programming concepts:


1. **To-Do List Application:** Create a simple console-based to-do list manager. Users should be able to add tasks, mark them as complete, and remove tasks.


2. **Guess the Number Game:** Develop a game where the computer selects a random number and the player has to guess it. Provide hints such as "too high" or "too low" to guide the player.


3. **Calculator:** Build a basic calculator that can perform arithmetic operations like addition, subtraction, multiplication, and division based on user input.


4. **Simple Alarm Clock:** Create a program that allows users to set an alarm time and then notifies them with a sound or message when the time arrives.


5. **Currency Converter:** Build a program that converts between different currencies using exchange rates that you can input or fetch from an API.


6. **Weather App:** Develop a weather application that uses a weather API to provide current weather conditions and forecasts for a given location.


7. **Tic-Tac-Toe Game:** Implement a two-player console-based Tic-Tac-Toe game.


8. **Basic Text Editor:** Create a simple text editor with features like opening, editing, and saving text files.


9. **Hangman Game:** Build a console-based Hangman game where players guess letters to complete a hidden word.


10. **Random Quotes Generator:** Create a program that displays random inspirational or funny quotes every time it's run.


11. **BMI Calculator:** Build a program that calculates a person's Body Mass Index (BMI) based on their height and weight, and provides a simple interpretation of the result.


12. **Dice Rolling Simulator:** Develop a program that simulates rolling dice. Allow users to choose the number of dice and sides on each die.


13. **Palindrome Checker:** Write a program that checks if a given word or phrase is a palindrome (reads the same forwards and backwards).


14. **Simple Web Scraper:** Create a program that uses libraries like BeautifulSoup to scrape data from a website and display relevant information.


15. **Personal Diary:** Build a basic diary application where users can write and save entries for different dates.


Remember that the goal of these projects is to help you learn and practice coding concepts, so don't worry if they seem simple. As you complete these projects, you'll gain more confidence and skills to tackle more complex ideas. Feel free to customize and expand upon these projects as you become more comfortable with programming in Python.

Wednesday 23 August 2023

How To Hack Facebook Using Kali LINUX

  ❇️ How To Hack Facebook Using Kali LINUX

⚠️Disclaimer: This tutorial is completely for Educational Purpose.


🔹Step 1: Install Kali Linux if you haven't installed it yet. In Kali, there is software called the Browser Exploitation Framework (BeEF). 


🔹Step 2: Open BeEF, it will start by opening the terminal.


🔹Step 3: This is the most difficult part of this hack. You must need the victim to click on our specially designed JavaScript link to "hook" their browser.


👉 Let me assume you've hooked the Victim's browser.


🔹Step 4: After Hooking, its IP address, along with the operating system and browser type icons, will appear in the "Hooked Browsers" panel on the left. If we click on the hooked browser, it opens a BeEF interface on the right side.


🔹Step 5: Click on the "Commands" tab, then scroll down the "Modules Tree" until you come to "Social Engineering". It will display numerous social engineering modules. 


🔹Step 6: Click on "Pretty Theft," which will open a "Module Results History" and "Pretty Theft" window. (This module allows us to send a pop-up screen in the user's browser. We will be using the Facebook dialog box )


🔹Step 7: When you click "Execute" in BeEF, a dialog box will appear in the victim's browser. Most people will trust that their Facebook session has expired and will enter their credentials.


🔹Step 8: Harvest Their Credentials and Enjoy.


✅ That's it, You're done. You can also use various dialog boxes like LinkedIn, YouTube etc. But "Don't misuse this Method".


Keep supporting us ❤️,

Activate Windows 10 For Free

 ðŸ”°Activate Windows 10 For Free🔰



1. open up notepad


2. Paste this: 


@echo off

title Windows 10 ALL version activator&cls&echo ************************************ &echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation...

cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul

echo ************************************ &echo.&echo.&set i=1

:server

if %i%==1 set KMS_Sev=kms.chinancce.com

if %i%==2 set KMS_Sev=NextLevel.uk.to

if %i%==3 set KMS_Sev=GuangPeng.uk.to

if %i%==4 set KMS_Sev=AlwaysSmile.uk.to

if %i%==5 set KMS_Sev=kms.chinancce.com 

if %i%==6 set KMS_Sev=kms.shuax.com

if %i%==7 exit

cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul

cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& ************************************ & echo. & choice /n /c YN /m "Do you want to restart your PC now [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)

shutdown.exe /r /t 00


3. Save as a .bat and run

Sunday 20 August 2023

Website information gathering in Termux

 ðŸ”°Website information gathering in Termux 🔰



             

◾BASIC SCAN


         • DNS Lookup

         • IP Address

         • Web Server Detection 

         • CMS Detection

         • Geo-IP Lookup

         • robots.txt Scanner

         • Nmap Port Scan


        

🔰 Install withTermux 🔰


• apt install git


• git clone https://github.com/Tuhinshubhra/RED_HAWK.git


• ls


• cd RED_HAWK


• ls


• chmod +x rhawk.php


• ls


• apt install php


• ls


• php rhawk.php


◾Enter The Website You Want To Scan :                               www.***.com


◾ENTER : 1 For HTTP OR Enter 2 For HTTPS:  [ Your Side http: {enter 1}   Your Side https: {enter 2} ]


Sunday 6 August 2023

install Jarvis on Termux

 ðŸ”°JARVIS-WELCOME🔰

Jarvis is an artificial intelligence system developed by Tony Stark (Iron Man) in the Marvel Comics and Marvel Cinematic Universe. In the movies, it stands for "Just A Rather Very Intelligent System." Jarvis assists Tony Stark in various tasks, such as controlling his Iron Man suits, providing information, and managing his home. However, it's essential to note that in the real world, Jarvis is a fictional character and not an actual AI system that exists. If you're interested in real AI systems, I can certainly provide information on those!

🔸 ABOUT THE TOOL 🔸

▪️ Modify your termux with a voice interface.


▪️INSTALLATION WITH TERMUX


• apt update && apt upgrade -y 


• apt install git -y


• pkg install mpv -y


• git clone https://github.com/AmshenSha


• cd jarvis-welcome


• chmod +x *


• sh install.sh


🔰UNINSTALL IN TERMUX🔰


• cd jarvis-welcome


• bash rvt.sh

and more videos for hacking


Videos for android hacking 

Monday 31 July 2023

Sansad Bhawan Of India

 Sansad Bhawan is the building that houses the Parliament of India in New Delhi. It is located on Sansad Marg, which is near Connaught Place, one of the prime commercial areas in the city.


The construction of Sansad Bhawan began in 1921 and was completed in 1927. It was designed by the British architect Edwin Lutyens, who also designed many other iconic buildings in Delhi, including Rashtrapati Bhawan (the President's House) and India Gate. The building follows the classical architectural style and is a blend of Indian and western architectural elements.


Sansad Bhawan is spread across a large area and consists of several halls and chambers. The most prominent among them is the Central Hall, which is the meeting place of both houses of Parliament - the Lok Sabha (House of the People) and the Rajya Sabha (Council of States). The Central Hall has a capacity of around 600 members and is also used for joint sessions of both houses and important ceremonial events.


The building also houses various committee rooms, offices of Parliament members, libraries, and other support facilities. The Lok Sabha and Rajya Sabha chambers are located in separate wings of the Bhawan. The chambers are equipped with modern technology to facilitate the functioning of Parliament, including audio-visual systems and simultaneous interpretation facilities.


Sansad Bhawan has witnessed many important moments in Indian history, including debates on significant legislations, presidential addresses, and swearing-in ceremonies of Prime Ministers and Presidents. The building is also open for public tours, where visitors can learn about the functioning of the Parliament and its historical significance.


Overall, Sansad Bhawan is not only an architectural marvel but also holds immense political and historical importance as the seat of the Indian P arliament.

Thursday 27 July 2023

How to become a Hacker

However, if you are interested in computer security and ethical hacking, there are legitimate paths you can take to become a cybersecurity professional. Ethical hackers, also known as "white hat" hackers or cybersecurity experts, work to protect computer systems and networks from security vulnerabilities. Here are some steps you can take to pursue a career in cybersecurity:


1. **Education:** Obtain a formal education in computer science, cybersecurity, or a related field. Many universities and institutions offer degrees or certifications in cybersecurity.


2. **Networking and Programming Skills:** Develop a strong understanding of networking protocols and computer programming languages. Proficiency in languages like Python, C, C++, or Java can be valuable.


3. **Cybersecurity Certifications:** Obtain relevant certifications such as CompTIA Security+, Certified Ethical Hacker (CEH), Certified Information Systems Security Professional (CISSP), and others, depending on your area of interest.


4. **Learn About Operating Systems and Networking:** Familiarize yourself with various operating systems (e.g., Windows, Linux) and network technologies to understand how they function and interact.


5. **Stay Updated:** Cybersecurity is a rapidly evolving field. Keep yourself updated with the latest trends, vulnerabilities, and security best practices.


6. **Practice Ethical Hacking:** Engage in legal and ethical hacking challenges, known as Capture The Flag (CTF) competitions or bug bounties, to improve your technical skills.


7. **Join Cybersecurity Communities:** Participate in online forums, conferences, and workshops related to cybersecurity to learn from experienced professionals and expand your network.


8. **Work Experience and Internships:** Look for internships or entry-level positions in cybersecurity to gain practical experience.


9. **Follow Ethical Guidelines:** Always adhere to ethical guidelines and the law. Never attempt to hack or compromise systems without proper authorization.


Remember, cybersecurity professionals play a crucial role in safeguarding digital assets and ensuring the security of computer systems and networks. Pursue a career in cybersecurity responsibly and ethically, and contribute positively to the digital world.