Jump to content

Cognizant's new monitoring system explained


Recommended Posts

Posted
3 hours ago, suckerannafan2 said:

just create a move.py file and paste the code there. run it in terminal as --> python move.py

Don’t you think they can find this if continuously hitting?

Posted

These monitoring tools are smart enough to track these Mouse Move and similar code running in system. It will result in fast track of firing and they don't even have to pay severance package.

Posted
11 hours ago, citizenofIND said:

Wells does this. Every thing is being monitored. Nothing new, it’s all depend on manager and project

Wells India lo na nuvvu US aa brother?

Posted
11 hours ago, suckerannafan2 said:
import pyautogui
import time
import random

def move_cursor(interval=300, offset=int(random.random())):
    print(f"Starting cursor movement every {interval} seconds.")
    while True:
        # Get current mouse position
        x, y = pyautogui.position()
        
        # Calculate new position
        new_x = x + offset if x + offset < pyautogui.size().width else x - offset
        new_y = y + offset if y + offset < pyautogui.size().height else y - offset
        
        # Move the mouse slightly
        pyautogui.moveTo(new_x, new_y, duration=0.2)
        print(f"Moved cursor to ({new_x}, {new_y})")
        
        # Wait for the interval
        time.sleep(interval)

if __name__ == "__main__":
    move_cursor()

 

I used this in Amazon. Modda bi dorakam. 

 

Companies are moving to cloud Desktop's. first batch lo ney lepestharu

Posted
12 hours ago, suckerannafan2 said:
import pyautogui
import time
import random

def move_cursor(interval=300, offset=int(random.random())):
    print(f"Starting cursor movement every {interval} seconds.")
    while True:
        # Get current mouse position
        x, y = pyautogui.position()
        
        # Calculate new position
        new_x = x + offset if x + offset < pyautogui.size().width else x - offset
        new_y = y + offset if y + offset < pyautogui.size().height else y - offset
        
        # Move the mouse slightly
        pyautogui.moveTo(new_x, new_y, duration=0.2)
        print(f"Moved cursor to ({new_x}, {new_y})")
        
        # Wait for the interval
        time.sleep(interval)

if __name__ == "__main__":
    move_cursor()

 

I used this in Amazon. Modda bi dorakam. 

 

just wait until you learn that these softwares also monitor what scripts you're running on the system

Posted
18 hours ago, Sam480 said:

 

canada lo motham banking industry lo IT jobs ki they're using this software now, it is developed by a texas firm called https://sapienceanalytics.com/

I think more and more companies will start using it 

Posted
20 hours ago, Konebhar6 said:

Bratukuteruvu. 

inka enni years anna boots licking and shopping chesi jobs 10gutaru

Posted

latrine or loose motions avuthe more than 15 minutes avutadi kada... then "engaged in other activities" ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...