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 Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is there a way to run a single batch file and keep it open but not show the terminal window

I'm trying a reverse shell attack on my windows computer from kali (wsl2) and I'm using the powershell command from Payload All The Things (https://github.com/swisskyrepo/PayloadsAllTheThings) I put the powershell command in a batch file and i want it to run and stay open in the background without showing a terminal window because if the window closes, i lose the connection on my kali terminal, any help would be appreciated

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Researching reporting methods and behaviours of repeat victims of cybercrime (UK 18+)

“Dear all, I am currently an MSc student at the University of Westminster and for my dissertation, I am looking to investigate the reporting behaviours of repeat victims of cybercrime. If you are over the age of 18, a UK resident/citizen, and a previous victim of more than one cybercrime in the last 5 years, I would very much appreciate 30-45 mins of your time to discuss your experience. The information you provide will remain completely anonymous and you are able to withdraw yourself from the study at any point. If you would like to learn more, please email/message me and I will be more than happy to answer any question you may have.”

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
I want to learn Cell phone hacking

I have no idea what are the terms or the protocols, what should I search since googling "cell phone hacking" doesn't provide the wanted information

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

___________________________
@hacking_Attack
@Hacking_Video
First bounty of $150

Hello everyone! I’m Aman, a cybersecurity researcher from India. And this is my first write-up on I was awarded a $150 bounty.Continue reading on Medium »
Read more...
GoReplay is an open-source network monitoring tool which can record your live traffic (https://www.kitploit.com/search/label/Traffic) and use it for shadowing, load testing, monitoring and detailed analysis.
About As your application grows, the effort required to test it also grows exponentially. GoReplay offers you the simple idea of reusing your existing traffic for testing, which makes it incredibly powerful. Our state of art technique allows you to analyze and record your application traffic without affecting it. This eliminates the risks that come with putting a third party component in the critical path. GoReplay increases your confidence in code deployments, configuration and infrastructure (https://www.kitploit.com/search/label/Infrastructure) changes. GoReplay offers a unique approach for shadowing. Instead of being a proxy, GoReplay listens in the background for traffic on your network interfaces, requiring no changes in your production infrastructure, other than running GoReplay daemon on the same machine as your service.

___________________________
@hacking_Attack
@Hacking_Video
Check latest documentation (http://github.com/buger/goreplay/wiki). Installation Download the latest binary (https://www.kitploit.com/search/label/Binary) from https://github.com/buger/goreplay/releases or compile by yourself (https://github.com/buger/goreplay/wiki/Compilation). Getting started The most basic setup will be sudo ./gor --input-raw :8000 --output-stdout which acts like tcpdump. If you already have a test environment, you can start replaying by running: sudo ./gor --input-raw :8000 --output-http http://staging.env. See our documentation (https://github.com/buger/goreplay/wiki/) and the Getting Started (https://github.com/buger/goreplay/wiki/Getting-Started) page for more info. Newsletter Subscribe to our newsletter (https://www.getdrip.com/forms/89690474/submissions/new) to stay informed about the latest features and changes to the Gor project. Want to Upgrade? We have created a GoReplay PRO (https://goreplay.org/pro.html) extension which provides additional features such as support for binary protocols (https://www.kitploit.com/search/label/Protocols) like Thrift or ProtocolBuffers, saving and replaying from cloud storage, TCP session replication, etc. The PRO version also includes a commercial-friendly license, dedicated support, and it also allows you to support high-quality open source development. Problems? If you have a problem, please review the FAQ (https://github.com/buger/goreplay/wiki/FAQ) and Troubleshooting (https://github.com/buger/goreplay/wiki/Troubleshooting) wiki pages. Searching the issues (https://github.com/buger/goreplay/issues) for your problem is also a good idea. All bug-reports and suggestions should go through Github Issues or our Google Group (https://groups.google.com/forum/#!forum/gor-users) (you can just send email to gor-users@googlegroups.com (mailto:gor-users@googlegroups.com)). If you have a private question feel free to send email to support@gortool.com (mailto:support@gortool.com). Contributing Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Added some feature') Push to the branch (git push origin my-new-feature) Create new Pull Request Companies using Gor GOV.UK (https://www.gov.uk/) - UK Government Digital Service theguardian.com (http://theguardian.com/) - Most popular online newspaper in the UK TomTom (http://www.tomtom.com/) - Global leader in navigation, traffic and map products, GPS Sport Watches and fleet management (https://www.kitploit.com/search/label/Management) solutions. 3SCALE (http://www.3scale.net/) - API infrastructure to manage your APIs for internal or external users Optionlab (http://www.opinionlab.com/) - Optimize customer experience and drive engagement across multiple channels TubeMogul (http://tubemogul.com/) - Software for Brand Advertising Videology (http://www.videologygroup.com/) - Video advertising platform ForeksMobile (http://foreksmobile.com/) - One of the leading financial application development company in Turkey Granify (http://granify.com/) - AI backed SaaS solution that enables online retailers to maximise their sales And many more! If you are using Gor, we are happy to add you to the list and share your story, just write to: hello@goreplay.org (mailto:hello@goreplay.org) Author Leonid Bugaev, @buger (https://twitter.com/buger), https://leonsbox.com (https://leonsbox.com/)

Download Goreplay (https://github.com/buger/goreplay)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Bore : Simple CLI Tool For Making Tunnels To Localhost

Bore, a modern simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That’s all it does: no more, and no less.

This will expose your local port at localhost:8000to the public internet at bore.pub:, where the port number is assigned randomly.

Similar to local tunnel and ngrok, except boreis intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills attached.

(bore totals less than 400 lines of safe, async Rust code and is trivial to set up — just run a single binary for the client and server.) InstallationThe easiest way to install bore is from prebuilt binaries. These are available on the releases page for macOS, Windows, and Linux. Just unzip the appropriate file for your platform and move the bore executable into a folder on your PATH.

You also can build borefrom source using Cargo, the Rust package manager. This command installs the borebinary at a user-accessible path.

cargo install bore-cli

We also publish versioned Docker images for each release. Each image is built for AMD 64-bit and Arm 64-bit architectures. They’re tagged with the specific version and allow you to run the statically-linked borebinary from a minimal “scratch” container.

docker run -it –init –rm –network host ekzhang/bore Detailed UsageThis section describes detailed usage for the boreCLI command. Local ForwardingYou can forward a port on your local machine by using the bore localcommand. This takes a positional argument, the local port to forward, as well as a mandatory --tooption, which specifies the address of the remote server.

bore local 5000 –to bore.pub

You can optionally pass in a --portoption to pick a specific port on the remote to expose, although the command will fail if this port is not available. Also, passing --local-hostallows you to expose a different host on your local area network besides the loopback address localhost.

The full options are shown below.

bore-local 0.4.0
Starts a local proxy to the remote server
USAGE:
bore local [OPTIONS] –to
ARGS:
The local port to expose
OPTIONS:
-h, –help Print help information
-l, –local-host The local host to expose [default: localhost]
-p, –port Optional port on the remote server to select [default: 0]
-s, –secret Optional secret for authentication [env: BORE_SECRET]
-t, –to Address of the remote server to expose local ports to
-V, –version Print version information Self-HostingAs mentioned in the startup instructions, there is a public instance of the boreserver running at bore.pub. However, if you want to self-host boreon your own network, you can do so with the following command:

bore server

That’s all it takes! After the server starts running at a given address, you can then update the bore localcommand with option --to to forward a local port to this remote server.

The full options for the bore servercommand are shown below.

bore-server 0.4.0
Runs the remote proxy server
USAGE:
bore server [OPTIONS]
OPTIONS:
-h, –help Print help information
–min-port Minimum TCP port number to accept [default: 1024]
-s, –secret Optional secret for authentication [env: BORE_SECRET]
-V, –version Print version information ProtocolThere is an implicit control port at 7835, used for creating new connections on demand. At initialization, the client sends a “Hello” message to the server on the TCP control port, asking to proxy a selected remote port. The server then responds with an acknowledgement and begins listening fo[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials Bore : Simple CLI Tool For Making Tunnels To Localhost Bore, a modern simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That’s all it does: no more, and no less. This…
r external TCP connections.

Whenever the server obtains a connection on the remote port, it generates a secure UUID for that connection and sends it back to the client. The client then opens a separate TCP stream to the server and sends an “Accept” message containing the UUID on that stream. The server then proxies the two connections between each other.

For correctness reasons and to avoid memory leaks, incoming connections are only stored by the server for up to 10 seconds before being discarded if the client does not accept them. AuthenticationOn a custom deployment of bore server, you can optionally require a secret to prevent the server from being used by others. The protocol requires clients to verify possession of the secret on each TCP connection by answering random challenges in the form of HMAC codes. (This secret is only used for the initial handshake, and no further traffic is encrypted by default.) If a secret is not present in the arguments, borewill also attempt to read from the BORE_SECRETenvironment variable. Download

___________________________
@hacking_Attack
@Hacking_Video