Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K 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
DNS in easy way

dns is phonbook of internet where domain names are translated to ip address.computerContinue reading on Medium »
Read more...
Networking Protocols Explained | CyberSecurity

Networking Protocols: FTP, SSH, Telnet, SMTP, DNS, HTTP, HTTPS, POP3, IMAP, RDP, TCP, UDP, ARP, RARP, DHCP, MTP, SFTP, SSL, TLS, NTP, PPP…Continue reading on Medium »
Read more...
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...