Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
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
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
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
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
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...
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 CRLF injection.
Installation

$ git clone https://github.com/Nefcore/CRLFsuite.git
$ cd CRLFsuite
$ sudo python3 setup.py install
$ crlfsuite -h



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:

$ 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

___________________________
@hacking_Attack
@Hacking_Video
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
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