Posts

Create a VBS script and run it when computer boots

 To create a VBS script that opens the `rabiaattach.blogspot.com` website when the computer starts, you'll need to create the script and set it to run at startup. Here’s how you can do it: 1. Create the VBS Script 1. Open **Notepad**. 2. Copy and paste the following code:    Set objShell = CreateObject("WScript.Shell")    objShell.Run "https://rabiaattach.blogspot.com"    Set objShell = Nothing 3. Save the file with a `.vbs` extension, for example, `OpenWebsite.vbs`. 2. Place the Script in the Startup Folder To make the script run when the computer starts, you can place it in the Windows Startup folder. 1. Press `Win + R` to open the Run dialog. 2. Type `shell:startup` and press Enter. This will open the Startup folder. 3. Copy the `OpenWebsite.vbs` file you created earlier and paste it into this Startup folder. Alternative Method: Using Task Scheduler If you want more control over when the script runs, you can use the Task Scheduler: 1. Press `Win + R`, type `t

INSTALLATION OF PACKAGES AFTER KALI BOOTUP AND UNINTALLATIONS

 Install VSCode on Kali Linux https://www.youtube.com/watch?v=Ha8ZfduQoR4&ab_channel=StefanRows kali linux install composer and laravel 9 https://gist.github.com/noynaert/4cce92ec25b8e4eae0eca8e9e000fd9c if not working then try, You can simply run  composer create-project --prefer-dist laravel/laravel blog  to install Laravel in  blog  directory. Then you go into  blog  directory and run  php artisan serve . Now your Laravel should already be online. Check this document for the Laravel installation  https://laravel.com/docs/5.3/#installing-laravel . Uninstall Composer: To uninstall Composer, you can use the following commands: bash Copy code sudo rm /usr/local/bin/composer

GITHUB

SAVE CREDENTIALS  git config --global credential.helper store GET WHERE GIT FETCH AND EDIT  git remote -v >> details.txt GET CONFIG DATA  git config --list >>checkDetails.txt GET GLOBAL CONFIG DATA git config --list --global GET LOCAL CONFIG DATA git config --list --local 1> By saving the details of git file, we can simply check all git data from that repository. 2> Access private repos using this command. => 

Hack Tools

 Autopsy: https://www.autopsy.comDescription: A graphical interface for The Sleuth Kit, Autopsy is a popular open-source digital forensics platform that helps with the analysis of disk images. The Sleuth Kit: //www.sleuthkit.org/Description: A collection of command-line digital forensic tools for analyzing disk images and performing file system analysis. EnCase: https://www.guidancesoftware.com/Description: EnCase by Guidance Software is a commercial digital forensic tool used by law enforcement and corporate investigators. X-Ways Forensics: https://www.x-ways.net/Description: A comprehensive digital forensic tool for computer forensics, disk imaging, and evidence collection. Forensic Toolkit (FTK): https://accessdata.com/products-services/forensic-toolkit-ftkDescription: FTK is a commercial digital forensics software used for data recovery and analysis. Volatility: https://www.volatilityfoundation.org/Description: Volatility is an open-source memory forensics framework used to analyze

PYTHON FOR ETHICAL HACKING INTRO

Image
  Here, We discuss some beautiful part of Python programming that is used for Ethical Hacking. Coming with lots of gifts for you. Let's go with PYTHON FOR ETHICAL HACKING INTRO. Introduction Part It is best that LINUX distribution is best for this Journey. You can use Kali or Parrot or any other Operating System. Firstly, Check that PYTHON INTERPRETER is install on your PC/LAPTOP. For checking this, simply open TERMINAL and type "PYTHON" or "PYTHON3". The version is different only. Given below figure shows that. Python Interpreter is already installed. In Python Interpreter, You can run Python codes for conformation that Python is running. Secondly, You need some prebuild python modules or packages. Here, We will learn how to apply python scripts/tools in Kali or Parrot to learn how to hack. https://pypi.org Now, the Provided link is for Python Packages. Those packages are fantastic for learning. You can search for Python Pac