We are happy to announce the launch of our bug bounty program on Immunefi.Continue reading on Q Blockchain » (https://medium.com/q-blockchain/q-teams-up-with-immunefi-to-launch-a-bug-bounty-program-f4837247e4b6?source=rss------bug_bounty-5)
Welcome home, Quidli!Continue reading on Medium » (https://hatsfinance.medium.com/welcome-quidli-a479cb0ee449?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
CyberTalents BootCamp 2022 #Capture
https://cdn-images-1.medium.com/max/1188/1*jLad9lNZr2AdrIR8g7Fc1A.png
~ f3ru0s Kormy says… Congratulations!!! We have come to the last challenge of the CyberTalents BootCamp 2022. Good Luck with your endeavor…
Continue reading on Medium »
CyberTalents BootCamp 2022 #Capture
https://cdn-images-1.medium.com/max/1188/1*jLad9lNZr2AdrIR8g7Fc1A.png
~ f3ru0s Kormy says… Congratulations!!! We have come to the last challenge of the CyberTalents BootCamp 2022. Good Luck with your endeavor…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How I Got Hacked on Discord
https://cdn-images-1.medium.com/max/1090/1*1NVA5DZ87uhGqPR7_3-Hiw.jpeg
Creative Collaborators Are Especially Vulnerable to This Tactic
Continue reading on Medium »
How I Got Hacked on Discord
https://cdn-images-1.medium.com/max/1090/1*1NVA5DZ87uhGqPR7_3-Hiw.jpeg
Creative Collaborators Are Especially Vulnerable to This Tactic
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
[Tryhackme] b3dr0ck Write Up
https://cdn-images-1.medium.com/max/943/1*oTDQE54XqxtR0aTic9LstQ.png
Here’s what we’re given in the room at the start:
Continue reading on Medium »
[Tryhackme] b3dr0ck Write Up
https://cdn-images-1.medium.com/max/943/1*oTDQE54XqxtR0aTic9LstQ.png
Here’s what we’re given in the room at the start:
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Denial-of-Service
https://cdn-images-1.medium.com/max/813/1*sVjkGuVu5u22RJ_taxgw3w.png
A DoS attack is a type of security break that does not generally result in the theft of information. However, these attacks can harm the…
Continue reading on Medium »
Denial-of-Service
https://cdn-images-1.medium.com/max/813/1*sVjkGuVu5u22RJ_taxgw3w.png
A DoS attack is a type of security break that does not generally result in the theft of information. However, these attacks can harm the…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Nuevo malware sigiloso de Shikitega dirigido a sistemas Linux y dispositivos IoT
https://cdn-images-1.medium.com/max/1643/0*XBv8LNLlKNoKZoKw
Se descubrió una nueva pieza de malware sigiloso de Linux llamado Shikitega que adopta una cadena de infección de varias etapas para…
Continue reading on Medium »
Nuevo malware sigiloso de Shikitega dirigido a sistemas Linux y dispositivos IoT
https://cdn-images-1.medium.com/max/1643/0*XBv8LNLlKNoKZoKw
Se descubrió una nueva pieza de malware sigiloso de Linux llamado Shikitega que adopta una cadena de infección de varias etapas para…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Topology of Networking
https://cdn-images-1.medium.com/max/2600/0*I1jvNvzq5HWuK8_w
The actual layout of a network and its media is called Topology.
Continue reading on Medium »
Topology of Networking
https://cdn-images-1.medium.com/max/2600/0*I1jvNvzq5HWuK8_w
The actual layout of a network and its media is called Topology.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Introduction to Computer Networks
https://cdn-images-1.medium.com/max/2600/0*gtyHKsITMYva3T2k
Introduction : -Here I’m teaching about Networking in a simple way as possible.
Continue reading on Medium »
Introduction to Computer Networks
https://cdn-images-1.medium.com/max/2600/0*gtyHKsITMYva3T2k
Introduction : -Here I’m teaching about Networking in a simple way as possible.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Autodeauth : A Tool Built To Automatically Deauth Local Networks
Autodeauth is a tool built to automatically deauth local networks
* Tested on Raspberry Pi OS and Kali Linux
Setup
$ chmod +x setup.sh
$ sudo ./setup.sh
[] This can be changed by editing /etc/systemd/system/autodeauth.service [?] Enter your WiFi interface to use with the autodeauth service: wlan0 [] Installed!, you can use sudo autodeauth -h to see available options.
[] Use sudo systemctl start autodeauth to start the service [] Check the README for more infomation about configuring the service
Options
$ sudo autodeauth -h _ _ _ _ _ /\ | | | \ _ _ | || |_
/ _ \ || | / \ |) / –) ` | || | | ‘ \ // __,|____//__,|_,|__||||
usage: autodeauth [-h] –interface INTERFACE [–blacklist BLACKLIST] [–whitelist WHITELIST] [–led LED] [–time TIME] [–random] [–ignore] [–count COUNT] [–verbose VERBOSE]
Auto Deauth Tool
options:
-h, –help show this help message and exit
–interface INTERFACE, -i INTERFACE
Interface to fetch WiFi networks and send deauth packets (must support packet injection)
–blacklist BLACKLIST, -b BLACKLIST
List of networks ssids/mac addresses to avoid (Comma seperated)
–whitelist WHITELIST, -w WHITELIST
List of networks ssids/mac addresses to target (Comma seperated)
–led LED, -l LED Led pin number for led display
–time TIME, -t TIME Time (in s) between two deauth packets (default 0)
–random, -r Randomize your MAC address before deauthing each network
–ignore Ignore errors encountered when randomizing your MAC address
–count COUNT, -c COUNT
Number of packets to send (default 5000)
–verbose VERBOSE, -v VERBOSE
Scapy verbosity setting (default: 0)
Usage
After running the setup you are able to run the script by using autodeauth from any directory
Command line
Networks with spaces can be represented using their mac addresses
$ sudo autodeauth -i wlan0 –blacklist FreeWiFi,E1:DB:12:2F:C1:57 -c 10000
Service
$ sudo systemctl start autodeauth
Loot and Log files
Loot
When a network is detected and fits under the whitelist/blacklist criteria its network information is saved as a json file in /var/log/autodeauth/
{
“ssid”: “MyWiFiNetwork”,
“mac_address”: “10:0B:21:2E:C1:11”,
“channel”: 1,
“network.frequency”: “2.412 GHz”,
“mode”: “Master”,
“bitrates”: [
“6 Mb/s”,
“9 Mb/s”,
“12 Mb/s”,
“18 Mb/s”,
“24 Mb/s”,
“36 Mb/s”,
“48 Mb/s”,
“54 Mb/s”
],
“encryption_type”: “wpa2”,
“encrypted”: true,
“quality”: “70/70”,
“signal”: -35
}
Log File
$ cat /var/log/autodeauth/log
2022-08-20 21:01:31 – Scanning for local networks
2022-08-20 21:20:29 – Sending 5000 deauth frames to network: A0:63:91:D5:B8:76 — MyWiFiNetwork
2022-08-20 21:21:00 – Exiting/Cleaning up
Edit Service Config
To change the settings of the autodeauth service edit the file /etc/systemd/system/autodeauth.service
Lets say you wanted the following config to be setup as a service
$ sudo autodeauth -i wlan0 –blacklist FreeWiFi,myWifi -c 10000
$ vim /etc/systemd/system/autodeauth.service
Then you would change the ExecStart line to
ExecStart=/usr/bin/python3 /usr/local/bin/autodeauth -i wlan0 –blacklist FreeWiFi,myWifi -c 10000
Download
Autodeauth : A Tool Built To Automatically Deauth Local Networks
Autodeauth is a tool built to automatically deauth local networks
* Tested on Raspberry Pi OS and Kali Linux
Setup
$ chmod +x setup.sh
$ sudo ./setup.sh
[] This can be changed by editing /etc/systemd/system/autodeauth.service [?] Enter your WiFi interface to use with the autodeauth service: wlan0 [] Installed!, you can use sudo autodeauth -h to see available options.
[] Use sudo systemctl start autodeauth to start the service [] Check the README for more infomation about configuring the service
Options
$ sudo autodeauth -h _ _ _ _ _ /\ | | | \ _ _ | || |_
/ _ \ || | / \ |) / –) ` | || | | ‘ \ // __,|____//__,|_,|__||||
usage: autodeauth [-h] –interface INTERFACE [–blacklist BLACKLIST] [–whitelist WHITELIST] [–led LED] [–time TIME] [–random] [–ignore] [–count COUNT] [–verbose VERBOSE]
Auto Deauth Tool
options:
-h, –help show this help message and exit
–interface INTERFACE, -i INTERFACE
Interface to fetch WiFi networks and send deauth packets (must support packet injection)
–blacklist BLACKLIST, -b BLACKLIST
List of networks ssids/mac addresses to avoid (Comma seperated)
–whitelist WHITELIST, -w WHITELIST
List of networks ssids/mac addresses to target (Comma seperated)
–led LED, -l LED Led pin number for led display
–time TIME, -t TIME Time (in s) between two deauth packets (default 0)
–random, -r Randomize your MAC address before deauthing each network
–ignore Ignore errors encountered when randomizing your MAC address
–count COUNT, -c COUNT
Number of packets to send (default 5000)
–verbose VERBOSE, -v VERBOSE
Scapy verbosity setting (default: 0)
Usage
After running the setup you are able to run the script by using autodeauth from any directory
Command line
Networks with spaces can be represented using their mac addresses
$ sudo autodeauth -i wlan0 –blacklist FreeWiFi,E1:DB:12:2F:C1:57 -c 10000
Service
$ sudo systemctl start autodeauth
Loot and Log files
Loot
When a network is detected and fits under the whitelist/blacklist criteria its network information is saved as a json file in /var/log/autodeauth/
{
“ssid”: “MyWiFiNetwork”,
“mac_address”: “10:0B:21:2E:C1:11”,
“channel”: 1,
“network.frequency”: “2.412 GHz”,
“mode”: “Master”,
“bitrates”: [
“6 Mb/s”,
“9 Mb/s”,
“12 Mb/s”,
“18 Mb/s”,
“24 Mb/s”,
“36 Mb/s”,
“48 Mb/s”,
“54 Mb/s”
],
“encryption_type”: “wpa2”,
“encrypted”: true,
“quality”: “70/70”,
“signal”: -35
}
Log File
$ cat /var/log/autodeauth/log
2022-08-20 21:01:31 – Scanning for local networks
2022-08-20 21:20:29 – Sending 5000 deauth frames to network: A0:63:91:D5:B8:76 — MyWiFiNetwork
2022-08-20 21:21:00 – Exiting/Cleaning up
Edit Service Config
To change the settings of the autodeauth service edit the file /etc/systemd/system/autodeauth.service
Lets say you wanted the following config to be setup as a service
$ sudo autodeauth -i wlan0 –blacklist FreeWiFi,myWifi -c 10000
$ vim /etc/systemd/system/autodeauth.service
Then you would change the ExecStart line to
ExecStart=/usr/bin/python3 /usr/local/bin/autodeauth -i wlan0 –blacklist FreeWiFi,myWifi -c 10000
Download