hacking: security in practice
root an LG k30?
I know this isn't like actually fully hacking but I've wanted to root my LG K30 lately but I can't find any safe ways, Tips?
submitted by /u/Frogyverse
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
root an LG k30?
I know this isn't like actually fully hacking but I've wanted to root my LG K30 lately but I can't find any safe ways, Tips?
submitted by /u/Frogyverse
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
root an LG k30?
I know this isn't like actually fully hacking but I've wanted to root my LG K30 lately but I can't find any safe ways, Tips?
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
RaspberryPi to bypass Google Maps API costs
The google maps API has a costly program for more than 1000 requests etc (see here). I want to track route information and traffic differences over time though. I found a way to use a headless browser on my RaspberryPi to check every few minutes and store the results in a database. The headless browser is using private browser windows, but my IP is always the same I guess. Over time this will generate multiple thousands of checks per week. Should I be careful here? Can I face consequences?
submitted by /u/pepelele91
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
RaspberryPi to bypass Google Maps API costs
The google maps API has a costly program for more than 1000 requests etc (see here). I want to track route information and traffic differences over time though. I found a way to use a headless browser on my RaspberryPi to check every few minutes and store the results in a database. The headless browser is using private browser windows, but my IP is always the same I guess. Over time this will generate multiple thousands of checks per week. Should I be careful here? Can I face consequences?
submitted by /u/pepelele91
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
RaspberryPi to bypass Google Maps API costs
The google maps API has a costly program for more than 1000 requests etc ([see...
hacking: security in practice
Can image metadata in a phishing email expose a hacker?
Like if he uses a photo on his machine and adds it to an email. If yes, how do successful phishers add the photo instead?
submitted by /u/bee4534
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Can image metadata in a phishing email expose a hacker?
Like if he uses a photo on his machine and adds it to an email. If yes, how do successful phishers add the photo instead?
submitted by /u/bee4534
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Can image metadata in a phishing email expose a hacker?
Like if he uses a photo on his machine and adds it to an email. If yes, how do successful phishers add the photo instead?
hacking: security in practice
Can someone explain c++ offsets?
Hey guys! Can someone please explain c++ offsets as if you were trying to explain them to a 6 year old with no idea of what offsets are even used for; Thank You So, So Much!
submitted by /u/TeensyWeensyBean
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Can someone explain c++ offsets?
Hey guys! Can someone please explain c++ offsets as if you were trying to explain them to a 6 year old with no idea of what offsets are even used for; Thank You So, So Much!
submitted by /u/TeensyWeensyBean
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Can someone explain c++ offsets?
Hey guys! Can someone please explain c++ offsets as if you were trying to explain them to a 6 year old with no idea of what offsets are even used...
CRLFsuite - Fast CRLF Injection Scanning Tool
http://www.kitploit.com/2022/06/crlfsuite-fast-crlf-injection-scanning.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/06/crlfsuite-fast-crlf-injection-scanning.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
CRLFsuite - Fast CRLF Injection Scanning Tool
CRLFsuite is a fast tool specially designed to scan CRLF injection.
Installation $ git clone https://github.com/Nefcore/CRLFsuite.git
$ cd CRLFsuite
$ sudo python3 setup.py install
$ crlfsuite -h Features Single URL scanningMultiple URL scanningStdin supportedGET & POST method supportedConcurrencyBest Payloads listHeaders (https://www.kitploit.com/search/label/Headers) supportedFast and efficient scanning (https://www.kitploit.com/search/label/Scanning) with negligible false-positiveUsage Single URL scanning: $ crlfsuite -u "http://testphp.vulnweb.com" Multiple URLs scanning: $ crlfsuite -i targets.txt
from stdin: $ subfinder (https://www.kitploit.com/search/label/Subfinder) -d google.com -silent | httpx (https://www.kitploit.com/search/label/Httpx) -silent | crlfsuite -s Specifying cookies (https://www.kitploit.com/search/label/Cookies) : $ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval" Using POST method: $ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"Bug report If You're facing some errors or issues with this tool, you can open a issue here: Open a issue (https://github.com/Nefcore/CRLFsuite/issues)
Download CRLFsuite (https://github.com/Nefcore/CRLFsuite)
___________________________
@hacking_Attack
@Hacking_Video
Installation $ git clone https://github.com/Nefcore/CRLFsuite.git
$ cd CRLFsuite
$ sudo python3 setup.py install
$ crlfsuite -h Features Single URL scanningMultiple URL scanningStdin supportedGET & POST method supportedConcurrencyBest Payloads listHeaders (https://www.kitploit.com/search/label/Headers) supportedFast and efficient scanning (https://www.kitploit.com/search/label/Scanning) with negligible false-positiveUsage Single URL scanning: $ crlfsuite -u "http://testphp.vulnweb.com" Multiple URLs scanning: $ crlfsuite -i targets.txt
from stdin: $ subfinder (https://www.kitploit.com/search/label/Subfinder) -d google.com -silent | httpx (https://www.kitploit.com/search/label/Httpx) -silent | crlfsuite -s Specifying cookies (https://www.kitploit.com/search/label/Cookies) : $ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval" Using POST method: $ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"Bug report If You're facing some errors or issues with this tool, you can open a issue here: Open a issue (https://github.com/Nefcore/CRLFsuite/issues)
Download CRLFsuite (https://github.com/Nefcore/CRLFsuite)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - Raghavd3v/CRLFsuite: The most powerful CRLF injection (HTTP Response Splitting) scanner.
The most powerful CRLF injection (HTTP Response Splitting) scanner. - Raghavd3v/CRLFsuite
CRLFsuite - Fast CRLF Injection Scanning Tool
CRLFsuite is a fast tool specially designed to scan CRLF injection. Installation $ git clone https://github.com/Nefcore/CRLFsuite.git$ cd CRLFsuite$ sudo python3 setup.py install$ crlfsuite -h Features Single URL scanningMultiple URL scanningStdin supportedGET & POST method supportedConcurrencyBest Payloads listHeaders supportedFast and efficient scanning with negligible false-positiveUsage Single URL scanning: $ crlfsuite -u "http://testphp.vulnweb.com" Multiple URLs scanning: $ crlfsuite -i targets.txt from stdin: $ subfinder -d google.com -silent | httpx -silent | crlfsuite -s Specifying cookies : $ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval" Using POST method: $ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"Bug report If You're facing some errors or issues with this tool, you can open a issue here: Open a issue Download CRLFsuite
Read more...
CRLFsuite is a fast tool specially designed to scan CRLF injection. Installation $ git clone https://github.com/Nefcore/CRLFsuite.git$ cd CRLFsuite$ sudo python3 setup.py install$ crlfsuite -h Features Single URL scanningMultiple URL scanningStdin supportedGET & POST method supportedConcurrencyBest Payloads listHeaders supportedFast and efficient scanning with negligible false-positiveUsage Single URL scanning: $ crlfsuite -u "http://testphp.vulnweb.com" Multiple URLs scanning: $ crlfsuite -i targets.txt from stdin: $ subfinder -d google.com -silent | httpx -silent | crlfsuite -s Specifying cookies : $ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval" Using POST method: $ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"Bug report If You're facing some errors or issues with this tool, you can open a issue here: Open a issue Download CRLFsuite
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cyber Kill Chain — Military approach to cyber attacks and defense
https://cdn-images-1.medium.com/max/1280/1*CP_VxepvhjIw7lMngnVmfg.jpeg
In this article we will dive into the Cyber Kill Chain for Cybersecurity. The Cyber kill chain framework is originally developed by…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cyber Kill Chain — Military approach to cyber attacks and defense
https://cdn-images-1.medium.com/max/1280/1*CP_VxepvhjIw7lMngnVmfg.jpeg
In this article we will dive into the Cyber Kill Chain for Cybersecurity. The Cyber kill chain framework is originally developed by…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cyber Kill Chain — Military approach to cyber attacks and defense
In this article we will dive into the Cyber Kill Chain for Cybersecurity. The Cyber kill chain framework is originally developed by…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Email Stealer — how hackers steal emails from outlook
https://cdn-images-1.medium.com/max/1273/1*lw1kNH0y8wvt7a8Ug3y7Ng.png
Stealing all emails from the victim’s machine without leaving any footprints of the attack
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Email Stealer — how hackers steal emails from outlook
https://cdn-images-1.medium.com/max/1273/1*lw1kNH0y8wvt7a8Ug3y7Ng.png
Stealing all emails from the victim’s machine without leaving any footprints of the attack
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Email Stealer — how hackers steal emails from outlook
Stealing all emails from the victim’s machine without leaving any footprints of the attack
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe : Wgel CTF Write-up
https://cdn-images-1.medium.com/max/640/1*pI7cqF5nfQM77Yia7h8GPg.png
I start usually by updating the hosts file on my computer, in order to make accessing the machine easier without the need of typing the IP…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe : Wgel CTF Write-up
https://cdn-images-1.medium.com/max/640/1*pI7cqF5nfQM77Yia7h8GPg.png
I start usually by updating the hosts file on my computer, in order to make accessing the machine easier without the need of typing the IP…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe : Wgel CTF Write-up
I start usually by updating the hosts file on my computer, in order to make accessing the machine easier without the need of typing the IP…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
XSS in chat section
https://cdn-images-1.medium.com/max/943/1*x5eHDO5YMpZkHj89cu0i2Q.png
Hi Guys my name is jagannath mohanty. i am a bug bounty hunter.i want to tell you about my first XSS in chat story .i start now lets jump…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
XSS in chat section
https://cdn-images-1.medium.com/max/943/1*x5eHDO5YMpZkHj89cu0i2Q.png
Hi Guys my name is jagannath mohanty. i am a bug bounty hunter.i want to tell you about my first XSS in chat story .i start now lets jump…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Motivational quotes for hackers:- don’t let spirit die even if the work is impossible but your spirit of working made it possible…
Hi Guys my name is jagannath mohanty. i am a bug bounty hunter.i want to tell you about my first XSS in chat story .i start now lets jump…
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
CRLFsuite - Fast CRLF Injection Scanning Tool
https://blogger.googleusercontent.com/img/a/AVvXsEiJkJ69M3maKmrVidTnhKM3rUJF6XdT5D12-25-Ls7xjKKReHkHjyrFaL5P31zBk8vj8O-YY3ZGOuCq83e1gKzbH0oMsCl2xJ-j_t4UB0XiZ_mKOd6Eetswch1wwbSEH99whZLare1j9Jsb1UqSkJDbd6ns0ius3XFWJ3TdrkLWazG2RnUo8Zo28KdO=w640-h362
CRLFsuite is a fast tool specially designed to scan
Installation
Features
* Single URL scanning
* Multiple URL scanning
* Stdin supported
* GET & POST method supported
* Concurrency
* Best Payloads list
* Headers supported
* Fast and efficient scanning with negligible false-positive
Usage
Single URL scanning:
Multiple URLs scanning:
from stdin:
Specifying cookies
:
Using POST method:
Bug report
If You're facing some errors or issues with this tool, you can open a issue here:
Open a issue
Download CRLFsuite
___________________________
@hacking_Attack
@Hacking_Video
CRLFsuite - Fast CRLF Injection Scanning Tool
https://blogger.googleusercontent.com/img/a/AVvXsEiJkJ69M3maKmrVidTnhKM3rUJF6XdT5D12-25-Ls7xjKKReHkHjyrFaL5P31zBk8vj8O-YY3ZGOuCq83e1gKzbH0oMsCl2xJ-j_t4UB0XiZ_mKOd6Eetswch1wwbSEH99whZLare1j9Jsb1UqSkJDbd6ns0ius3XFWJ3TdrkLWazG2RnUo8Zo28KdO=w640-h362
CRLFsuite is a fast tool specially designed to scan
CRLF injection.Installation
$ git clone https://github.com/Nefcore/CRLFsuite.git
$ cd CRLFsuite
$ sudo python3 setup.py install
$ crlfsuite -hFeatures
* Single URL scanning
* Multiple URL scanning
* Stdin supported
* GET & POST method supported
* Concurrency
* Best Payloads list
* Headers supported
* Fast and efficient scanning with negligible false-positive
Usage
Single URL scanning:
$ crlfsuite -u "http://testphp.vulnweb.com"Multiple URLs scanning:
$ crlfsuite -i targets.txt
from stdin:
$ subfinder -d google.com -silent | httpx -silent | crlfsuite -sSpecifying cookies
:
$ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval"Using POST method:
$ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"Bug report
If You're facing some errors or issues with this tool, you can open a issue here:
Open a issue
Download CRLFsuite
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
CRLFsuite - Fast CRLF Injection Scanning Tool
hacking: security in practice
Would a hacker ever claim the account owner is dead- Is this a known scam?
To keep this as brief as possible my mothers friend she only communicates with through Facebook went MIA for months, and then she gets a message from someone claiming to be her friends young son saying her friend died a few months ago, my mother thinks it’s a hacker, I don’t want to upset her but I’ve never heard of a hacker doing anything like that before, there was no link or anything it was just a message, any similar stories and advice would be greatly appreciated
submitted by /u/EvangelineElouisa
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Would a hacker ever claim the account owner is dead- Is this a known scam?
To keep this as brief as possible my mothers friend she only communicates with through Facebook went MIA for months, and then she gets a message from someone claiming to be her friends young son saying her friend died a few months ago, my mother thinks it’s a hacker, I don’t want to upset her but I’ve never heard of a hacker doing anything like that before, there was no link or anything it was just a message, any similar stories and advice would be greatly appreciated
submitted by /u/EvangelineElouisa
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Would a hacker ever claim the account owner is dead- Is this a...
To keep this as brief as possible my mothers friend she only communicates with through Facebook went MIA for months, and then she gets a message...
hacking: security in practice
what are the system security benchmark tools for Kali Linux?
I need to produce a benchmark of Kali Linux security system for my project. I found openscap tool for other linux can I use it on Kali and suggest me other such benchmarking or automated tool that produces results based on check lists
submitted by /u/ImaGoodGuy2
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
what are the system security benchmark tools for Kali Linux?
I need to produce a benchmark of Kali Linux security system for my project. I found openscap tool for other linux can I use it on Kali and suggest me other such benchmarking or automated tool that produces results based on check lists
submitted by /u/ImaGoodGuy2
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
what are the system security benchmark tools for Kali Linux?
I need to produce a benchmark of Kali Linux security system for my project. I found openscap tool for other linux can I use it on Kali and suggest...