#!/bin/bash
while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa? · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'
# Wait for 5 seconds before running again
sleep 5
done
#!/bin/bash
while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa? · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'
# Wait for 5 seconds before running again
sleep 5
done
#!/bin/bash
while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa? · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'
# Wait for 5 seconds before running again
sleep 5
done