Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K 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
Race condition to financial fraud on Payment App

Summary:Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Kali Linux

https://cdn-images-1.medium.com/max/600/0*UVCruYOqhaJxjSiI.png
Kali Linux is an operating system. it is a Unix-based operating system. Kali Linux is especially used for Hacking and Security Auditing…

Continue reading on Medium »
hacking: security in practice
Where is Data Usually Dumped?

Just seeing the headlines about over half a billion peoples info from facebook dumped somewhere on the internet.

Where do people usually leave such info? And doxxing for that matter?

Not that I want to comb through it or anything, just curious.

submitted by /u/MissingDuckling
[link] [comments]
How we got (LFI) in private program to easy way

Hello researchers and bug hunters! Recently I explain you interesting attack vector which I would like to share with you. Without…Continue reading on Medium »
Read more...
SharpHound3 - C# Data Collector For The BloodHound Project
http://www.kitploit.com/2021/04/sharphound3-c-data-collector-for.html
Get SharpHound
The latest build of SharpHound will always be in the BloodHound repository here (https://github.com/BloodHoundAD/BloodHound/tree/master/Collectors)
Compile Instructions
SharpHound is written using C# 9.0 features. To easily compile this project, use Visual Studio 2019. If you would like to compile on previous versions of Visual Studio, you can install the Microsoft.Net.Compilers (https://www.nuget.org/packages/Microsoft.Net.Compilers/) nuget package. Building the project will generate an executable as well as a PowerShell script that encapsulates the executable. All dependencies are rolled into the binary.
Requirements
SharpHound is designed targetting .Net 4.5. Sharphound must be run from the context of a domain user, either directly through a logon or through another method such as RUNAS.
More Information

Usage

Enumeration Options
CollectionMethod - The collection method to use. This parameter accepts a comma separated list of values. Has the following potential values (Default: Default): Default - Performs group membership collection, domain trust collection, local group collection, session collection, ACL collection, object property collection, and SPN target collection Group - Performs group membership collection LocalAdmin - Performs local admin collection RDP - Performs Remote Desktop (https://www.kitploit.com/search/label/Remote%20Desktop) Users collection DCOM - Performs Distributed (https://www.kitploit.com/search/label/Distributed) COM Users collection PSRemote - Performs Remote Management (https://www.kitploit.com/search/label/Remote%20Management) Users collection GPOLocalGroup - Performs local admin collection using Group Policy (https://www.kitploit.com/search/label/Group%20Policy) Objects Session - Performs session collection ComputerOnly - Performs local admin, RDP, DCOM and session collection LoggedOn - Performs privileged session collection (requires admin rights on target systems) Trusts - Performs domain trust enumeration ACL - Performs collection of ACLs Container - Performs collection of Containers DcOnly - Performs collection using LDAP only. Includes Group, Trusts, ACL, ObjectProps, Container, and GPOLocalGroup. ObjectProps - Performs Object Properties collection for properties such as LastLogon or PwdLastSet All - Performs all Collection Methods except GPOLocalGroup Domain - Search a particular domain. Uses your current domain if null (Default: null) Stealth - Performs stealth collection methods. All stealth options are single threaded. ExcludeDomainControllers - Excludes domain controllers from enumeration (https://www.kitploit.com/search/label/Enumeration) (avoids Microsoft ATA flags :) ) ComputerFile - Specify a file to load computer names/IPs from LdapFilter - LDAP Filter to apppend to search OverrideUserName - Overrides user name for session enumeration (advanced) RealDNSName - Overrides DNS name for API calls CollectAllProperties - Collect all string LDAP properties instead of a subset WindowsOnly - Limit computer collection to systems with an operating system that matches *Windows*
Loop Options
Loop - Loop computer collections LoopDuration - How long to loop for LoopInterval - Duration to wait between loops
Connection Options
DomainController - Specify which Domain Controller to connect to (Default: null) LdapPort - Specify what port LDAP lives on (Default: 0) SecureLdap - Connect to AD using Secure LDAP instead of regular LDAP. Will connect to port 636 by default. LdapUsername - Username to connect to LDAP with. Requires the LDAPPassword parameter as well (Default: null) LdapPassword - Password for the user to connect to LDAP with. Requires the LDAPUser parameter as well (Default: null) DisableKerberosSigning - Disables LDAP encryption. Not recommended.
Performance Options