Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K 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: security in practice
Feasibility of Accessing a network that turns off a certain time

I am temporary living in a place where the main band of wifi routinely shuts down at certain times.
Is this turn off maneuver ever done in a flimsy way??? …..one that would allow someone with determination to access it??……such as hiding the ssid?……..The same access points are on and emitting other bands around the clock. I have access to a wall ethernet port that appears to have no safeguards on it. It allows full access of a separate network. However they are all coming from the same equipment. Can any method help me gain access to this wifi band or could the unfirewalled ethernet port be leveraged to gain wireless access?

submitted by /u/Zharko_Tsunoda_Jafar
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
MimiKatz for Pentester: Kerberos

This write up will be part of a series of articles on the tool called Mimikatz which was created in the programming language C. it is mostly used for extracting Kerberos ticket from the memory and generating golden tickets.

In this scenario, we will be using Mimikatz inside the client machine to find out tickets available within the client system. Kerberos::listKerberos::list /export. This will save the above TGT tickets in the Mimikatz folder in the kirbiformat. Kerberos::ppt ticket.kirbiOnce the command has been executed successfully, we will issue another command misc::cmdwhich will open a command prompt session. We can see that the command prompt session has been opened with the domain user ignite\aarti. dir \\192.168.1.188\c$(192.168.1.188 being the server ip address)

As you can see, we are able to view all the directory of the server. Kerberos TGTTo display all TGT (Ticket Granting Ticket), we can use the following command:Kerberos ASKIt helps you to access the service ticket. The syntax for running this command are as follows:___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Hacking Articles|Raj Chandel's Blog MimiKatz for Pentester: Kerberos This write up will be part of a series of articles on the tool called Mimikatz which was created in the programming language C. it is mostly used for extracting Kerberos ticket from the…
1BitQFEtvJjrqtyt_AkXbeP3fXdPF65QTlPCZmQdzp68ajswzjM6qUM3ls37V6esZLY9l-LuGRXOw_us_fRv1bcAQ/s16000/5.png Kerberos Hashhttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF9jznzEbGQrfICFDxBh3c1wId4OXGczV2VOc3yS4v6ixlGre0ejDgYmG3xQCCGheatB5RQN6LYABPH9AbfFn91FhYdU9gnUp6m1lveS6kAGUaWIsbLDhCxHl9LwoCnDmuLbjAgJbVTGnv7Eimx0yu4yqYVsXZ4MXbrCMsmGxXh-FVWhaijDEwM2e17Q/s16000/6.png This will dump all hashes available on the client machine. Golden Ticket Attack (GTA)Golden Tickets are forged Ticket-Granting Tickets (TGTs), also called authentication tickets. Some basic information needed to perform this attack are:___________________________
@hacking_Attack
@Hacking_Video
SecretFlow is a unified framework for privacy-preserving data intelligence (https://www.kitploit.com/search/label/Intelligence) and machine learning. To achieve this goal, it provides: An abstract device layer consists of plain devices and secret (https://www.kitploit.com/search/label/Secret) devices which encapsulate various cryptographic protocols. A device flow layer modeling higher algorithms as device object flow and DAG. An algorithm layer to do data analysis (https://www.kitploit.com/search/label/Analysis) and machine learning (https://www.kitploit.com/search/label/Machine%20Learning) with horizontal or vertical partitioned data. A workflow layer that seamlessly integrates data processing, model training, and hyperparameter tuning.

___________________________
@hacking_Attack
@Hacking_Video
Install For users who want to try SecretFlow, you can install the current release from pypi (https://pypi.org/). Note that it requires python version == 3.8, you can create a virtual environment with conda if not satisfied. pip install -U secretflow Try you first SecretFlow program >> import secretflow as sf >>> sf.init(['alice', 'bob', 'carol'], num_cpus=8, log_to_driver=True) >>> dev = sf.PYU('alice') >>> import numpy as np >>> data = dev(np.random.rand)(3, 4) >>> data ">>>> import secretflow as sf
>>> sf.init(['alice', 'bob', 'carol'], num_cpus=8, log_to_driver=True)
>>> dev = sf.PYU('alice')
>>> import numpy as np
>>> data = dev(np.random.rand)(3, 4)
>>> data
Getting started Getting started (https://secretflow.readthedocs.io/en/latest/getting_started/index.html) Tutorials help you to understand and use secretflow (https://secretflow.readthedocs.io/en/latest/tutorial/index.html) The api reference (https://secretflow.readthedocs.io/en/latest/reference/index.html) Deployment Standalone or Cluster Mode (https://github.com/secretflow/secretflow/blob/beta/docs/getting_started/deployment.md) Contribution guide For developers who want to contribute to SecretFlow, you can set up an environment with the following instruction. git clone https://github.com/secretflow/secretflow.git

# optional
git lfs install

conda create -n secretflow python=3.8
conda activate secretflow
pip install -r dev-requirements.txt -r requirements.txt Coding Style We prefer black (https://github.com/psf/black) as our code formatter. For various editor (https://www.kitploit.com/search/label/Editor) users, please refer to editor integration (https://black.readthedocs.io/en/stable/integrations/editors.html). Pass -S, --skip-string-normalization to black (https://github.com/psf/black) to avoid string quotes or prefixes normalization. Disclaimer Non-release versions of SecretFlow are prohibited to use in any production environment due to possible bugs, glitches, lack of functionality, security issues or other problems.

Download Secretflow (https://github.com/secretflow/secretflow)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
remove default apps on a samsung smart tv

This is driving me nuts, nothing I can find works. There's like 10 paid service apps I have no interest in ever using. It won't even let me shove them to the end of the shortcut list so I need to scroll through them every single time to get to something I actually want. It won't even let me remove them in development mode.

Is there like a new OS I can pop on here that is less annoying? I don't care if it looks and functions the same. Just want these stupid apps gone. Thanks.

Model UN55TU700DFXZA

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Security +

I just got started in hacking, does anyone have any advice for the security + exam and when I should do it. Also is there any other certs I can do right now as a beginner?

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

___________________________
@hacking_Attack
@Hacking_Video