Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to Spy on Someone’s WhatsApp Messages without touching their phone.

To hack WhatsApp with PullOutCorrWhatsApp it’s obligatory to have a good Internet connection. it identifies the user by the phone number…

Continue reading on Medium »
hacking: security in practice
Any recomendation on Networking Simulators ?

For a college proyect, my team and i are trying to choose a Network Simulator to analize some basic Pentest Attacks (i.e: MITM, DDoS, ARP-spoof, DNS-spoof, etc).

We've already read about the following:

* GNS3
* eNSP
* Cisco Packet Tracer
* EVE-NG

Our porpuse is to simulate the attacks, and then analyze the data flows on Wireshark, for each protocol involved.

The number of devices will be the minimum (1 Attack Machine, 1-3 Targets Machine, 1 Router, 1 Firewall)

Which option do you recommend to carry out this experiment?

submitted by /u/psicohistoriador
[link] [comments]
Understanding URL Encoding

a.k.a Percent Encoding and why is it important?Continue reading on Medium »
Read more...
a.k.a Percent Encoding and why is it important?Continue reading on Medium » (https://shalwingeorge.medium.com/understanding-url-encoding-d45220347eab?source=rss------bug_bounty-5)
hacking: security in practice
I’m bummed out.

I built the Quasar Rat about 10 times now over and over and I just don’t know what’s wrong it’s not connecting to my client. I’m not the best but I’m learning and it’s a lot harder with no particular place to learn RATS. Can someone help? I can pay for your time once I learn the skill. Would appreciate it a lot.

submitted by /u/var55
[link] [comments]
Chapter2 — How to start a journey in the field of Pentesting and Bug hunting.

The tedious journey will start with loads of hesitation, doubts and problems but will provide sudden excitement too.Continue reading on Medium »
Read more...
The tedious journey will start with loads of hesitation, doubts and problems but will provide sudden excitement too.Continue reading on Medium » (https://vsr13.medium.com/chapter2-how-to-start-a-journey-in-the-field-of-pentesting-and-bug-hunting-a65d3c370529?source=rss------bug_bounty-5)
Hello.
I’m sorry for my poor English.Continue reading on Medium » (https://sugarsolt.medium.com/laravel-cve-2021-3129-testing-d4fb4c76e159?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials pinned «Black Hat Ethical Hacking Offensive Security Tool: Hunt https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg Offensive Security Tool: HuntPost Views: 69 https://www.blackhatethicalhacking.com/wp-content/up…»
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is PGP Encryption?

In this tutorial, we will study What is PGP Encryption and hashing, How does PGP encryption work, What is the role of hashing in PGP…

Continue reading on Medium »
HOW TO USE STACER TO CLEAN UP YOUR LINUX

If you use linux you might miss ccleaner and it's utilities to clean windows. Well we have different tools on Linux which are free to use.

1️⃣ Install Stacer

For debian and ubuntu users you can install stacer by command-line interface:

sudo apt install software-properties-common

sudo add-apt-repository ppa:oguzhaninan/stacer

[HIT ENTER]

sudo apt update 

sudo apt install stacer

It may happen that you get error messages about the GPG key. You can remove the repository by typing :

sudo add-apt-repository --remove ppa:oguzhaninan/stacer 

If you don't want add repository you can simply download & install the debian package from their github page :
https://github.com/oguzhaninan/Stacer/releases


sudo apt install curl systemd

cd /tmp

wget https://github.com/oguzhaninan/Stacer/releases/download/v1.1.0/stacer_1.1.0_amd64.deb

sudo apt install ./stacer_1.1.0_amd64.deb -y

2️⃣ Start Stacer

sudo stacer

(To run stacer as superuser)

The first tab that you will see is the dashboard with CPU, Memory and Disk.

Screenshot :
https://i.imgur.com/NVekJn1.png

3️⃣ Overview

As far as we can see there are different icons with different features.

Startup ApplicationsShows you all applications which will be launched on startup

System Cleaner Will clean your system of package caches, crash reports, application logs, application caches and t he trash

SearchIs a browsing tool for your file system to find files.(Need to select directory)

Services Shows you all running and not running services.

ProcessesGives an overview about all running processes.

Uninstaller Uninstall packages by search options or manually search.

RessourcesShows CPU, Disk Read Write, Memory, Network, File System (A better taskmanager of windows).

HelpersPrint Hosts.

APT Repository ManagerHere you can manage your Repositories (enable / disable).

SettingsLanguage, Disks, Start Page.

4️⃣ Clean Up

Head over to the »System Cleaner« tab and click "Select all" and click »Search«

Screenshot :
https://i.imgur.com/7uhK9hH.png

Again click »Select all« and then click the 🧹 icon.

Screenshot :
https://i.imgur.com/0oSQ9od.png

Finally your system has been cleared for the first.

Later an advanced tutorial about bleachbit.

Written by @MrBlackX 😘