Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GeniusU Database - Leaked, Download!

#1
Hello 0DayForums Community,
Today I have uploaded the GeniusU Database for you to download, thanks for reading and enjoy!

[Image: download]

In November 2020, a collection of data breaches were made public including the "Entrepreneur Success Platform", GeniusU. Dating back to the previous month, the data included 1.3M names, email and IP addresses, genders, links to social media profiles and passwords stored as bcrypt hashes.

Compromised data: Email addresses, Genders, IP addresses, Names, Passwords, Social media profiles

Sample:
Code:
CREATE TABLE public.users (
    id integer NOT NULL,
    email character varying(255) DEFAULT ''::character varying,
    first_name character varying(255),
    last_name character varying(255),
    created_at timestamp without time zone NOT NULL,
    updated_at timestamp without time zone NOT NULL,
    blaze integer DEFAULT 0,
    dynamo integer DEFAULT 0,
    steel integer DEFAULT 0,
    tempo integer DEFAULT 0,
    questions_completed integer DEFAULT 0,
    questions_completed_at timestamp without time zone,
    personality_type character varying(255),
    step_1_complete boolean DEFAULT false,
    step_2_complete boolean DEFAULT false,
    step_3_complete boolean DEFAULT false,
    step_4_complete boolean DEFAULT false,
    step_5_complete boolean DEFAULT false,
    step_6_complete boolean DEFAULT false,
    step_7_complete boolean DEFAULT false,
    step_8_complete boolean DEFAULT false,
    step_9_complete boolean DEFAULT false,
    step_10_complete boolean DEFAULT false,
    strengths text,
    skills text,
    user_likes text,
    social_score integer DEFAULT 0,
    share_count integer DEFAULT 0,
    twitter_name character varying(255),
    linkedin_url character varying(255),
    google_plus_url character varying(255),
    wd_profile character varying(255),
    celebrity boolean DEFAULT false,
    celebrity_url character varying(255),
    about text,
    ranked boolean DEFAULT true,
    regal boolean DEFAULT false,
    allows_marketing boolean DEFAULT false,
    invitee boolean DEFAULT false,
    confirmed_details boolean DEFAULT false,
    image_url character varying(255),
    gender character varying(255),
    location character varying(255),
    encrypted_password character varying(255) DEFAULT ''::character varying NOT NULL,
    reset_password_token character varying(255),
    reset_password_sent_at timestamp without time zone,
    remember_created_at timestamp without time zone,
    sign_in_count integer DEFAULT 0 NOT NULL,
    current_sign_in_at timestamp without time zone,
    last_sign_in_at timestamp without time zone,
    current_sign_in_ip character varying(255),
    last_sign_in_ip character varying(255),
    authentication_token character varying(255),
    spectrum_level character varying(255),
    mmp_token character varying(255),
    passion_test_taken_at timestamp without time zone,
    old_passions text,
    added_to_gt_users_crm boolean DEFAULT false,
    salesforce_updated boolean DEFAULT false,
    salesforce_failed boolean DEFAULT false,
    passion_affiliate character varying(255),
    passion_affiliate_set_at timestamp without time zone,
    crystal_circle boolean DEFAULT false,
    downloaded_genius_guide boolean DEFAULT false,
    wealth_dynamics_report_url character varying(255),
    td_profile character varying(255),
    td_report_url character varying(255),
    send_message_notifications boolean DEFAULT false,
    send_friend_notifications boolean DEFAULT false,
    about_mentor text,
    avatar_file_name character varying,
    avatar_content_type character varying,
    avatar_file_size integer,
    avatar_updated_at timestamp without time zone,
    url_imported boolean DEFAULT false,
    salesforce_id character varying,
    full_name character varying,
    wd_profile_locked boolean DEFAULT false,
    clerk boolean DEFAULT false,
    tsv tsvector,
    scholar boolean DEFAULT false,
    ilab boolean DEFAULT false,
    passion_fixed boolean DEFAULT false,
    purpose_id integer,
    purpose_test_taken_at timestamp without time zone,
    in_beta boolean DEFAULT false,
    mentor boolean DEFAULT false,
    average_rating double precision DEFAULT 0,
    ranking double precision DEFAULT 0,
    accelerator boolean DEFAULT false,
    send_comment_notifications boolean DEFAULT false,
    balance_cents integer DEFAULT 0,
    user_type character varying,
    title character varying,
    short_description character varying,
    genie_id integer,
    emc boolean DEFAULT false,
    apprentice_interested boolean DEFAULT false,
    website_link character varying,
    auto_responder text,
    fb_url character varying,
    accelerator_mission boolean DEFAULT false,
    send_ebc_notification boolean DEFAULT false,
    send_ei_partners_notification boolean DEFAULT false,
    send_entrepreneur_inspiration_notification boolean DEFAULT false,
    send_ffyb_notification boolean DEFAULT false,
    send_impact_investors_notification boolean DEFAULT false,
    send_geniusu_notification boolean DEFAULT false,
    send_hd_notification boolean DEFAULT false,
    send_genius_school_notification boolean DEFAULT false,
    location_term_condition boolean DEFAULT false,
    is_onboard boolean DEFAULT false,
    send_real_estate_investment boolean DEFAULT false,
    leader boolean DEFAULT false,
    send_event_create_notifications boolean DEFAULT false,
    tsv_name tsvector,
    tsv_location tsvector,
    tsv_about tsvector,
    discarded_at timestamp without time zone,
    latitude double precision,
    longitude double precision,
    send_circle_invite_notifications boolean DEFAULT false,
    country_from_ip character varying,
    uuid uuid DEFAULT salesforce.uuid_generate_v4(),
    sf_updated_at timestamp without time zone,
    confirmation_token character varying,
    confirmed_at timestamp without time zone,
    confirmation_sent_at timestamp without time zone,
    unconfirmed_email character varying,
    force_confirmation boolean
);


ALTER TABLE public.users OWNER TO u80clpjhlh4osm;

--
-- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: u80clpjhlh4osm
--

CREATE SEQUENCE public.users_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;


ALTER TABLE public.users_id_seq OWNER TO u80clpjhlh4osm;

--
-- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: u80clpjhlh4osm
--

ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id;


--
-- Name: users id; Type: DEFAULT; Schema: public; Owner: u80clpjhlh4osm
--

ALTER TABLE ONLY public.users ALTER COLUMN id SET DEFAULT nextval('public.users_id_seq'::regclass);


--
-- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: u80clpjhlh4osm
--

COPY public.users (id, email, first_name, last_name, created_at, updated_at, blaze, dynamo, steel, tempo, questions_completed, questions_completed_at, personality_type, step_1_complete, step_2_complete, step_3_complete, step_4_complete, step_5_complete, step_6_complete, step_7_complete, step_8_complete, step_9_complete, step_10_complete, strengths, skills, user_likes, social_score, share_count, twitter_name, linkedin_url, google_plus_url, wd_profile, celebrity, celebrity_url, about, ranked, regal, allows_marketing, invitee, confirmed_details, image_url, gender, location, encrypted_password, reset_password_token, reset_password_sent_at, remember_created_at, sign_in_count, current_sign_in_at, last_sign_in_at, current_sign_in_ip, last_sign_in_ip, authentication_token, spectrum_level, mmp_token, passion_test_taken_at, old_passions, added_to_gt_users_crm, salesforce_updated, salesforce_failed, passion_affiliate, passion_affiliate_set_at, crystal_circle, downloaded_genius_guide, wealth_dynamics_report_url, td_profile, td_report_url, send_message_notifications, send_friend_notifications, about_mentor, avatar_file_name, avatar_content_type, avatar_file_size, avatar_updated_at, url_imported, salesforce_id, full_name, wd_profile_locked, clerk, tsv, scholar, ilab, passion_fixed, purpose_id, purpose_test_taken_at, in_beta, mentor, average_rating, ranking, accelerator, send_comment_notifications, balance_cents, user_type, title, short_description, genie_id, emc, apprentice_interested, website_link, auto_responder, fb_url, accelerator_mission, send_ebc_notification, send_ei_partners_notification, send_entrepreneur_inspiration_notification, send_ffyb_notification, send_impact_investors_notification, send_geniusu_notification, send_hd_notification, send_genius_school_notification, location_term_condition, is_onboard, send_real_estate_investment, leader, send_event_create_notifications, tsv_name, tsv_location, tsv_about, discarded_at, latitude, longitude, send_circle_invite_notifications, country_from_ip, uuid, sf_updated_at, confirmation_token, confirmed_at, confirmation_sent_at, unconfirmed_email, force_confirmation) FROM stdin;
901299 [email protected] Sharon Dyason 2018-09-26 13:45:22.483447 2020-04-15 14:06:27.788578 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f f f t https://graph.facebook.com/10214901903478648/picture?height=115&width=115 \N Cape Town, South Africa $2a$10$rvaXaXKbZkCA9W3pxGPQ6uwx4Mj18DsFA34Ew/oAlDFEmBEdR5heK \N \N \N 1 2018-09-26 13:45:22.519373 2018-09-26 13:45:22.519373 197.229.3.161 197.229.3.161 6sAyy9osxNz6-ZKGt9f2 \N \N \N \N f f f \N \N f f \N \N \N t t \N \N \N \N \N f 0016F00002avxVqQAI Sharon Dyason f f 'africa':6 'cape':3 'dyason':2 'sharon':1 'south':5 'town':4 f f f \N \N f f 0 0 f f 600 \N \N \N 5 f f \N \N \N f f f t t f t f f t t f f t 'dyason':2 'sharon':1 'africa':4 'cape':1 'south':3 'town':2 \N \N \N t \N 3ccca684-ceb7-4a25-8820-11d00137e8b0 2020-04-15 13:42:51 \N \N \N \N \N
904091 [email protected] Sanyaruk Loprasert 2018-10-01 17:17:07.682866 2020-04-15 14:14:29.903674 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://graph.facebook.com/2377630035610592/picture?height=115&width=115 \N $2a$10$3y0.BRL/Ngw7quvtaQCpHOi2NMJLLMVdG621xlTq9M5/wF1qBsxm2 \N \N \N 2 2020-01-26 16:07:18.777402 2018-10-01 17:17:07.700175 184.22.224.163 58.136.138.210 KBdxYYYNM3GtN4vx_46V \N \N \N \N f f f \N \N f f \N \N \N t t \N \N \N \N \N f 0016F00002cDmgxQAC Sanyaruk Loprasert f f 'loprasert':2 'sanyaruk':1 f f f \N \N f f 0 0 f t 1100 \N \N \N 5 f f \N \N \N f t t t t t t t t t t t f t 'loprasert':2 'sanyaruk':1 \N \N \N t \N 897e553c-6a28-481c-a553-0aa8afa22267 2020-04-15 13:38:27 \N \N \N \N \N
560888 [email protected] Ruth-Ellen Danquah 2017-02-09 12:04:31.322783 2020-03-17 08:07:28.388461 1 0 -1 0 5 2017-02-09 12:06:13.946776 dynamo f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f f f t https://graph.facebook.com/10155043257683453/picture?height=115&width=115 \N \N $2a$10$puvP8WZSZSztBawwhp3.bOFqIlt0wgwsx0Z98PObnorKdfTVZgYIe \N \N \N 2 2020-02-04 01:50:34.518575 2017-02-09 12:04:31.338217 80.229.241.63 188.220.214.178 KANpdhnvtnzsrg39ELut \N \N \N \N f f f \N \N f f \N \N \N t t \N \N \N \N \N f 0016F00001v3gCfQAI Ruth-Ellen Danquah f f 'danquah':4 'ellen':3 'ruth':2 'ruth-ellen':1 f f f \N \N f f 0 0 f t 100 \N \N \N \N f f \N \N \N f t t t t t t t t f f t f t 'danquah':4 'ellen':3 'ruth':2 'ruth-ellen':1 \N \N \N t \N b1ca81a3-55d1-4855-84d1-9be29bcf95dd 2020-03-17 07:48:10 \N \N \N \N \N
1332028 [email protected] Fatiema Hendricks 2020-03-19 18:04:13.710027 2020-04-02 07:10:26.784624 0 0 0 0 0 2020-03-19 18:29:17.397259 steel f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f f f t https://lh3.googleusercontent.com/a-/AOh14GjZAVHokLeAo5o_7cI1ix8WokWjS-YOF8ZBYeKsYA=s50 \N \N $2a$10$mXPYAvIO9.Hf68LYZbgVIeTHnUb4h2VY1gSn/QSQuY4HjP5jCYiyW \N \N \N 1 2020-03-19 18:04:14.006284 2020-03-19 18:04:14.006284 45.222.72.207 45.222.72.207 DQxweZ13iEVUiCNMdUL8 \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002J7nPBQAZ Fatiema Hendricks f f 'fatiema':1 'hendricks':2 f f f \N \N f f 0 0 f f 5400 \N \N \N \N f f \N \N \N f f f f f f f f f f t f f f 'fatiema':1 'hendricks':2 \N \N \N f \N 59d9bd0b-eaca-4d55-b0a7-5734eb75464f 2020-03-19 18:29:27 p13fzw 2020-03-19 18:13:56.302518 2020-03-19 18:04:13.723285 \N \N
1310277 [email protected] Amit Dandekar 2020-02-04 02:06:16.783263 2020-02-22 01:17:11.04849 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://lh3.googleusercontent.com/a-/AAuE7mAYgjFbpy9Rxg-r_GEkd1_cpWEjbeT8LiAGwVdo9w=s50 \N \N $2a$10$ULlaExKqI.NTmI7VGoQILeVc2ZXH1uz4RHc0rXERdH/EcyJOZIK1u \N \N \N 1 2020-02-04 02:06:16.865283 2020-02-04 02:06:16.865283 43.242.226.5 43.242.226.5 APyxR4zM26NXzKnHe4Bs \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZ0ujQAD Amit Dandekar f f 'amit':1 'dandekar':2 f f f \N \N f f 0 0 f f 200 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'amit':1 'dandekar':2 \N \N \N f \N aaf9c2f1-c15e-43d7-8eec-4ba2f8fafaa8 2020-02-21 20:43:56 \N \N \N \N \N
1310258 [email protected] Karim Othman 2020-02-04 00:45:40.502368 2020-02-22 01:19:07.501038 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t \N \N \N $2a$10$eh/.MQELz49Bf0I.Bs1WyudCkfM95sLkDVWyLLG9j25F9T6fGAB5a \N \N \N 1 2020-02-04 00:46:28.249325 2020-02-04 00:46:28.249325 41.40.96.99 41.40.96.99 xHohvvka6LN8DQYmpyJd \N \N 2020-02-04 00:45:40.753884 \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZ0E2QAL Karim Othman f f 'karim':1 'othman':2 f f f \N \N f f 0 0 f f 300 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'karim':1 'othman':2 \N \N \N f \N 2f12abf8-e8fd-42f8-9fee-421f4cf6fd42 2020-02-21 20:43:36 \N \N \N \N \N
1312512 [email protected] Leanne Meyer 2020-02-08 10:11:53.332168 2020-02-22 01:19:19.776262 0 0 0 0 0 \N blaze f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t \N \N \N $2a$10$Us4AIzS0z8.aQc/kNdxRieMy5DviDJoL7WuJ0IvUQpHeGnS7iufGS \N \N \N 1 2020-02-08 10:11:53.388891 2020-02-08 10:11:53.388891 41.79.107.146 41.79.107.146 XBD53xsr8Kbec_uCG4JM \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZmuhQAD Leanne Meyer f f 'leanne':1 'meyer':2 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'leanne':1 'meyer':2 \N \N \N f \N 54a41c0e-a67c-4769-acc8-1d5b3af0b6c8 2020-02-21 20:44:06 \N \N \N \N \N
1312513 [email protected] Benito Ray 2020-02-08 10:16:06.529621 2020-02-22 01:19:28.440929 0 0 0 0 0 \N blaze f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://lh3.googleusercontent.com/a-/AAuE7mAd9ftmXiwJobzM8YcWfcuE461v6jmhaLBYhojLIQ=s50 \N \N $2a$10$OgmVmn4aZwWg6e0MrKIpIuClXryneadtP1w1P1882FiF3wcw4hdta \N \N \N 1 2020-02-08 10:16:06.607006 2020-02-08 10:16:06.607006 112.215.253.97 112.215.253.97 33XKNsyx5iot2zxXc3XV \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZmwcQAD Benito Ray f f 'benito':1 'ray':2 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'benito':1 'ray':2 \N \N \N f \N 056aa4f0-eb45-4648-9d37-37398a63188a 2020-02-21 20:44:16 \N \N \N \N \N
1310274 [email protected] Diogo Barbosa 2020-02-04 02:00:23.418044 2020-02-22 04:21:52.217384 0 0 0 0 0 \N dynamo f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://graph.facebook.com/2850343888357559/picture?height=115&width=115 \N \N $2a$10$H2Iv.z109jDByAjD/jk8SOegBwOKpbYFsWMxAY8IRr.J04ixJ9mGm \N \N \N 1 2020-02-04 02:00:23.525931 2020-02-04 02:00:23.525931 2.81.203.244 2.81.203.244 xoDsRLjyihrzWm5YoSbc \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZ0rEQAT Diogo Barbosa f f 'barbosa':2 'diogo':1 f f f \N \N f f 0 0 f f 3600 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'barbosa':2 'diogo':1 \N \N \N f \N 3080c767-88c4-4846-b223-f57f9f8f8cf8 2020-02-21 20:43:56 \N \N \N \N \N
1310260 [email protected] Nikola Matijevic 2020-02-04 00:57:19.864613 2020-02-22 04:22:17.969835 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://graph.facebook.com/630762677737469/picture?height=115&width=115 \N \N $2a$10$tZYeAWC6LNRQC5BF4n9dRe1OY6hPfJsXST7.0T55ptvjY0Z7zz/tW \N \N \N 2 2020-02-05 01:02:34.020717 2020-02-04 00:57:19.956075 178.149.117.86 178.149.117.86 3m1V2yweAZ99iisbSeyn \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZ0IzQAL Nikola Matijevic f f 'matijevic':2 'nikola':1 f f f \N \N f f 0 0 f f 600 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'matijevic':2 'nikola':1 \N \N \N f \N 052ad4d8-bbcf-4a53-a7ee-16ada9f0b937 2020-02-21 20:43:36 \N \N \N \N \N
1312504 [email protected] VIPINDAS VIPINDAS 2020-02-08 09:53:43.605763 2020-02-22 04:23:22.227163 0 0 0 0 0 \N steel f f f f f f f f f f \N \N \N 10 0 vipindas90kpy \N \N \N f \N \N t f t f t http://pbs.twimg.com/profile_images/945356603942879232/vDWNgxMo_normal.jpg \N \N $2a$10$pr26Vrn6bvchBLrt.2e5kO8lflgp/m7yOovnmV2q8ONGlrHzCS9M2 \N \N \N 1 2020-02-08 09:53:43.677122 2020-02-08 09:53:43.677122 137.97.59.187 137.97.59.187 bSUQnaxX3S6GXhExmG3e \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZmlPQAT VIPINDAS VIPINDAS f f 'vipindas':1,2 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'vipindas':1,2 \N \N \N f \N 12971844-6832-468b-bc76-e0483283a7ab 2020-02-21 20:44:06 \N \N \N \N \N
472652 [email protected] Marijke Scholten 2016-09-21 09:09:46.969604 2020-04-01 18:55:07.681432 0 0 0 0 0 \N \N f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f f f t https://graph.facebook.com/10210844893746760/picture?height=115&width=115 \N \N $2a$10$YQ83rGFLvE1xIzYuCUKTveMUEg27pPzhHCZ2tQd3PIuIZVYnQLRf2 \N \N \N 1 2016-09-21 09:09:46.995132 2016-09-21 09:09:46.995132 203.40.38.35 203.40.38.35 jmyudWzssRzxWxGoUewc \N \N \N \N f f f \N \N f f \N \N \N t t \N \N \N \N \N f 0016F00001nLdvZQAS Marijke Scholten f f 'marijke':1 'scholten':2 f f f \N \N f f 0 0 f t 0 \N \N \N \N f f \N \N \N f t t t t t t t t f f t f t 'marijke':1 'scholten':2 \N \N \N t \N b1c29714-ad2c-496f-b4bb-fe37da2d566f 2020-03-17 08:01:17 \N \N \N \N \N
904090 [email protected] Apollodorus Swaine 2018-10-01 17:16:27.899424 2020-02-24 23:18:02.86213 0 0 0 0 0 \N dynamo f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://graph.facebook.com/1938087456277990/picture?height=115&width=115 \N \N $2a$10$vKQfB6g4NsVC3lBd9rjyDeB7iGwXG5f9fDxS66wi.24NSVmi/8WA. \N \N \N 1 2018-10-01 17:16:27.916029 2018-10-01 17:16:27.916029 154.160.6.2 154.160.6.2 Pf3PYuG8E-kwMUyJye2K \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0016F00002cDmgeQAC Apollodorus Swaine f f 'apollodorus':1 'swaine':2 f f f \N \N f f 0 0 f f 600 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f t 'apollodorus':1 'swaine':2 \N \N \N t \N 55ded7a2-3628-4498-bbd8-ceb7c5f37991 2020-02-23 14:21:05 \N \N \N \N \N
1294964 [email protected] Cornelius Centurion 2020-01-07 00:27:13.114104 2020-03-17 08:42:01.845675 0 0 0 0 0 2020-01-07 00:27:13.339792 steel f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f f f t \N \N \N $2a$10$jYkmWLAl56YMeAk.WAgFC.UeUfVuSGdGAg7Yqz.7DceCkrwxAOssO \N \N \N 0 \N \N \N \N _Fq7GH-2EcsbSzw6iQqx red afbjg \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002GCSsYQAX Cornelius Centurion f f 'centurion':2 'cornelius':1 f f f \N \N f f 0 0 f f 0 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'centurion':2 'cornelius':1 \N \N \N f \N 316323ed-a20b-4a3e-8858-42d2dab3ee41 2020-03-17 07:47:47 \N \N \N \N \N
28567 [email protected] vatofat . 2014-04-02 04:23:04.455918 2020-03-23 11:04:19.628901 2 -1 -2 1 5 2014-04-02 04:25:27.399323 blaze f f f f f f f f f f \N \N \N 10 0 \N \N https://plus.google.com/109271450685296232303 \N f \N \N t f f f t https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg \N \N \N \N \N 0 \N \N \N \N yKzngi5Ragq4dAew17ey \N \N \N --- []\n t t f \N \N f f \N \N \N t t \N \N \N \N \N f 0019000001Aw3mwAAB vatofat . f f 'vatofat':1 f f f \N \N f f 0 0 f t 0 \N \N \N \N f f \N \N \N f t t t t t t t t f f t f t 'vatofat':1 \N \N \N t \N ce1c7b69-03b3-439f-afe0-c32245b7ff46 2020-03-23 10:48:01 \N \N \N \N \N
1312695 [email protected] Smart Ass 2020-02-08 18:34:50.990615 2020-02-22 01:11:36.759844 0 0 0 0 0 \N blaze f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://lh5.googleusercontent.com/-pY7Z9KaiEdQ/AAAAAAAAAAI/AAAAAAAAAAA/ACHi3rfHbD2abm0Gsz7XTIqizZOdscZnqg/s50/photo.jpg \N \N $2a$10$hRBLXcokXNV65RhY6FfF9Oycb4NHRwEgy1DHm9hQjOm9w5jpFa4CW \N \N \N 1 2020-02-08 18:34:51.08593 2020-02-08 18:34:51.08593 122.172.146.78 122.172.146.78 -jHUAsH9w6hTNF3ViyyB \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZpjcQAD Smart Ass f f 'ass':2 'smart':1 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'ass':2 'smart':1 \N \N \N f \N a7677f19-1720-4685-b9c0-944fdedcd955 2020-02-21 20:44:46 \N \N \N \N \N
1312521 [email protected] Michael Maclean 2020-02-08 10:40:02.068924 2020-02-22 01:18:31.787691 0 0 0 0 0 \N steel f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t \N \N \N $2a$10$WUrkgO7iIqKcIBxyyx82YuPQXTHuuDZrwdiJYVoNDAt0y3sowdm6e \N \N \N 1 2020-02-08 10:40:02.12092 2020-02-08 10:40:02.12092 41.48.38.57 41.48.38.57 Y-3HznqDsK9cb72Ny-8S \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZn78QAD Michael Maclean f f 'maclean':2 'michael':1 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'maclean':2 'michael':1 \N \N \N f \N a2c93c78-312a-4b27-8eb5-c621476a1602 2020-02-21 20:44:35 \N \N \N \N \N
1312509 [email protected] shafin raza 2020-02-08 10:01:17.242905 2020-02-22 01:19:24.805404 0 0 0 0 0 \N blaze f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t \N \N \N $2a$10$2VvUvf4gnc8OEm2lIi9xN.xQ4WP4qOklyrxMxMBBsWPqZ/Yd.HlmS \N \N \N 1 2020-02-08 10:01:17.291178 2020-02-08 10:01:17.291178 103.99.43.253 103.99.43.253 7h_82cKVyVhx-L6uxjjF \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZmq5QAD shafin raza f f 'raza':2 'shafin':1 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'raza':2 'shafin':1 \N \N \N f \N b76cdbb0-48f1-48c9-82ac-1ba60395ddc5 2020-02-21 20:44:25 \N \N \N \N \N
1312518 [email protected] April Patterson 2020-02-08 10:23:53.780134 2020-02-22 01:19:33.886095 0 0 0 0 0 \N dynamo f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://lh3.googleusercontent.com/a-/AAuE7mBehDmsF67_S401Mro-2Fs81qihjfGtiWDb577ddLg=s50 \N \N $2a$10$TZnBcaFuxwp.P9YGBoMJ8uPhISNrVXHtoee7WLga/nC3zlOyaC5je \N \N \N 1 2020-02-08 10:23:53.870821 2020-02-08 10:23:53.870821 172.58.76.186 172.58.76.186 4x1uCs_uz8z1t9CsRWCV \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZn0KQAT April Patterson f f 'april':1 'patterson':2 f f f 15 2020-02-08 10:23:53.780134 f f 0 0 f f 600 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f 'april':1 'patterson':2 \N \N \N f \N f1c17256-f57f-483a-a0ba-3cce2f7090c5 2020-02-21 20:44:16 \N \N \N \N \N
1312520 [email protected] Jedi_ 66 2020-02-08 10:35:55.784116 2020-02-22 01:19:38.912817 0 0 0 0 0 \N dynamo f f f f f f f f f f \N \N \N 10 0 \N \N \N \N f \N \N t f t f t https://lh3.googleusercontent.com/a-/AAuE7mBGcifnWHcgHpoMC2XbJcSUIrywCGNY-oU1YwR-=s50 \N \N $2a$10$6apSfOB7smd7yjI.vPzBjek/tbDP9dwHvEax7tQsWWYTOxLSaixwi \N \N \N 1 2020-02-08 10:35:55.890071 2020-02-08 10:35:55.890071 182.69.213.253 182.69.213.253 LSwPyDsZUn678f3yDaKx \N \N \N \N f f f \N \N f f \N \N \N f f \N \N \N \N \N f 0010K00002HZn5NQAT Jedi_ 66 f f '66':2 'jedi':1 f f f \N \N f f 0 0 f f 400 \N \N \N \N f f \N \N \N f f f f f f f f f f f f f f '66':2 'jedi':1 \N \N \N f \N 0d1518b1-0f0a-4e34-a55e-1ca77c55376a 2020-02-21 20:44:35 \N \N \N \N \N

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through