Skip to content

Commit

Permalink
Update api_brute_forece.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0x01369 authored Apr 11, 2024
1 parent 03430b4 commit a9d05cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_brute_forece.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

base_url="https://api.pipedrive.com/v1"
endpoints=("activities" "activityfields" "activitytypes" "billing" "callLogs" "channels" "currencies" "dealFields" "deals" "files" "filters" "goals" "itemsearch" "leads" "leadlabels" "leadSources" "legacyteams" "mailbox" "meetings" "notefields" "notes" "organizationfields" "organizationrelationships" "organizations" "permissionsets" "personfields" "persons" "pipelines" "productfields" "products" "projects" "projecttemplates" "recents" "roles" "stages" "subscriptions" "tasks" "UserConnections" "users" "usersSettings")
endpoints=("users" "deals" "persons" "notes" "products" "organizations" "activities" "activityfields" "activitytypes" "billing" "callLogs" "channels" "currencies" "DealFields" "deals" "files" "filters" "goals" "İtemSearch" "leads" "LeadLabels" "LeadSources" "LegacyTeams" "mailbox" "meetings" "NoteFields" "notes" "OrganizationFields" "OrganizationRelationShips" "organizations" "PermissionSets" "PersonFields" "persons" "pipelines" "ProductFields" "products" "projects" "ProjectTemplates" "recents" "roles" "stages" "subscriptions" "tasks" "UserConnections" "users" "UsersSettings")

# Read API tokens from token.txt file
api_tokens=$(<token.txt)
Expand Down

0 comments on commit a9d05cd

Please sign in to comment.