HackHound Fever
#21
Posted 01 December 2012 - 02:10 PM
“The path to paradise begins in hell.” ― Dante Alighieri
#22
Posted 01 December 2012 - 11:48 PM

Attached Files
- Ravage likes this
#23
Posted 03 December 2012 - 08:38 AM
http-nuke I took the liberty of attaching the image instead since it was a bit big to have showing full size on post.
Hope you don't mind.
- HttP-NuKe likes this
#24
Posted 03 December 2012 - 05:40 PM
i belive what ever you do is the best for us

+ your right, its BIG
lol
#25
Posted 04 December 2012 - 05:03 PM
Today ive decided to enter a HackHound IP Tracer for this compitition, here is a picture to show you what it looks like!
this is where you can download the file.
here is a virus scan for all who worry about backdoored
Scan Report:
Cool, http request or wb?
#26
Posted 04 December 2012 - 08:07 PM
- turbo420 likes this
#27
Posted 05 December 2012 - 03:32 PM
http request.
Oh nice! I like the user interface. It's not bad at all, did you made the gfx yourself?
#28
Posted 05 December 2012 - 04:40 PM
Great tools, for most needs
mix of codes and a great GFX
HttP-NuKe & AKL3GEND
- turbo420 likes this
#30
Posted 06 December 2012 - 01:17 AM

- AKL3GEND and HttP-NuKe like this
#31
Posted 06 December 2012 - 05:16 AM
#32
Posted 06 December 2012 - 05:35 AM
#33
Posted 06 December 2012 - 07:51 AM

#34
Posted 06 December 2012 - 02:26 PM
#35
Posted 09 December 2012 - 04:40 PM
this code is shared for competition
[vb]using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;
using System.IO;
using System.Text.RegularExpressions;
using System.IO;
namespace hackhound
{
public partial class Form1 : Form
{
private List<string> stringList;
public Form1()
{
InitializeComponent();
loadStringFromFile();
}
private void loadStringFromFile()
{
//this will be a text file which contain signatures of infected files.this could be a data file etc
stringList = new List<string>(File.ReadAllLines(@"C:\db.txt"));
}
private void button1_Click(object sender, EventArgs e)
{
try
{
OpenFileDialog dlg = new OpenFileDialog();
dlg.InitialDirectory = "c:\\";
dlg.Filter = "All Files (*.*)|*.*";
dlg.RestoreDirectory = true;
if (dlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
string FileName = dlg.FileName;
textBox1.Text = FileName;
}
}
catch (Exception)
{
MessageBox.Show("Error!!");
}
}
private void button3_Click(object sender, EventArgs e)
{
try
{
using (FileStream fs = new FileStream(textBox1.Text, FileMode.Open))
using (MD5 hasher = MD5.Create())
foreach (byte b in hasher.ComputeHash(fs))
textBox2.Text += b.ToString("x2");
MessageBox.Show("Spyware " + ((stringList.Contains(textBox2.Text)) ? "" : "NOT") + " Detected.");
}
catch (Exception)
{
MessageBox.Show("Error!!");
}
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}[/vb]
- Ravage likes this
#36
Posted 09 December 2012 - 11:30 PM
HackHound Utilitie Manager V1.0 FIX
1- fixed extracting files to temp.
2- internet tools buttons auto enabled= true\false "if internet connection workiong or not" => detected by IP address.
6.29MB 34 downloads
- Ravage and Simon-Benyo like this
#37
Posted 10 December 2012 - 01:44 AM
#38
Posted 10 December 2012 - 08:37 PM

in the old days, if the girls want to go out, they just do their hair and very simple stuff,
but in these days, its a bit different :
Lipstick
Lips Color
Lips Shine
SPF Protection
Moisturising Cream
Continuous Infusing Moisturizer
Youth Activating Cream SerumReplenishing Cream
Soothing Treatment Cream
Intense Lipid Repair Cream
Anti-Wrinkle and Firming Treatment
Volumetric Lifting and Reshaping Cream
Eye Shadows
Mezical Fiber
VISIBLE LIFT FOUNDATION
Compact Foundation
Anti-Aging Wrinkle
Eye Line Prevention
Night Serum Treatment
Uplifting Eye Gel
Instant Face Lift
Revision Nectifirm Cream
Neck Firming Cream
Youth Restore
Clinical Lift
Firm Serum
Concealer
Blemishes Shrinks
Sculpting Cheekbone
cream blush
Bronze & Gold Cream Shadows
Lash Liner Pencil
Lip Balm
.
.
.
.
can't get going, tired of writing.
after all that, the girl says : "Heeeeeeeeyy baby, it's all natural beauty"
- Dante, mirza.sahaib and Lion_X like this
#39
Posted 11 December 2012 - 03:51 AM
You wake up next morning beside her and say "wtf...who are you
ROFLMAO
- HttP-NuKe and mirza.sahaib like this
“The path to paradise begins in hell.” ― Dante Alighieri
#40
Posted 11 December 2012 - 06:04 PM

heheheheheheheheheh
- Lion_X likes this