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
Mod Menu

[removed]

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Ethical Hacking

Hackers are of different types and are named based on their intent of the hacking system. Broadly, there are two main hackers — White-Hat…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Ethical Hacking

https://cdn-images-1.medium.com/max/2600/1*oedi3IdGdfPMrBz2R7iCtw.jpeg
Ethical hacking involves an authorized attempt to gain unauthorized access to a computer system, application, or data. Carrying out an…

Continue reading on Medium »
All about File upload XSS

Different ways to triggered XSS though file upload
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cybersecurity Concerns for Remote Learning and Work in 2021

The first year of the COVID-19 pandemic was quite challenging for people and organizations due to the spread of the novel coronavirus and the unstable political climate. But as if the 2020 challenges weren’t enough, cyberattacks reached a historical level. This time around, the attacks didn’t just target established organizations. A report by Interpol also notes that […]

The post Cybersecurity Concerns for Remote Learning and Work in 2021 appeared first on Kali Linux Tutorials.
fsp scans an APK and checks the Firestore database for rules that are not secure, testing (https://www.kitploit.com/search/label/Testing) with or without authentication. If there are problems with the security rules, attackers could steal, modify or delete data and raise the bill.Install fsp
sudo wget https://raw.githubusercontent.com/takito1812/FireStorePwn/main/fsp -O /bin/fsp
sudo chmod +x /bin/fsp
Running fsp

Scanning an APK without authentication
fsp app.apk
Scanning an APK with authentication
With email (https://www.kitploit.com/search/label/Email) and password. fsp app.apk test@test.com:123456 With a token. fsp app.apk eyJhbGciO...

Download FireStorePwn (https://github.com/takito1812/FireStorePwn)

___________________________
@hacking_Attack
@Hacking_Video
FireStorePwn - Firestore Database Vulnerability Scanner Using APKs

fsp scans an APK and checks the Firestore database for rules that are not secure, testing with or without authentication. If there are problems with the security rules, attackers could steal, modify or delete data and raise the bill.Install fsp sudo wget https://raw.githubusercontent.com/takito1812/FireStorePwn/main/fsp -O /bin/fspsudo chmod +x /bin/fsp Running fsp Scanning an APK without authentication fsp app.apk Scanning an APK with authentication With email and password. fsp app.apk test@test.com:123456 With a token. fsp app.apk eyJhbGciO... Download FireStorePwn
Read more...

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Anonymous Logins for Pentesters

In this article, we will focus on the various services that support the Anonymous Logins. We will be understanding the process to setup those service on your local target system and then using Kali Linux to access them or attack them. Table of Content Introduction Setting up Anonymous FTP Attacking

The post Anonymous Logins for Pentesters appeared first on Hacking Articles.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
FireStorePwn - Firestore Database Vulnerability Scanner Using APKs

https://1.bp.blogspot.com/-mL438l63hTg/YKrzEkXE_-I/AAAAAAAAWRI/87DCc19R3mkIcrf4T7PdNh_tcQ6UoYWVACNcBGAsYHQ/w626-h640/FireStorePwn_1.png
fsp scans an APK and checks the Firestore database for rules that are not secure, testing with or without authentication.

If there are problems with the security rules, attackers could steal, modify or delete data and raise the bill.

Install fsp

sudo wget https://raw.githubusercontent.com/takito1812/FireStorePwn/main/fsp -O /bin/fsp
sudo chmod +x /bin/fsp


Running fsp

Scanning an APK without authentication

fsp app.apk

Scanning an APK with authentication


With email and password.

fsp app.apk test@test.com:123456

With a token.

fsp app.apk eyJhbGciO...
Download FireStorePwn

___________________________
@hacking_Attack
@Hacking_Video