Announcement

Collapse

Announcement

~ gang gang ~
See more
See less

hacks and scams and crimes and such

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    According to the SEC’s complaint, unsealed yesterday, from at least mid-2017 to April 2022, EIA and Middlebrooks deceived investors in their hedge fund, EIA All Weather Alpha Fund I, LP, including by making repeated false statements about the fund’s performance and total assets; providing falsified investor account statements; misrepresenting that the fund had an auditor; and creating and disseminating a fake audit opinion to investors. The SEC’s complaint also alleges that EIA and Middlebrooks misused new investor money to make Ponzi-like payments to other investors in the fund in order to continue to deceive investors into believing that the fund was profitable. According to the complaint, Middlebrooks also misappropriated investor funds for personal use, including for jewelry and credit card payments.


    Comment


    • #17
      https://www.twitlonger.com/show/n_1ss24a6

      Comment


      • #18
        'play to earn' = scam = downkdown

        https://www.bloomberg.com/news/featu...ches-gave-ruin

        Comment


        • #19
          want to see the script that facebook uses to track absolutely everything you do when you use FB or IG?

          todays your lucky day:

          https://connect.facebook.net/en_US/pcm.js

          Code:
          /*1660238776,,JIT Construction: v1006009030,en_US*/ /** * Copyright (c) 2017-present, Facebook, Inc. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, * copy, modify, and distribute this software in source code or binary form for use * in connection with the web services and APIs provided by Facebook. * * As with any software that integrates with the Facebook platform, your use of * this software is subject to the Facebook Platform Policy * [http://developers.facebook.com/policy/]. This copyright notice shall be * included in all copies or substantial portions of the software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ try {/** * Copyright 2004-present Facebook. All Rights Reserved. * * IAW PCM javascript * * @emails oncall+browser_eng * @format * @providesInline fb.pcm * @generated SignedSource<<3a8800108a6333681c7763b30d0e634e>> * @noframework * @lightSyntaxTransform * @preserve-whitespace * @no-auto-requires */ /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 0); /******/ }) /************************************************** **********************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Copyright 2004-present Facebook. All Rights Reserved. * * * @typechecks * @no-auto-requires * @emails oncall+iaw_aem */ const PCM_BRIDGE_EVENT_INITIALIZE_CALLBACK_HANDLER = 'initializedJSCallbackForIosPCM'; const PCM_BRIDGE_EVENT_GET_NONCE = 'getNonceForIABIosPCM'; const PCM_BRIDGE_EVENT_PIXEL_RECEIVE_PIXEL_DATA = 'receivePixelDataForIABIosPCM'; const PCM_PIXEL_POST_MESSAGE_EVENT = 'pcmPixelPostMessageEvent'; const PCM_IMG_PIXEL_URL = 'https://www.facebook.com/tr?'; const PCM_IMG_PIXEL_URL_EXTRA_SLASH = 'https://www.facebook.com/tr/?'; const callbackMap = {}; let nativeBridge = null; window.setTimeout(() => { nativeBridge = window.webkit && window.webkit.messageHandlers; // PCM_BRIDGE_EVENT_REGISTER_CALLBACK_HANDLER will be registered on native side if (!nativeBridge || !nativeBridge[PCM_BRIDGE_EVENT_INITIALIZE_CALLBACK_HANDLER]) { return; } // Define the global callbackHandler which the native code will callback // DON'T CHANGE WITHOUT UPDATING SignalsFBEvents.plugins.iabpcmaebridge.js window._pcmBridgeCallbackHandler = pcmBridgeCallbackHandler; // Send callback handler for native to register callNativeBridge( PCM_BRIDGE_EVENT_INITIALIZE_CALLBACK_HANDLER, () => {}, () => {}, {name: '_pcmBridgeCallbackHandler'} ); // PCM_BRIDGE_EVENT_GET_NONCE will be registered on native side if (!nativeBridge[PCM_BRIDGE_EVENT_GET_NONCE]) { return; } // Send get nonce to retrieve nonce from native side callNativeBridge( PCM_BRIDGE_EVENT_GET_NONCE, nonceResult => { window._PCMNonce = nonceResult.nonce; }, () => {}, {} ); // PCM_BRIDGE_EVENT_PIXEL_RECEIVE_PIXEL_DATA will be registered on native side if (!nativeBridge[PCM_BRIDGE_EVENT_PIXEL_RECEIVE_PIXEL_DATA]) { return; } // Listen to postMessage from pixel side window.addEventListener('message', (e) => { if (!e || !e.data || !e.data[PCM_PIXEL_POST_MESSAGE_EVENT]) { return; } const pcmData = e.data[PCM_PIXEL_POST_MESSAGE_EVENT]; pcmData['from_js'] = true; pcmData['fr_lvl'] = frameLevel(); // Pass the received pixel PCM data to native side callNativeBridge( PCM_BRIDGE_EVENT_PIXEL_RECEIVE_PIXEL_DATA, () => {}, () => {}, pcmData ); }, false); // Look for any pixel img checkImgPixel(); // Regsiter DOM mutation observer for runtime added img pixel const observer = new MutationObserver((mutations) => { checkImgPixel(); }); const observerConfig = { attributes: false, childList: true, characterData: false, subtree: true }; observer.observe(document.querySelector('head, body'), observerConfig); }, 0); /** * Scrape the document for potential img, script * Tag with pixel img conversion tracking url */ const checkImgPixel = () => { const elements = document.querySelectorAll('img, script'); if (!elements || elements.length === 0) { return; } for (var i=0; i<elements.length; i++) { if (elements[i] && elements[i].src && (elements[i].src.startsWith(PCM_IMG_PIXEL_URL) || elements[i].src.startsWith(PCM_IMG_PIXEL_URL_EXTRA_SLASH))) { const searchParams = new URL(elements[i].src).searchParams; const pcmData = {}; pcmData['ev'] = searchParams.get('ev'); pcmData['id'] = searchParams.get('id'); pcmData['dpo'] = false; pcmData['from_js'] = false; pcmData['fr_lvl'] = frameLevel(); if (searchParams && searchParams.has('id') && searchParams.has('ev')) { if (searchParams.get('dpo') && searchParams.get('dpo').toUpperCase() === 'LDU') { if (searchParams.get('dpoco') === '1' && searchParams.get('dpost') === '1000') { // LDU enabled with specified user state in CA return; } else if (searchParams.get('dpoco') === '0' && searchParams.get('dpost') === '0') { // LDU enabled with geolocation pcmData['dpo'] = true; } } // Construct the custom data object for (const pair of searchParams.entries()) { // If key match cd[*] then it's a custom data pair let match = pair[0].match(/^cd\[(.+)\]$/); if (match) { if (!pcmData['cd']) { pcmData['cd'] = {}; } pcmData['cd'][match[1]] = pair[1]; } } // Convert all custom data object to string type if (pcmData['cd']) { pcmData['cd'] = JSON.stringify(pcmData['cd']); } if (window.parent && window.location !== window.parent.location) { // If it's iframe pass the parsed img pixel PCM data to main frame window.parent.postMessage({pcmPixelPostMessageEven t: pcmData}, '*'); } else { // If it's main frame pass the parsed img pixel PCM data to native side callNativeBridge( PCM_BRIDGE_EVENT_PIXEL_RECEIVE_PIXEL_DATA, () => {}, () => {}, pcmData ); } } } } } const guid = () => { return 'f' + (Math.random() * (1 << 30)).toString(16).replace('.', ''); } const pcmBridgeCallbackHandler = ( resultStatus, callbackID, resultJSON ) => { if (callbackMap[callbackID] === undefined) { return; } let result = null; try { if (resultJSON) { result = JSON.parse(resultJSON); } } catch (exception) {} if (!result) { result = {}; } if (resultStatus) { callbackMap[callbackID].success(result); } else { let errorMessage = result.errorMessage; callbackMap[callbackID].error(Error(errorMessage)); } delete callbackMap[callbackID]; } const callNativeBridge = ( callName, successCallback, errorCallback, callParams ) => { if (!(callName in nativeBridge)) { errorCallback( Error('The API provided by the SDK is not available on this device') ); return; } callParams.callbackID = guid(); callbackMap[callParams.callbackID] = { success: successCallback, error: errorCallback }; if (window._PCMNonce) { callParams.nonce = window._PCMNonce; } const callParamsJSON = JSON.stringify(callParams); nativeBridge[callName].postMessage(callParamsJSON); } const frameLevel = () => { if (window === window.parent) { return 'main'; } try { const href = window.parent.location.href; } catch(e) { return 'unknown'; } if (window.parent === window.top) { return 'lvl_1'; } return 'lvl_2_or_more'; } module.exports = { checkImgPixel, callNativeBridge, PCM_IMG_PIXEL_URL, }; /***/ }) /******/ ]); /* */} catch (e) {var i = new Image();i.crossOrigin = 'anonymous';i.dataset.testid = 'fbSDKErrorReport';i.src='https://www.facebook.com/platform/scribe_endpoint.php/?c=jssdk_error&m='+encodeURIComponent('{"error":"L OAD", "extra": {"name":"'+e.name+'","line":"'+(e.lineNumber||e.li ne)+'","script":"'+(e.fileName||e.sourceURL||e.scr ipt||"pcm.js")+'","stack":"'+(e.stackTrace||e.stac k)+'","revision":"1006009030","namespace":"FB","me ssage":"'+e.message+'"}}');document.body.appendChi ld(i);}

          Comment


          • #20
            https://jeffreycarr.substack.com/p/s...SigningIn=true

            Comment


            • #21
              https://www.npr.org/2022/09/06/11212...-ponzi-florida

              Comment


              • #22
                Click image for larger version

Name:	image.png
Views:	118
Size:	649.2 KB
ID:	10677Click image for larger version

Name:	image.png
Views:	143
Size:	649.2 KB
ID:	10678

                Comment


                • #23

                  Comment


                  • #24
                    basically a single 18 year old just trashed uber's entire infrastructure.

                    Comment


                    • #25
                      all those gpt-3 bots got problems.

                      https://www.cysecurity.news/2022/09/...-bot-with.html

                      Comment


                      • #26
                        BINANCE LINKED BNB WAS HACKED FOR 2 MILLION BNB ($600 MILLION), BINANCE SAYS SUSPENDING TRADING FOR INVESTIGATION

                        Comment


                        • #27
                          like once upon a time, it was REALLY HARD to steal half a billion dollars and thanks to crypto, it not only happens a few times a month but also literally funded north koreas nuclear program for years.

                          Comment


                          • #28
                            http://stake.com, world's largest crypto casino confirms the company was hacked, an estimated $41 million was stolen.​

                            Comment


                            • #29
                              https://financefeeds.com/cftc-sues-a...trading-fraud/

                              i am 1000% too lazy to merge the thread i made about myforexfunds.com into this thread but here.

                              Comment

                              Working...
                              X