Skip to content

Python script to collect defined number of target cookies from a website.

Notifications You must be signed in to change notification settings

bayinmin/BYCookieCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BYCookieCollector

Python script to collect defined number of target cookies from a website.

Sometimes, one might need to collect variable amount of session id cookie to perform analysis on the randomness of the session id cookie.

This script help to collect target cookie and output to a file.

Example

The following example shows how to retrieve 10 JSESSIONID from WebGoat landing page hosted locally. The 10 session id retrieved were written into collected_cookies.txt.

Hello

Usage

  1. Open command prompt and navigate to bycc-index.py folder
  2. Run the script with the following format --> python bycc-index.py <url> <cookie name> <cookie count>
  3. Check the output file for collected cookies

About

Python script to collect defined number of target cookies from a website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages