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
Hi guys! This blog is about how I found privilege escalation on a web application.Continue reading on Medium » (https://medium.com/@abhinda1996/privilege-escalation-private-program-bugcrowd-831a7eb58b6c?source=rss------bug_bounty-5)
Hi everyone, hope you all are doing good. I have not posted for a while because of my college exams and stuffs. So in this post, we are…Continue reading on Medium » (https://faiyazhacks.medium.com/bugbounty-account-takeover-via-facebook-oauth-67b454696c0f?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
BugBounty: Account Takeover via Facebook Oauth

https://cdn-images-1.medium.com/max/623/1*czlq6hgDVUUYydHLVp9LzQ.png
Hi everyone, hope you all are doing good. I have not posted for a while because of my college exams and stuffs. So in this post, we are…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cyber Security Interview Questions Part-1

https://cdn-images-1.medium.com/max/1920/1*uxo3PsS1mKhLr2s8BSemkA.png
Precontext: These are the most common interview questions asked to hacktify cyber security students for different job roles like security…

Continue reading on Medium »
Deep Web
What are either some interesting webforums , comunities or just all around interesting websites on the deep web?

I am mainly just looking for something that could replicate the excitement of using the internet in its early days or like being in some kind of elite.

Also on a sidenote, is it possible to get in trouble if i go to websites that sell drugs or guns or something if i never actually buy anything or do anything illegal myself, or i should avoid them altogether? I like the feeling of being able to get illegal stuff if i want to but i really dont want to appear sketchy.

submitted by /u/lil-fil
[link] [comments]
Sent by @TheFeedReaderBot

___________________________
@hacking_Attack
@Hacking_Video
LDAP password hunter
https://www.reddit.com/r/redteamsec/comments/ow0qwm/ldap_password_hunter/

<!-- SC_OFF -->LDAP Password Hunter Hello Everyone, just wanted to share a small project i've been working for RT activities. I've been noticing that due to legacy services requirements or just bad security practices password are world-readable in the LDAP database by any user who is able to authenticate. LDAP Password Hunter is a tool which wraps features of getTGT.py (Impacket) and ldapsearch in order to look up for password stored in LDAP database. Impacket getTGT.py script is used in order to authenticate the domain account used for enumeration and save its TGT kerberos ticket. TGT ticket is then exported in KRB5CCNAME variable which is used by ldapsearch script to authenticate and obtain TGS kerberos tickets for each domain/DC LDAP-Password-Hunter is ran for. Basing on the CN=Schema,CN=Configuration export results a custom list of attributes is built and filtered in order to identify a big query which might contains interesting results. I do think it might be interesting for both the blue and the red guys, even in a continuous attacker mode perspective and monitoring purposes. https://github.com/oldboy21/LDAP-Password-Hunter Please check that out, looking for helpful comments! Cheers <!-- SC_ON --> submitted by /u/oldboy21 (https://www.reddit.com/user/oldboy21)
[link] (https://www.reddit.com/r/redteamsec/comments/ow0qwm/ldap_password_hunter/) [comments] (https://www.reddit.com/r/redteamsec/comments/ow0qwm/ldap_password_hunter/)
This project builds virtual machine (https://www.kitploit.com/search/label/Virtual%20Machine) which can be used for analytics of tshark -T ek (ndjson) output. The virtual appliance is built using vagrant, which builds Debian 10 with pre-installed and pre-configured ELK stack. After the VM is up, the process is simple: decoded pcaps (tshark -T ek output / ndjson) are sent over TCP/17570 to the VM ELK stack in VM will process and index the data Kibana is running in VM and can be accessed on http://127.0.0.1:15601/app/kibana#/dashboards
Instuctions to build VM from Ubuntu desktop

Clone source code
git clone https://github.com/H21lab/tsharkVM.git
Build tshark VM
virtualbox vagrant bash ./build.sh ">sudo apt update
sudo apt install tshark virtualbox vagrant
bash ./build.sh
Upload pcaps to VM
/dev/tcp/localhost/17570 "># copy your pcaps into ./Trace
# run following script
bash upload_pcaps.sh

# or use tshark directly towards 127.0.0.1 17570/tcp
tshark -r trace.pcapng -x -T ek > /dev/tcp/localhost/17570
Open Kibana with browser
firefox http://127.0.0.1:15601/app/kibana#/dashboards Open Main Dashboard and increase time window to e.g. last 100 years to see there the sample pcaps.