Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
dynamicscrm-proxy-server
Advanced tools
A simple proxy server that llows a client to bypass NTLM Authentication with an On-Premise instance of Dynamics CRM
A simple proxy server that allows a client to bypass NTLM authentication with an On-Premise instance of Dynamics CRM
dynamics-crm-proxy -u yourusername -p yourpassword -d YOURDOMAIN -a https://your.domain.com/YOURORG/api/data/v8.0/
Run dynamics-crm-proxy --help
for more info/examples, or keep reading below.
Before using the proxy, you must configure it with the CRM's api url and the credentials you want it to use. You may also optionally configure a port the proxy should listen on (defaults to 3000).
There are two ways you can configure the proxy server. You may:
Set environmental variables CRMPROXY_USERNAME
, CRMPROXY_PASSWORD
, CRMPROXY_API_URL
, CRMPROXY_DOMAIN
and, optionally, CRMPROXY_PORT
Pass in command-line arguments. Here's the Yargs output:
Usage: index.js [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--username, -u CRM Username [required]
--password, -p CRM Password [required]
--domain, -d The Active Directory Domain to authenticate with [required]
--apiUrl, -a CRM API URL [required]
--verbose, -v Verbose Log Level [boolean]
--port Port the proxy server should liston on
Examples:
index.js -u user1 -p mypass1337 -o -d yourdomain
https://your.domain.edu/CRMSALES/api/data/v8.0 -v
index.js --username user1 -password mypass1337 --domain yourdomain -apiurl
https://your.domain.org/CRMINTERNAL/api/data/v8.1/ --port 1337
You can also run the proxy server as a docker file. E.g:
docker run \
-e CRMPROXY_USERNAME=yourusernam \
-e CRMPROXY_PASSWORD=yourpassword \
-e CRMPROXY_DOMAIN=yourdomain \
-e CRMPROXY_API_URL=https://rctrdevcrm.regent.edu/CRMRECRUITTEST/api/data/v8.0/ \
-p 3000:3000 \
d4hines/dynamicscrm-proxy-server
FAQs
A simple proxy server that llows a client to bypass NTLM Authentication with an On-Premise instance of Dynamics CRM
The npm package dynamicscrm-proxy-server receives a total of 0 weekly downloads. As such, dynamicscrm-proxy-server popularity was classified as not popular.
We found that dynamicscrm-proxy-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.