Posts

~How to change resolution in hyper-v kali linux #kalilinux #kali #hyperv #virtualenvironment

 By default you cannot change the Kali Linux resolution out of the settings menu when running on a Hyper-V Virtual Machine. To change the resolution: 1. Open a terminal session 2. Run the command: sudo vi /etc/default/grub 3. Scroll down to the line GRUB_CMDLINE_LINUX_DEFAULT=”quiet” and press the [i] Key to enable the Insert function on Vi editor 4. Change the resolution configuration for the Hyper-V Video Synthetic driver  with the following: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:1920×1080″ 5. Write changes and quit Vi: Press the Esc Key Type :wq   6. Update the Grub configuration by running the command: sudo update-grub 7. Reboot the virtual machine restart When you go to login to Kali Linux it will still have the default resolution but once you have logged into the operating system it will refresh and open in your new resolution.

File Cracker GitHub Repository #passwordcracking

Description : The post is about a tool called "File Cracker" available on GitHub. GitHub URL : https://github.com/R3LI4NT/File-Cracker Tool Description : File Cracker is a tool used for cracking various file types such as ZIP, RAR, and PDF files. Post Content : The post shows a screenshot of the tool in use within a terminal, and the comments provide the GitHub link for accessing the tool.

How to get ip address of all the connected device on the network on linux using cli #nmap #network #connecteddevices #linuxcommands #kalilinux #linux #linuxserver

  #nmap #network #connecteddevices #linuxcommands #kalilinux #linux #linuxserver  To get all the IP addresses available on a network in Linux (Kali), you can use the following methods: **Method 1: Using `nmap`** You can use `nmap` to scan the network and list all the IP addresses. Here's an example: ```bash nmap -sP 192.168.1.0/24 ``` Replace `192.168.1.0/24` with the IP address range of your network. **Explanation:** * `-sP` option tells `nmap` to perform a ping scan, which sends an ICMP echo request packet to each IP address in the specified range. * `192.168.1.0/24` is the IP address range in CIDR notation, where `192.168.1.0` is the network address and `24` is the subnet mask. **Method 2: Using `arp-scan`** You can use `arp-scan` to scan the network and list all the IP addresses. Here's an example: ```bash arp-scan -q 192.168.1.0/24 ``` Replace `192.168.1.0/24` with the IP address range of your network. **Explanation:** * `-q` option tells `arp-scan` to suppress the header...

Cybersecurity Month

 Cybersecurity Month, observed in October, is an initiative to raise awareness about the importance of cybersecurity and promote best practices to protect personal and organizational data. It often features educational campaigns, workshops, and resources to help individuals and businesses strengthen their cyber defenses.  Each week may focus on different themes, such as: 1. **Recognizing and Reporting Phishing**: Educating about phishing scams and how to identify suspicious emails and links. 2. **Securing Your Devices**: Emphasizing the importance of using strong passwords, enabling two-factor authentication, and keeping software updated. 3. **Protecting Personal Information**: Discussing how to safeguard sensitive information, both online and offline. 4. **Cybersecurity at Work**: Encouraging businesses to implement strong security policies and provide training to employees. It’s a great time to reflect on your own cybersecurity practices and make improvements! why october Oc...

Forensic Tools #forensic #hacking

 ### Network Forensic Tools - Nmap - Wireshark - Xplico - Snort - TCPDump - The Sleuth Kit ### Email Forensic Tools - MailXaminer - MailPro+ - Xtraptor - Aid4Mail - eMailTrackerPro - Autopsy ### Mobile Forensics Tools - Elcomsoft iOS Forensic Toolkit - Mobile Verification Toolkit - Oxygen Forensic - MOBILedit - Cellebrite UFED - MSAB XRY ### OSINT Tools - Maltego - Nmap - OSINT Framework - Shodan - Recon-ng - TheHarvester ### Live Forensics Tools - OS Forensics - Encase Live - CAINE - F-Response - Kali Linux Forensic Mode ### Memory Forensics Tools - Volatility - Dumptl - memDump - Access data FTK Imager - Hibernation Recon - WindowSCOPE ### Malware Analysis Tools - Wireshark - YARA - Malwarebytes - VirusTotal - Cuckoo Sandbox - IDA Pro ### Data Recovery Tools - Recuva - EaseUS Data Recovery - TestDisk - Stellar Data Recovery - PhotoRec - Disk Drill ### Cloud Forensic Tools - Magnet AXIOM - MSAB XRY Cloud - Azure CLI

Ethical Hacking Tools #kalilinux #hacking #ethicalhacking #hackingtools #ethicalhackingtools

 1. Kali Linux 2. Wireshark 3. Nmap 4. Burp Suite 5. Gophish 6. Aircrack-ng 7. Have I Been Pwned 8. Metasploit Framework 9. Nikto 10. Hack The Box 11. pfSense 12. Cyber Chef 13. Snort 14. Ghidra 15. Deshashed 16. OpenVAS 17. OSSEC 18. SQLMap 19. Remnux 20. Zed Attack Proxy Tools:- Information Gathering: Nmap Shodan Maltego TheHarvester Recon-NG Amass Censys OSINT Framework Netlas.io -  Netlas.io is designed to gather and analyze publicly available information, making it useful for cybersecurity professionals and ethical hackers. Gobuster Red Hawk - Information Gathering and Vulnerability Analysis. Password Cracking: John The Ripper Hydra Hashcat OPHCrack Medusa THC-Hydra Cain & Abel Wireless Hacking: Aircrack-NG Wifite Kismet TCPDump Airsnort Netstumbler Reaver Software Engineering: GoPhish HiddenEye SocialFish EvilURL Evilginx Vulnerability Scanning: OpenVAS Nessus AppScan LYNIS Retina Nexpose Forensics: SleuthKit Autopsy Volatility Guymager Foremost Binwalk Wireshark Exp...

Security Privacy OS(Operating System) #security #privacy #secureos #WhonixOS #TailsOS #QubesOS #DebianSecurity #GrapheneOS #PrivacyOS #SecureOS #AnonymousBrowsing #Cybersecurity #DataPrivacy #LinuxSecurity #OpenSource #OnlinePrivacy #MobileSecurity #PrivacyFirst

 1.Whonix 2.Tails 3.Debian 4.Quebes OS 5.Graphene OS ### Tags: - Whonix OS - Tails OS - Qubes OS - Debian Security - Graphene OS - Privacy-Focused OS - Secure Operating Systems - Anonymous Browsing - Cybersecurity Tools - Open Source Security - Data Privacy OS - Linux Privacy Tools - Security-Centric Linux Distributions - Mobile Privacy OS (for Graphene OS) - Qubes OS Security

fsmon - Monitoring tool #tools

 **fsmon** is a lightweight file system monitoring tool designed to monitor changes in a specified directory or file system. It can be used to track file modifications, creations, deletions, and other events. Here are some key features and functionalities: 1. **Real-time Monitoring**: fsmon can provide real-time notifications about changes happening in the monitored file system. 2. **Event Types**: It typically tracks various events, such as file access, modifications, deletions, and more. 3. **Configurability**: Users can usually specify which directories or files to monitor and set up filters for events of interest. 4. **Lightweight**: It is designed to be efficient and consume minimal system resources. 5. **Cross-Platform**: Many implementations of file monitoring tools like fsmon are available on multiple platforms, including Linux, Windows, and macOS. 6. **Logging and Alerts**: Some versions may include options for logging changes or sending alerts to users when significant ch...

How To Customize Linux Bootloaders ... #customization #linuxcustomization #kalilinuxcustomization

 /etc/default/grub - add this line at the end GRUB_THEME=/boot/grub/themes/Telsa/theme.txt  sudo update-grub - then done reboot. and u r good to go. How to fix the resolution problem type c vbeinfo  or videoinfo in the second or third line u will find the resolution then reboot open /etc/default//grub/ and uncooment the below line then update the resolution #GRUB_GFXMODE=640x480 /boot/grub/themes/ /boot/grub/ - background image.png

SMS, Email and Call B@mbi@g #tools

Image
Clone the repositoty of tbomb and run the bash file.

Ftp server #linux #services

 To enable and use an FTP server on Kali Linux, you can use `vsftpd` (Very Secure FTP Daemon). Here’s a step-by-step guide: ### 1. Install vsftpd First, install `vsftpd` using the following command: ```bash sudo apt update sudo apt install vsftpd ``` ### 2. Configure vsftpd After installation, you need to configure the FTP server. The configuration file is located at `/etc/vsftpd.conf`. Open the configuration file with a text editor: ```bash sudo nano /etc/vsftpd.conf ``` ### 3. Basic Configuration Make the following changes to the configuration file for a basic setup: - Uncomment the following lines:   ```plaintext   write_enable=YES   local_umask=022   ```    - Add or modify the following lines to ensure proper functionality:   ```plaintext   anonymous_enable=NO   local_enable=YES   chroot_local_user=YES   ``` ### 4. Create FTP Directory and Set Permissions Create a directory for the FTP users and set the appropriate permissi...