SoftTech-IT bKash, Rocket, Nagad

bkash · by sujon3g · wordpress.org ↗ · SVN ↗
Active installs
6k+
Current version
2.4
Added
2016-09-26
Last updated
2024-10-17 (1y ago)
First seen by beacon
11d ago
Total downloads
163,904

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · false_positive_legit_ip_use 2026-04-30 15:25:30 (2d ago)
Slugbkash
Patternhardcoded_ip_url
Kindbuiltin
Version2.4
Hit count1
First hit
File
index.php
Line
82
Snippet
( http://66.45.237.70/api.php )</p>
Explanationplugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) — legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths.
View raw JSON
{
    "slug": "bkash",
    "pattern": "hardcoded_ip_url",
    "kind": "builtin",
    "version": "2.4",
    "hit_count": 1,
    "first_hit": {
        "file": "index.php",
        "line": 82,
        "snippet": "( http://66.45.237.70/api.php )</p>"
    },
    "explanation": "plugin source hardcodes a raw IPv4 URL (e.g. `https://94.156.79.8/...`) \u2014 legitimate plugins use DNS hostnames because IPs change. Hardcoded IPs in plugin code are almost always either dev leftovers or attacker C2 infrastructure. The June 2024 social-warfare keylogger (audit #14) used `https://94.156.79.8/sc-top.js` for the JS payload host, `/AddSites` for victim registration, `/CMSUsers` for filesystem-recon exfil. Operator infrastructure on raw IPs avoids domain registration / RDAP detection paths. Post-filtered to skip RFC1918/loopback/link-local ranges and `vendor/`/`tests/` paths."
}

SVN committers (2)

Accounts with actual commit access to bkash on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Md. Toriqul Mowla 2014-10-02 29 2016-09-26 · r1502781 2024-10-17 · r3170527
plugin-master 2007-03-09 1 2016-08-29 · r1485960 2016-08-29 · r1485960

Readme contributors (2)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Md. Toriqul Mowla 2014-10-02 29 commits Active
Zinan Nadeem 2013-10-28 Active