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

@Hacking_Video
@Hacking_attack
Download Telegram
Ldsview - Offline search tool for LDAP directory dumps in LDIF format

Offline search tool for LDAP directory dumps in LDIF format. Features Fast and memory efficient parsing of LDIF files Build ldapsearch commands to extract an LDIF from a directory Show directory structure UAC and directory time format translationConfig Config options can be passed as CLI flags, environment variables, or via a config file courtsey of viper. Reference the project's documentation for all of the different ways you can supply configuration. By default, ldsview will look for a file called .ldsview.{json,toml,yaml} in the user's home directory Environment variables with a prefix of LDSVIEW will be read in by the application Usage Detailed usage information is available via the --help flag or the help command for ldsview and all subcommands. Search Syntax ldsview's search mechanism is based on the entityfilter project. Detailed information about search filter syntax can be found in that project's README. Examples Build ldapsearch command to extract LDIF files from a directory: ldsview cmdbuilder The command will prompt you for any information needed Have the following ready: Directory host FQDN or IP Domain DN User to run as User's password Quickly find a specific entity in an LDIF file: ldsview -f myfile.ldif entity myuser Parse UAC flag from AD: ldsview uac 532480 Search LDIF file: ldsview -f myfile.ldif search "adminCount:=1,sAMAccountName:!=krbtgt" This command will return all entities with an adminCount of 1 that are not krbtgt -i can be used to limit which attributes are returned from matching entities --tdc will translate directory timestamps into a human readable format Tools Directory Additional tools and utilities for managing LDIFs: Makefile: Place the Makefile in the same directory as your exported LDIF and run make. >> make -j9 LDIF=./my.domain.ldif This will split and create the following default LDIFs: users.ldif computers.ldif groups.ldif domain_admin.ldif poss_svc_accnts.ldif pass_not_reqd.ldif pass_cant_change.ldif users_dont_expire.ldif trusted_4_delegation.ldif preauth_not_reqd.ldif password_expired.ldif trust2auth4delegation.ldif Download Ldsview
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Montiorr 1.7.6m Cross Site Scripting

https://4.bp.blogspot.com/-5kb4UTwsKkE/WWlvjussFoI/AAAAAAAAIQs/uqojaqb90NcMo4ROOoH-c5uvdKeDdbGswCLcBGAs/s1600/h94.png
Montiorr version 1.7.6m suffers from a cross site scripting vulnerability via a file upload.

MD5 | f585a3504139898906468d253c6f7c04

Download
# Exploit Title: Montiorr 1.7.6m - File Upload to XSS
# Date: 25/4/2021
# Exploit Author: Ahmad Shakla
# Software Link: https://github.com/Monitorr/Monitorr
# Tested on: Kali GNU/Linux 2020.2
# Detailed Bug Description : https://arabcyberclub.blogspot.com/2021/04/monitor-176m-file-upload-to-xss.html

An attacker can preform an XSS attack via image upload

Steps :

1)Create a payload with the following format :
>x .png

2) Install the database by going to the following link :
https://monitorr.robyns-petshop.thm/assets/config/_installation/vendor/_install.php

3)Register for a new account on the server by going to the following link :
https://monitorr.robyns-petshop.thm/assets/config/_installation/vendor/login.php?action=register

4)Login with your credentials on the following link :
https://monitorr.robyns-petshop.thm/assets/config/_installation/vendor/login.php

5)Go to the following link and upload the payload :
https://monitorr.robyns-petshop.thm/settings.php#services-configuration


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress WPGraphQL 1.3.5 Denial Of Service

https://3.bp.blogspot.com/-4JQvP0m8T2k/WWlu48OEwdI/AAAAAAAAII8/Zf-K1JUBYisUlMBEUhCPF3Gl3BdQ2zG_gCLcBGAs/s1600/h103.png
WordPress WPGraphQL plugin version 1.3.5 suffers from a denial of service vulnerability.

MD5 | b056ef8ea18d2bea4ced3577a57735c3

Download
# Exploit Title: WordPress Plugin WPGraphQL 1.3.5 - Denial of Service
# Author: Dolev Farhi
# Date: 2021-04-12
# Vendor Homepage: https://www.wpgraphql.com/
# Version: 1.3.5
# Tested on: Ubuntu
"""
This attack uses duplication of fields amplified by GraphQL batched queries, resulting in server OOM and MySQL connection errors.
"""

import sys
import requests
def usage():
print('* WordPress GraphQL 1.3.5 Denial of Service *')
print('python {}
Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Does Google keep MAC info?

Just to be clear, I'm a complete noob, just a student. I was wondering about setting up an experiment that would send information to a gmail email address or add a row to a Google sheet. I'd like to do it as stealthily as possible. I'm asking about Google services because they provide room enough to store a lot of data and I'm not sure how much I'll end up harvesting. If there are other more appropriate resources, I'd be very thankful to know about.

The questions are two×three: does Google keep the MAC info of the device used to create the account? Does Google keep track of the devices used to access the account later? If so, how can I conceal my MAC and IP info?

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

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
Fake ID

I need a fake ID plug

I don’t need some bullshit. I need the best fake ID plug. One that will pass if I were to get pulled over. Need it to match a full identity.

submitted by /u/KayleighHass
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cypheroth : Automated & Extensible Toolset That Runs Cypher Queries

Cypheroth is a automated, extensible toolset that runs cypher queries against Bloodhound’s Neo4j backend and saves output to spreadsheets. This is a bash script that automates running cypher queries against Bloodhound data stored in a Neo4j database. I found myself re-running the same queries through the Neo4j web interface on multiple assessments and figured there […]

The post Cypheroth : Automated & Extensible Toolset That Runs Cypher Queries appeared first on Kali Linux Tutorials.