Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
133K 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
Why can’t I sniff data on HTTPS?

I’m using HSTSHIJACK on bettercap but cannot seem to get usernames and passwords. Am I using a wrong version of these tools? Someone help me!!!! (This is all on VMs so it’s consensual)

submitted by /u/JC2K99
[link] [comments]
Sent by @TheFeedReaderBot

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Pi Black Box

Thinking of setting up a kindve back box mobile monitoring system of sorts. I would use an LTE/GPS hat so i can access it through SSH or VLC wherever it is and also make sure it doesnt get stolen. It would be outfitted with a decent battery to keep it portable and since i cant 3d print parts it would be in a waterproof case.

It would be attached to 2 of those cheap rtl sdr dongles allowing demodulation of both digital and trunked signals as well as a high gain wifi antenna.

I suppose my question is what kindve problems might i run into making this kindve project im obviously not going to use it maliciously and im not planning on transmitting radio just recieving. I just want a portable means of monitoring nearby signals that can be set and forget and accessed by any of my other devices.

submitted by /u/deathreaper1129
[link] [comments]
Sent by @TheFeedReaderBot

___________________________
@hacking_Attack
@Hacking_Video
Automating Burp Suite -2 | Automated Authenticated Login and Scanning via Macro

In the part-2 of Automating Burp Suite, we are automating login and performing authenticated scanning using Burp Suite Macro.Continue reading on Medium »
Read more...
IMAPLoginTester - Script That Reads A Text File With Lots Of E-Mails And Passwords, And Tries To Check If Those Credentials Are Valid By Trying To Login On IMAP Servers
http://www.kitploit.com/2021/05/imaplogintester-script-that-reads-text.html

___________________________
@hacking_Attack
@Hacking_Video
IMAPLoginTester is a simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials (https://www.kitploit.com/search/label/Credentials) are valid by trying to login (https://www.kitploit.com/search/label/Login) to the respective IMAP (https://www.kitploit.com/search/label/IMAP) servers.
Usage: usage: imaplogintester.py [-h] -i INPUT [-o OUTPUT] [-s] [-t SLEEP_TIME] [-T TIMEOUT] [-P SOCKS5_PROXY] [-v]

optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
input file with e-mails and passwords
-o OUTPUT, --output OUTPUT
save successes to output file
-s, --show-successes show successes only (no failures)
-t SLEEP_TIME, --sleep-time SLEEP_TIME
set sleep time between tests (in seconds)
-T TIMEOUT, --timeout TIMEOUT
set login requests timeout (in seconds)
-P SOCKS5_PROXY, --socks5-proxy SOCKS5_PROXY
use a SOCKS5 proxy (eg: "localhost:9050")
-v, --verbose show verbose messages


Download IMAPLoginTester (https://github.com/rm1984/IMAPLoginTester)

___________________________
@hacking_Attack
@Hacking_Video
IMAPLoginTester - Script That Reads A Text File With Lots Of E-Mails And Passwords, And Tries To Check If Those Credentials Are Valid By Trying To Login On IMAP Servers

IMAPLoginTester is a simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login to the respective IMAP servers. Usage: usage: imaplogintester.py -h -i INPUT -o OUTPUT -s -t SLEEP\_TIME -T TIMEOUT -P SOCKS5\_PROXY -voptional arguments: -h, --help show this help message and exit -i INPUT, --input INPUT input file with e-mails and passwords -o OUTPUT, --output OUTPUT save successes to output file -s, --show-successes show successes only (no failures) -t SLEEP_TIME, --sleep-time SLEEP_TIME set sleep time between tests (in seconds) -T TIMEOUT, --timeout TIMEOUT set login requests timeout (in seconds) -P SOCKS5_PROXY, --socks5-proxy SOCKS5_PROXY use a SOCKS5 proxy (eg: "localhost:9050") -v, --verbose show verbose messages Download IMAPLoginTester
Read more...

___________________________
@hacking_Attack
@Hacking_Video