Skip to content

Commit 8c700b9

Browse files
committed
Added new sites through auto submit, some fixes
1 parent f9c9af5 commit 8c700b9

File tree

6 files changed

+3838
-3561
lines changed

6 files changed

+3838
-3561
lines changed

cookies.txt

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# HTTP Cookie File downloaded with cookies.txt by Genuinous @genuinous
22
# This file can be used by wget, curl, aria2c and other standard compliant tools.
33
# Usage Examples:
4-
# 1) wget -x --load-cookies cookies.txt "https://xss.is/search/"
5-
# 2) curl --cookie cookies.txt "https://xss.is/search/"
6-
# 3) aria2c --load-cookies cookies.txt "https://xss.is/search/"
4+
# 1) wget -x --load-cookies cookies.txt "https://pixabay.com/users/blue-156711/"
5+
# 2) curl --cookie cookies.txt "https://pixabay.com/users/blue-156711/"
6+
# 3) aria2c --load-cookies cookies.txt "https://pixabay.com/users/blue-156711/"
77
#
8-
xss.is FALSE / TRUE 0 xf_csrf PMnZNsr42HETwYEr
9-
xss.is FALSE / TRUE 0 xf_from_search google
10-
xss.is FALSE / TRUE 1642709308 xf_user 215268%2CZNKB_-64Wk-BOpsdtLYy-1UxfS5zGpxWaiEGUhmX
11-
xss.is FALSE / TRUE 0 xf_session sGdxJtP_sKV0LCG8vUQbr6cL670_EFWM
12-
.xss.is TRUE / FALSE 0 muchacho_cache ["00fbb0f2772c9596b0483d6864563cce"]
13-
.xss.is TRUE / FALSE 0 muchacho_png ["00fbb0f2772c9596b0483d6864563cce"]
14-
.xss.is TRUE / FALSE 0 muchacho_etag ["00fbb0f2772c9596b0483d6864563cce"]
15-
.xss.is TRUE / FALSE 1924905600 2e66e4dd94a7a237d0d1b4d50f01e179_evc ["00fbb0f2772c9596b0483d6864563cce"]
8+
.pixabay.com TRUE / TRUE 1618356838 __cfduid d56929cd50d11474f421b849df5758a881615764837
9+
.pixabay.com TRUE / TRUE 1615766638 __cf_bm ea8f7c565b44d749f65500f0e45176cebccaeb09-1615764837-1800-AYJIXh2boDJ6HPf44JI9fnteWABHOVvkxiSccACP9EiS1E58UDTGhViXtqjFfVE0QRj1WowP4ss2DzCs+pW+qUc=
10+
pixabay.com FALSE / FALSE 0 anonymous_user_id c1e4ee09-5674-4252-aa94-8c47b1ea80ab
11+
pixabay.com FALSE / FALSE 1647214439 csrftoken vfetTSvIul7gBlURt6s985JNM18GCdEwN5MWMKqX4yI73xoPgEj42dbNefjGx5fr
12+
pixabay.com FALSE / FALSE 1647300839 client_width 1680
13+
pixabay.com FALSE / FALSE 748111764839 is_human 1

maigret/maigret.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def main():
253253
site_data = get_top_sites_for_id(args.id_type)
254254

255255
if args.new_site_to_submit:
256-
is_submitted = await submit_dialog(db, args.new_site_to_submit)
256+
is_submitted = await submit_dialog(db, args.new_site_to_submit, args.cookie_file)
257257
if is_submitted:
258258
db.save_to_file(args.db_file)
259259

0 commit comments

Comments
 (0)