Posts

OSINT (Open Source Intelligence)

Image
    Created by Bismoy Ghosh.  OSINT (Open Source Intelligence) refers to the process of gathering information from publicly available sources for intelligence purposes. It is commonly used in fields like cybersecurity, law enforcement, journalism, and competitive analysis. OSINT relies on a wide range of resources, including: - **Public databases**: Government records, academic publications, court filings, and patents. - **Social media**: Facebook, Twitter, LinkedIn, and other platforms provide valuable insights into people's networks, interests, and activities. - **Websites and forums**: Blogs, online forums, and news websites offer information on various topics, including emerging trends. - **Search engines**: Google, Bing, and other search engines help retrieve relevant information from the web. - **Technical resources**: WHOIS databases, DNS records, IP geolocation tools, and other network-related data sources.    ### Key Aspects of OSINT: - **Legal and Ethi...

OS DIFFERENCES

Image
Created by Bismoy Ghosh. Parrot OS, Kali Linux, and BlackArch are three popular Linux distributions tailored for penetration testing, ethical hacking, and security auditing. Each has its strengths, and the choice largely depends on personal preferences and specific needs. 1. **Parrot OS**    - **Focus**: Security, privacy, and development.    - **Pre-installed Tools**: Parrot OS comes with a broad range of tools for penetration testing, reverse engineering, digital forensics, cryptography, and privacy protection. It includes a full development environment and support for multiple programming languages.    - **User Interface**: Parrot offers a lighter, more user-friendly desktop environment (MATE or KDE), making it suitable for both beginners and professionals.    - **Anonymity/Privacy**: Parrot OS emphasizes privacy and anonymity, with tools like Tor and Anonsurf pre-installed.    - **Performance**: Lighter than Kali, suitable for low-re...

Kali Linux & Nethunter

Image
 Nethunter???? What is nethunter? How to use it? Created by Bismoy Ghosh . Nethunter is the mobile arm64 bit distribution of kali Linux .which is used for ethical hacking .  It has 2 form according to user private parts of device: 1. Non-rooted 2. Rooted 1. Non-rooted: Means it doesn't give you the root permission. So you can't use your device hardware manually. You can not use wlan, Bluetooth etc components. So beginners can install it and first learn read, write in Kali, update and upgrading database. Modify the system file , because testers use Linux for this . Users doesn't need to create the hardware profile to use this , but you need to learn the profile and know about the code. YouTubers and other those who don't know about this they mention that it is used for hacking , you can hack wifi, Facebook , any social media, you can be a professional hacker, 😂. But this is not the truth. You need to first learn the basic and advance . All information about Linux . The...

Questions Part:2

Image
 Why we not use github and create a repo of full code for projects in github ??  If we do it will be very easy to clone and use this script for users. Right??  Yes,its true. But at my view point I publish this script for them  they can see the code ,can learn ,With knowledge they can edit . They had the full power to modify. In github we don't know who created a script is good or bad . If they good they will create only the programs for public who can use easily and safely. But the creator was bad they will add a secret file to the repo for bad intentions. Like they can stole and also do many more . Any visitors can read the repo files if the file was visible.But if not they will not see the files. The bad creators add those hidden script. And if you run the script you will be hacked !  So I am against cloning the repository from github and running it. And I want those who will use my code to understand it. That is, learning purpose.So I don't put my code as a r...

Questions Part:1

Image
  Created by Bismoy Ghosh.  If we create a tool or use a python or any other script both Android and Linux are similar. If any system has different using method we will publish separately. But if not you can use the tool or script in android and Linux like kali, debian based , etc  as same .  Window has different theme to use those script also Mac systems.

How to Download Videos and Audios from a Video Link (On Windows)

Image
Created by Bismoy Ghosh --- 1. Install Python (If Not Installed) To use this script, you need Python installed on your Windows system. Steps to Install Python: 1. Go to the official Python website: https://www.python.org/downloads/ 2. Download and install the latest version of Python. 3. During installation, check the box for "Add Python to PATH". 4. After installation, open Command Prompt (cmd) and run: python --version If Python is installed correctly, it will display the version. --- 2. Install Required Packages Open Command Prompt (cmd) and enter the following commands: pip install yt-dlp pip install flask pip install ffmpeg --- 3. Create a Directory for the Project 1. Open Command Prompt and navigate to your preferred directory, e.g.: cd C:\Users\YourUsername\Desktop 2. Create a new folder: mkdir downloader 3. Navigate to the folder: cd downloader 4. Create a subfolder for templates: mkdir templates --- 4. Create the Python Script 1. Open Notepad or any text editor (e.g....

How to Download Videos and audios from video link (In Android)

Image
Maded by Bismoy Ghosh 1. First need to install Termux:  To install Termux on your Android device, follow these steps: 1. Install from F-Droid (recommended method): Open your browser and go to F-Droid. Download the Termux APK from the F-Droid website. Install the APK by allowing your phone to install apps from unknown sources (you can enable this in your phone's settings under "Security"). 2. Install from Google Play Store (older version): Open the Google Play Store on your device. Search for "Termux." Tap "Install" to download and install it. However, it's recommended to use the F-Droid method since the version on the Google Play Store may not be up to date. Grant storage permission: ~s: termux-setup-storage  And accept that . 2. Update && Upgrade : 1. apt update 2. apt upgrade It will update and upgrade all the packages. 3 Install nesseary packages: 1. apt install python  The language we will use is python . This is user friendly easy to u...