HN user

matan-h

811 karma

Creating cool python libraries, interested in rust , in cybersecurity, and working with electron

Posts39
Comments14
View on HN
github.com 4mo ago

RasS (Rounding-as-a-Service)

matan-h
4pts1
p2r3.github.io 5mo ago

Convert Anything,Locally

matan-h
2pts0
codeberg.org 5mo ago

Atime-based unused packages detector for Fedora

matan-h
2pts0
github.com 6mo ago

Awesome: Logical Programming Language

matan-h
2pts0
ethereal-loop.github.io 10mo ago

Ethereal Loop Animations – FOSS abstract animations

matan-h
1pts0
codeberg.org 11mo ago

PhotoSwooper: Dating App for Photos

matan-h
1pts0
github.com 1y ago

Transfer – A simple local file server app for Android

matan-h
1pts1
gitlab.gnome.org 1y ago

Gimp 3.12 will respect the system color scheme

matan-h
7pts0
willmcgugan.github.io 1y ago

The Ethics of Readme Ads

matan-h
2pts1
github.com 1y ago

Rust Lifetime Visualizer

matan-h
1pts0
www.todepond.com 1y ago

Splash Colour Format

matan-h
3pts0
matan-h.com 1y ago

I created a game to detect the browser history

matan-h
1pts3
matan-h.com 2y ago

New SSRF in Google

matan-h
1pts0
matan-h.com 2y ago

Google Has SSRF – Now

matan-h
3pts0
matan-h.com 2y ago

A "Boring" XSS Discovered in Google

matan-h
2pts0
matan-h.com 2y ago

Common Google XSS

matan-h
159pts16
github.com 2y ago

Better adb shell

matan-h
100pts45
github.com 2y ago

Better Adb Shell

matan-h
3pts0
matan-h.com 2y ago

Google has another secret browser

matan-h
777pts219
matan-h.com 2y ago

Show HN: Private-Convert: a Local media conversion site

matan-h
1pts0
matan-h.com 2y ago

Building an online media converter with a different approach

matan-h
2pts0
matan-h.com 2y ago

Build a quick and private online converter

matan-h
1pts0
matan-h.com 2y ago

I analyzed Stack Overflow for secrets

matan-h
223pts80
matan-h.com 2y ago

I Analyzed StackOverflow for Leaks

matan-h
1pts0
matan-h.com 2y ago

Visual Sitemaps: A New Type of Sitemap

matan-h
2pts1
matan-h.com 2y ago

In-the-browser local media conversion site powered by web assembly

matan-h
1pts0
matan-h.com 2y ago

Visual Sitemaps: Next-gen sitemap for sites

matan-h
1pts0
matan-h.com 2y ago

Show HN: Private-Convert: a WASM-based media conversion site

matan-h
1pts0
htmx.org 2y ago

The ViewSource Affordance

matan-h
3pts0
matan-h.com 2y ago

No Laptop, No Problem: Creating a Development Environment on Android

matan-h
3pts1
Better adb shell 2 years ago

Apart from the length, what advantages does `[-z $VAR ] && VAR=x` over `if [ ! $VAR ]; then VAR=x fi` ?

Btw, The color script is cool. This makes ANSI sensible.

Better adb shell 2 years ago

I use this to copy programs from termux.

in termux (you need lld [pkg i lld]):

   mkdir /sdcard/.adb
   cp `which bash` /sdcard/.adb
   cp $(ldd `which bash`|cut -d ">" -f2) /sdcard/.adb
in adb shell:
   cd /data/local/tmp
   cp /sdcard/.adb/bash
   cp /sdcard/.adb/*.so
   LD_LIBRARY_PATH=.
   ./bash
Better adb shell 2 years ago

I've tried it. nushell works for me only with the "-c" option, otherwise I get "Error: I/O error: Function not implemented (os error 38)". Probably the prompt function

yes. (It's not really the 'root' user, but it trusts blindly and can do things such as installing apps without user confirmation.). In my other blog post about gms, the JS bridges would be running in the privileged scope.

You agreed to this in Google's privacy policy when installing Android.

Gitleaks regexes are fairly accurate. For example, the regex to find a GitHub PAT is "ghp_[0-9a-zA-Z]{36}" which mean it has a specific number (36+4) of characters from specific group (alphabet+number). And I try to filter out the obvious non-secrets (like 'abcd','xxxx' and '1234'). However, as I stated in the article, most of the data is not actionable: most people just revoke the token, use an old one, change some random letters, etc.

I have an addition to this story:

Me: here's a bug in Google Play Services.

Google: Not a bug, working as expected, closing issue.

Me: posted the bug on my blog, and it's get extensive media coverage.

Google: It seems we were wrong! It is indeed a bug. We will return to you in a few weeks.

I checked that, and it's actually possible : Spotify → your plan → see available plans →click on some plan → click "advertising" → find "reCAPTCHA" and click on "Google Privacy Policy"→scroll down until "google" → you get it :)