Wizard of Light Bulb
Posts
153
Threads
121
Joined
Jun 2023
1 Year of service
06-20-2023, 11:55 AM
(This post was last modified: 08-21-2023, 12:33 AM by Valhalla.)
Hello Rebreached Community,
Today I have uploaded the Nitro PDF (Aka NitroPDF, GoNitro) Database for you to download for free, thanks for reading and enjoy!
In September 2020, the Nitro PDF service suffered a massive data breach which exposed over 70 million unique email addresses. The breach also exposed names, bcrypt password hashes and the titles of converted documents. Originally dumped by ShinyHunters.
Compromised data: Email addresses, Names, Passwords
Hidden Content
You must register or login to view this content.
Member
Posts
188
Threads
101
Joined
Jul 2023
1 Year of service
Sample:
Code: CREATE TABLE users.user_credential (
id bigint NOT NULL,
tmp_admin boolean DEFAULT false,
agreed boolean NOT NULL,
created timestamp without time zone,
email character varying(255) NOT NULL,
firstname character varying(255),
lastname character varying(255),
password character varying(255),
passwordreset character varying(255),
verified boolean NOT NULL,
avatar character varying(255),
settings integer DEFAULT 0 NOT NULL,
source character varying(255),
notifications integer DEFAULT 0 NOT NULL,
status character varying(255) DEFAULT 'ACTIVE'::character varying NOT NULL,
secret character varying(255) DEFAULT '123abc'::character varying NOT NULL,
confirmed_client_access boolean DEFAULT false NOT NULL,
account_id bigint NOT NULL,
timezone character varying(255),
dateformat character varying(255),
verify_remind timestamp(6) without time zone,
desktop_version character varying(255),
locale character varying(10),
prompts integer DEFAULT 0 NOT NULL,
title character varying(255),
company character varying(255),
sem_id bigint,
updated_at timestamp without time zone,
tos_pp_accepted_at timestamp without time zone,
remote_ip character varying(50)
);
Breach Junior
Posts
22
Threads
0
Joined
Jul 2023
1 Year of service
I can't see any download button on this post + multiple other posts for some reason.
Middle Man
Posts
390
Threads
2
Joined
Jun 2023
1 Year of service
(07-22-2023, 03:43 PM)seed1337 Wrote: I can't see any download button on this post + multiple other posts for some reason.
Yes, download links will be available ASAP.
thanks
Breach Junior
Posts
22
Threads
0
Joined
Jul 2023
1 Year of service
(07-22-2023, 03:48 PM)An0nPr1v Wrote: (07-22-2023, 03:43 PM)seed1337 Wrote: I can't see any download button on this post + multiple other posts for some reason.
Yes, download links will be available ASAP.
thanks alr ty, planning on making a db breach search tool to search for breached data on an email and it would be helpful if there was a download button. Thanks
Breach Junior
Posts
8
Threads
0
Joined
Aug 2023
1 Year of service
yass
Member
Posts
61
Threads
0
Joined
Aug 2023
1 Year of service
(06-20-2023, 11:55 AM)Lord.hushu Wrote: Hello Rebreached Community,
Today I have uploaded the Nitro PDF (Aka NitroPDF, GoNitro) Database for you to download for free, thanks for reading and enjoy!
In September 2020, the Nitro PDF service suffered a massive data breach which exposed over 70 million unique email addresses. The breach also exposed names, bcrypt password hashes and the titles of converted documents. Originally dumped by ShinyHunters.
Compromised data: Email addresses, Names, Passwords great bro
Breach Junior
Posts
1
Threads
0
Joined
Aug 2023
1 Year of service
Thanks for uploading this db :)
Senior Member
Posts
272
Threads
36
Joined
Jun 2023
1 Year of service
link updated ,added to cdn
Banned
Posts
7
Threads
0
Joined
Oct 2023
Reputation
1 Year of service
10-01-2023, 03:34 PM
(This post was last modified: 10-01-2023, 03:34 PM by Fascigreg.)
thanks for the db
omg this look incredible
|