https://github.com/stringmanolo/online-services
Usefull webpages, articles...
https://github.com/stringmanolo/online-services
Last synced: 3 months ago
JSON representation
Usefull webpages, articles...
- Host: GitHub
- URL: https://github.com/stringmanolo/online-services
- Owner: StringManolo
- Created: 2022-04-23T12:47:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T15:58:17.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T02:46:57.040Z (10 months ago)
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# online-services
Usefull webpages, articles, resources...
# Android
#### Download apks without Play Store
https://apps.evozi.com/apk-downloader/
# Bug Hunting
#### Top Hackerone Disclosed Reports
https://github.com/reddelexc/hackerone-reports
# DNS
#### DNS Server Code
https://github.com/song940/node-dns
# Emails
#### Allow Third Party Software to use your gmail account to send mails
https://myaccount.google.com/u/3/lesssecureapps
#### Email Generators
* https://generator.email/
# Malware
#### Antidebugging techniques in javascript
https://x-c3ll.github.io/posts/javascript-antidebugging/
# Networks
#### Sample of TCP client/server in Node
https://gist.github.com/sid24rane/2b10b8f4b2f814bd0851d861d3515a10
# News
#### RSS Reader for Android
https://github.com/spacecowboy/Feeder
#### 80+ RSS Hacking Feeds
https://blog.feedspot.com/hacker_rss_feeds/
# OSINT
#### Data Breach Search Engines
* https://rslookup.com
* https://intelx.io
* https://leakcheck.net
* https://snusbase.com
* https://haveibeenpwned.com
* https://leakpeek.com
* https://breachchecker.com
* https://leak-lookup.com
* https://weleakinfo.to
* https://leakcheck.io
* http://scylla.sh
* http://scatteredsecrets.com
* https://joe.black/leakengine.html
* https://services.normshield.com/data-breach
* https://www.dehashed.com/search?query=
* https://leakedsource.ru/main/
* https://leaked.site/
* https://ghostproject.fr/
* https://haveibeenpwned.com/unifiedsearch/xp@gmail.com
* https://haveibeensold.app/
* https://vigilante.pw/
* https://nuclearleaks.com/
* https://hashes.org/
* https://leak.sx/
* https://leakcorp.com/login
* https://private-base.info/
* https://4iq.com/
#### What time is it anywhere
https://24timezones.com/hora_mundial2.php
# Performance
#### Compile Rust to web assembler
https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm
#### WebAssembly + Rust for improvment of Nodejs performance
https://developer.ibm.com/articles/why-webassembly-and-rust-together-improve-nodejs-performance/
#### Improve performance using DOM
https://dev.to/grandemayta/javascript-dom-manipulation-to-improve-performance-459a
# Privacy
#### DNS Leak Test
https://www.dnsleaktest.com/
# Programming Languages
#### Callbacks in C
https://www.tutorialspoint.com/callback-function-in-c
#### Linux Sockets in C
https://www.binarytides.com/socket-programming-c-linux-tutorial/
#### Array Buffers in Javascript
https://javascript.info/arraybuffer-binary-arrays
#### Core JS library
https://github.com/zloirock/core-js
#### Javascript resources for the language and frameworks
https://github.com/arman37/planet-javascript
#### Replazing switch statements by object literals
https://ultimatecourses.com/blog/deprecating-the-switch-statement-for-object-literals
#### Create and Test Regular Expressions Online
https://regex101.com/
#### Learn Lua in 15 minutes
https://tylerneylon.com/a/learn-lua/
### Introduction to Lua C Api
https://sodocumentation.net/lua/topic/671/introduction-to-lua-c-api
# Security
#### Air Gapping Networks Attacks
https://scholar.google.com/citations?user=F8gvBUkAAAAJ&hl=en
#### ALPACA Cross Protocol TLS Attacks
https://blog.elhacker.net/2021/06/alpaca-un-nuevo-tipo-de-ataque-man-in-the-middle-MITM-https.html
#### Big Hacking Book
https://book.hacktricks.xyz/
#### Browser Side Channels
https://blog.vwzq.net/2021/03/browser-side-channes/
#### Hardware WAF using Android
https://www.programmersought.com/article/79664216028/
#### Minimum size valid files
https://github.com/mathiasbynens/small
#### Object Shadowing using Iframes
https://github.com/wisec/domxsswiki/wiki/Object-Shadowing
#### Secure Session Management in Node
https://blog.jscrambler.com/best-practices-for-secure-session-management-in-node/
#### Timing attacks on web
https://www.tadgroup.com/blog/post/timing-attacks-against-web-applications-are-they-still-practical
# Web Development
#### Create webpages/webapps that works 100% offline
https://web.dev/offline-cookbook/
#### CSS 10 basic tricks
https://flexiple.com/javascript/10-practical-css-tricks-every-developer-should-know/#section4
#### CSS change Android/IOS input keyboard type
https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/
#### CSS reset/normalize
* https://github.com/necolas/normalize.css/
* https://meyerweb.com/eric/tools/css/reset/