Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
SNOWCRASH - A Polyglot Payload Generator
https://1.bp.blogspot.com/-4QZK_wPBE6c/YGveYpfHSUI/AAAAAAAAVz8/BbzVg74NAdECVjT_lllrjy1SdbHfsLligCNcBGAsYHQ/w640-h360/SNOWCRASH_1_snowcrash.png
SNOWCRASH creates a script that can be launched on both Linux and Windows machines. Payload selected by the user (in this case combined Bash and Powershell code) is embedded into a single polyglot template, which is platform-agnostic.
There are few payloads available, including command execution, reverse shell establishment, binary execution and some more :>
Basic usage
1.
Install dependencies:
2.
List available payloads:
3.
Generate chosen payload:
4.
Change extension of the polyglot script:
5.
Execute polyglot script on the target machine
Additional notes
Delay before script run and payload execution can be specified as an interval (using
where
After generation, the extension of generated script containing the payload can be set either to
Generated payload can be written directly to STDOUT (instead of writing to a file) using
Screenshots
https://1.bp.blogspot.com/-WX2kf_rZw2g/YGveohMkEvI/AAAAAAAAV0Q/U3qQhHvzN1MHNr46BVW8dOr7ehWfMMF-QCNcBGAsYHQ/w640-h360/SNOWCRASH_4_screenshot1.png
https://1.bp.blogspot.com/-AQNyxW8I-7Q/YGveootO4EI/AAAAAAAAV0M/kLiOIbLVXsEbnL5RGnGbE90nMLtTssS4ACNcBGAsYHQ/w640-h360/SNOWCRASH_5_screenshot2.png
Download SNOWCRASH
SNOWCRASH - A Polyglot Payload Generator
https://1.bp.blogspot.com/-4QZK_wPBE6c/YGveYpfHSUI/AAAAAAAAVz8/BbzVg74NAdECVjT_lllrjy1SdbHfsLligCNcBGAsYHQ/w640-h360/SNOWCRASH_1_snowcrash.png
SNOWCRASH creates a script that can be launched on both Linux and Windows machines. Payload selected by the user (in this case combined Bash and Powershell code) is embedded into a single polyglot template, which is platform-agnostic.
There are few payloads available, including command execution, reverse shell establishment, binary execution and some more :>
Basic usage
1.
Install dependencies:
./install.sh2.
List available payloads:
./snowcrash --list3.
Generate chosen payload:
./snowcrash --payload memexec --out polyglot_script4.
Change extension of the polyglot script:
mv polyglot_script polyglot_script.ps15.
Execute polyglot script on the target machine
Additional notes
Delay before script run and payload execution can be specified as an interval (using
--sleepflag) in the form:x[s|m|h]
where
x = Amount of interval to spend in idle state
s = Seconds
m = Sinutes
h = Hours
After generation, the extension of generated script containing the payload can be set either to
.shor .ps1(depending on the platform we want to target).Generated payload can be written directly to STDOUT (instead of writing to a file) using
--stdoutflag.Screenshots
https://1.bp.blogspot.com/-WX2kf_rZw2g/YGveohMkEvI/AAAAAAAAV0Q/U3qQhHvzN1MHNr46BVW8dOr7ehWfMMF-QCNcBGAsYHQ/w640-h360/SNOWCRASH_4_screenshot1.png
https://1.bp.blogspot.com/-AQNyxW8I-7Q/YGveootO4EI/AAAAAAAAV0M/kLiOIbLVXsEbnL5RGnGbE90nMLtTssS4ACNcBGAsYHQ/w640-h360/SNOWCRASH_5_screenshot2.png
Download SNOWCRASH
Recon Methodology for Bug Hunting !
What is Reconnaissance or information gathering?Continue reading on Medium »
Read more...
What is Reconnaissance or information gathering?Continue reading on Medium »
Read more...
hacking: security in practice
Crack executables with gdb?
Hi, I'm a beginner in hacking and I have some Linux executables(Elf) from which I have to extract some data, the first one use several system sleeps and very long loops to avoid this data print, the data Is generated procedurally so I cannot just search, find and decode It in the binaries, so my first question Is, Is It possible to use gdb to skip sleeps and loops and how can I do It? The second executable gets an input and does some operations on It, when I try to reach the part of code that I'd like to execute I get segmentation fault error, It seems that the code was written to have this error on purpose. Reading the assembly code I found that segmentation fault is generated on some variables copy in or from DWORD PTR and BYTE PTR, I've also noticed that most of the times the pointers point to nothing(0x000...), In this case what should I do to get over this error and execute the code I want? Note that I don't have debug symbols and source codes, just the elfs, both doesn't have canaries + I have installed gef to have some additional help.
submitted by /u/TurdPedo
[link] [comments]
Crack executables with gdb?
Hi, I'm a beginner in hacking and I have some Linux executables(Elf) from which I have to extract some data, the first one use several system sleeps and very long loops to avoid this data print, the data Is generated procedurally so I cannot just search, find and decode It in the binaries, so my first question Is, Is It possible to use gdb to skip sleeps and loops and how can I do It? The second executable gets an input and does some operations on It, when I try to reach the part of code that I'd like to execute I get segmentation fault error, It seems that the code was written to have this error on purpose. Reading the assembly code I found that segmentation fault is generated on some variables copy in or from DWORD PTR and BYTE PTR, I've also noticed that most of the times the pointers point to nothing(0x000...), In this case what should I do to get over this error and execute the code I want? Note that I don't have debug symbols and source codes, just the elfs, both doesn't have canaries + I have installed gef to have some additional help.
submitted by /u/TurdPedo
[link] [comments]
reddit
Crack executables with gdb?
Hi, I'm a beginner in hacking and I have some Linux executables(Elf) from which I have to extract some data, the first one use several system...
Recon Methodology for Bug Hunting !
https://xcheater.medium.com/recon-methodology-for-bug-hunting-e623120a7ca6?source=rss------bug_bounty-5
What is Reconnaissance or information gathering?Continue reading on Medium » (https://xcheater.medium.com/recon-methodology-for-bug-hunting-e623120a7ca6?source=rss------bug_bounty-5)
https://xcheater.medium.com/recon-methodology-for-bug-hunting-e623120a7ca6?source=rss------bug_bounty-5
What is Reconnaissance or information gathering?Continue reading on Medium » (https://xcheater.medium.com/recon-methodology-for-bug-hunting-e623120a7ca6?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Ethical Hacking Terminology
Ethical Hacking Terminology — Learn what is login bomb? what is shrink wrap code? what is buffer overflow? and many important ethical…
Continue reading on Learn Ethical Hacking »
Ethical Hacking Terminology
Ethical Hacking Terminology — Learn what is login bomb? what is shrink wrap code? what is buffer overflow? and many important ethical…
Continue reading on Learn Ethical Hacking »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Vulnhub: Hemisphere-Gemini Walkthrough
https://cdn-images-1.medium.com/max/1897/1*FlW9UFVJ63YPuJzdpj5Kmw.png
Hey everyone, here’s a write-up of the box from vulnhub Hemisphere: Gemini. You can download this box from link…
Continue reading on Medium »
Vulnhub: Hemisphere-Gemini Walkthrough
https://cdn-images-1.medium.com/max/1897/1*FlW9UFVJ63YPuJzdpj5Kmw.png
Hey everyone, here’s a write-up of the box from vulnhub Hemisphere: Gemini. You can download this box from link…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Slightly More Complex Command-Line Options for Python 3.9.2
https://cdn-images-1.medium.com/max/2600/0*3VPmtjL4ogQYzyGL
Command-line options with a punch.
Continue reading on Pythoneers »
Slightly More Complex Command-Line Options for Python 3.9.2
https://cdn-images-1.medium.com/max/2600/0*3VPmtjL4ogQYzyGL
Command-line options with a punch.
Continue reading on Pythoneers »
How I earned my first bounty.
Greetings to all the amazing hackers out there. I am Shubham Ghosh, a Penetration Tester, and newbie in the world of the bug bounty from…Continue reading on Medium »
Read more...
Greetings to all the amazing hackers out there. I am Shubham Ghosh, a Penetration Tester, and newbie in the world of the bug bounty from…Continue reading on Medium »
Read more...
How I earned my first bounty.
https://ghoshshubham.medium.com/how-i-earned-my-first-bounty-7578b45b3f2b?source=rss------bug_bounty-5
https://ghoshshubham.medium.com/how-i-earned-my-first-bounty-7578b45b3f2b?source=rss------bug_bounty-5
Greetings to all the amazing hackers out there. I am Shubham Ghosh, a Penetration Tester, and newbie in the world of the bug bounty from…Continue reading on Medium » (https://ghoshshubham.medium.com/how-i-earned-my-first-bounty-7578b45b3f2b?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
how to solve encrypted string 16 characters *.grk with this *.grr ?
How to solve this encrypted string ?
In forex mt4 unregistered indicator this *.grr will be send to the seller and he will send me back the key *.grk to unlock the indicator to work.
I attached 1.grk that unlocked 1.grr. 16 + 16 + 16 characters.
I attached 2.grr and need to find the *.grk for this which is 16 + 16 characters.
https://ibb.co/FHdccMJ
Thank You
(i only need one key for my new hdd, i don´t want to know the locking protection)
submitted by /u/allsam18
[link] [comments]
how to solve encrypted string 16 characters *.grk with this *.grr ?
How to solve this encrypted string ?
In forex mt4 unregistered indicator this *.grr will be send to the seller and he will send me back the key *.grk to unlock the indicator to work.
I attached 1.grk that unlocked 1.grr. 16 + 16 + 16 characters.
I attached 2.grr and need to find the *.grk for this which is 16 + 16 characters.
https://ibb.co/FHdccMJ
Thank You
(i only need one key for my new hdd, i don´t want to know the locking protection)
submitted by /u/allsam18
[link] [comments]
hacking: security in practice
Forgot my pattern (Poco F1, USB debugging enabled, bootloader locked) (will remove the post if it's against the rules)
A very desperate plea for help:
tldr: need to bypass pattern lock without losing precious data.
I changed my lock pattern a couple of weeks ago and forgot it since I only need to use fingerprint and face ID to unlock; I know very dumb!
I woke up one day to find a MIUI update that requested a restart. I've been locked out of my phone for four days and I can't even begin to fathom the amount of irreplaceable data I'd lose if I wipe the phone; which is seriously depressing me.
If you know of ANY solution to save my data or bypass the pattern lock please comment.
The phone is Xiaomi Poco F1 on android 10 with the latest MIUI (12.something). USB debugging is enabled, no root, bootloader unfortunately locked.
ADB doesn't read my phone when I type "ADB devices" nor connect through wifi.
p.s: please spare me the "no there's no solution you have to wipe it" comments.
submitted by /u/Hadidy4
[link] [comments]
Forgot my pattern (Poco F1, USB debugging enabled, bootloader locked) (will remove the post if it's against the rules)
A very desperate plea for help:
tldr: need to bypass pattern lock without losing precious data.
I changed my lock pattern a couple of weeks ago and forgot it since I only need to use fingerprint and face ID to unlock; I know very dumb!
I woke up one day to find a MIUI update that requested a restart. I've been locked out of my phone for four days and I can't even begin to fathom the amount of irreplaceable data I'd lose if I wipe the phone; which is seriously depressing me.
If you know of ANY solution to save my data or bypass the pattern lock please comment.
The phone is Xiaomi Poco F1 on android 10 with the latest MIUI (12.something). USB debugging is enabled, no root, bootloader unfortunately locked.
ADB doesn't read my phone when I type "ADB devices" nor connect through wifi.
p.s: please spare me the "no there's no solution you have to wipe it" comments.
submitted by /u/Hadidy4
[link] [comments]
reddit
Forgot my pattern (Poco F1, USB debugging enabled, bootloader...
A very desperate plea for help: tldr: need to bypass pattern lock without losing precious data. I changed my lock pattern a couple of weeks ago...