Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gh0st

Pages: 1 ... 5 6 [7] 8 9 ... 11
91
Found it on the Webs / rankmyhack.com
« on: August 27, 2011, 04:36:42 am »
http://rankmyhack.com/
 ;D
Code: [Select]

 

 
Welcome to RankMyHack.Com
The worlds first elite hacker ranking
 
system.

Submit proof of your website hacks in exchange for Ranking

Points  that earn you a place on the leaderboard of legends. The bigger the

site, the  bigger the points.

Then use your points to duel with other

hackers and  protect your legacy in one on one digital combat.

So
have
you got what it  takes to be the best?

92
Politics & Religion / RSA Animate - First as Tragedy, Then as Farce
« on: August 26, 2011, 07:29:16 am »
http://www.youtube.com/watch?v=hpAMbpQ8J7g
well it requires a bit of analyzis so what do you get from this video?
 I first saw this via wikileaks tweet and this channel has good videos about politics,education,society,etc.
here is another one that looks interesting
http://www.youtube.com/watch?v=zDZFcDGpL4U&feature=channel_video_title

93
Found it on the Webs / Java 4 Ever the movie
« on: August 26, 2011, 07:13:48 am »
http://www.youtube.com/watch?v=FwwWo-NzPFo
raise against windows monopoly!!

95
Found it on the Webs / KIDS REACT TO NYAN CAT
« on: August 24, 2011, 09:00:22 am »
http://www.youtube.com/watch?v=3TQbDz6-4eM
 
I dont know why anybody likes this cat is cute
 
 

96
Found it on the Webs / free assange wikileaks rap
« on: August 20, 2011, 04:06:20 am »
http://www.youtube.com/watch?v=ZeEJwPAyqNs&list=FLRPI0baZYq2BYMKf86elM8A&index=1
 
lyrics:
 
We're the very first global samizdat movement,
You can try to stop us, but you're losin'
You might win a battle, but you won't win the war.
Cause you can't beat a cause with global support.
We are the people, and we stand strong,
You can label us as terrorists, but your so wrong
This shit won't fly, we won't swallow that pill,
And you can't even stop us with the wikileaks bill

Fuck you mother fuckers, who the fuck you think you fuckin with?
Push on us we push right back, we all had enough of this.
Anonamous is not a bitch, I think you underestimated,
Power to the people now the people are infuriated.
Global occupation.. that's your operation
Fuck that samizdat.. so keep on with your hatin'
Just Don't hate the player bitch, hate the game,
So Don't shoot the messenger, instead shoot it in your brain.
Shoot yourself in the foot, that's what you do daily,
Nightly. Even on the weekend slightly,
But we game know your game, so we pulled your damn card,
Shuttin us down is gonna be real hard.
Lock the pay pal down, boy you screwed up,
Feel the wrath of DDoS attack non-stop.
Now it's new legisltation and the rhetoric increases,
But w e won't take a break until this bull shit ceases
The very first global samizdat movement,
You can try to stop us, but you're losin'
You might win a battle, but you won't win the war.
Cause you can't beat a cause with global support.
We are the people, and we stand strong,
You can label us as terrorists, but your so wrong
This shit won't fly, we won't swallow that pill,
And you can't even stop us with the wikileaks bill

Hillary Clinton, where do I begin
More like Mrs, CIA with your smug grin,
You look like your eattin shit you're really eattin crow,
Your carreer just ended, on a low note.
Ordered all the diplomats to act like CIA,
Spying on the UN, collecting DNA,
That's against the treaty, the allegations beefy,
You might try to shrug it off, but the impact is not fleeting,
It's gonna resonate, it's gonna hang around,
Your political future just went down,
And what about Palin? What a stupid ho.
Call for Julians arrest, but what you don't know,
He got some insurance, 256 encrypted,
That's the deterrence for any plan you thinkin'
And are you fuckin dumb? Information terrorism?
Truth must hurt, and that is why you're player hatin.



The very first global samizdat movement,
You can try to stop us, but you're losin'
You might win a battle, but you won't win the war.
Cause you can't beat a cause with global support.
We are the people, and we stand strong,
You can label us as terrorists, but your so wrong
This shit won't fly, we won't swallow that pill,
And you can't even stop us with the wikileaks bill


And what the about Amazon, they act like we're crooks,
You don't like free speech, then you shouldn't sell books.
And what about post finance, the swiss bank,
The they shut down Js account are you fuckin' shittin' me?
The irony is deep, you kept money for the Nazis,
But when it's information liberation you want nothing,
To do with it, I guess you really ain't gettin' it
You'll be written in history as pieces of shit.
Information insurrection that's what we getting' at,
And it's unstoppable because of the internet.
Shut the down the domain name we don't give a fuck,
It's online on 500 sites that's what's up.
And for all the people that say its CIA,
Behind wikileaks your brain really must be DOA
It's not George Soros, pullin all the strings,
It's the new world order that you're defending

We're the very first global samizdat movement,
You can try to stop us, but you're losin'
You might win a battle, but you won't win the war.
Cause you can't beat a cause with global support.
We are the people, and we stand strong,
You can label us as terrorists, but your so wrong
This shit won't fly, we won't swallow that pill,
And you can't even stop us with the wikileaks bill

98
Projects and Discussion / evil AV (on development)
« on: August 03, 2011, 03:52:19 am »
Evil AV     
Evil AV is an antivirus coded on java and its in developing by evilzoners itself this is a very basic software and its features will be added in a future but the basic search engine is being developed any evilzone`s member can add pieces of source codes that will be complement of the modules.

 current source code:

http://pastebin.com/nGnTffbd
 
Code: [Select]
import java.awt.BorderLayout;


public class av extends JFrame {

private JPanel contentPane;
private JButton btnNewButton;

/**
* Launch the application.
*/
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
try {
av frame = new av();
frame.setVisible(true);
} catch (Exception e) {
e.printStackTrace();
}
}
});
}

/**
* Create the frame.
*/
public av() {
setTitle("Evil AV");
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds(100, 100, 450, 300);
contentPane = new JPanel();
contentPane.setForeground(Color.WHITE);
contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
setContentPane(contentPane);

btnNewButton = new JButton("Full scan");

JButton button = new JButton("Scan file");
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
}
});
GroupLayout gl_contentPane = new GroupLayout(contentPane);
gl_contentPane.setHorizontalGroup(
gl_contentPane.createParallelGroup(Alignment.LEADING)
.addGroup(Alignment.TRAILING, gl_contentPane.createSequentialGroup()
.addContainerGap(257, Short.MAX_VALUE)
.addGroup(gl_contentPane.createParallelGroup(Alignment.LEADING)
.addComponent(button, GroupLayout.PREFERRED_SIZE, 141, GroupLayout.PREFERRED_SIZE)
.addComponent(btnNewButton, GroupLayout.PREFERRED_SIZE, 141, GroupLayout.PREFERRED_SIZE))
.addGap(26))
);
gl_contentPane.setVerticalGroup(
gl_contentPane.createParallelGroup(Alignment.LEADING)
.addGroup(gl_contentPane.createSequentialGroup()
.addGap(33)
.addComponent(btnNewButton, GroupLayout.PREFERRED_SIZE, 40, GroupLayout.PREFERRED_SIZE)
.addGap(18)
.addComponent(button, GroupLayout.PREFERRED_SIZE, 40, GroupLayout.PREFERRED_SIZE)
.addContainerGap(121, Short.MAX_VALUE))
);
contentPane.setLayout(gl_contentPane);
}
}

Antivirus papers:
 
http://www.agusblog.com/wordpress/what-is-a-virus-signature-are-they-still-used-3.htm
http://en.wikipedia.org/wiki/Antivirus_software#Signature-based_detection
http://en.wikipedia.org/wiki/Oligomorphic_code
http://en.wikipedia.org/wiki/Polymorphic_code
http://en.wikipedia.org/wiki/Metamorphic_code
 
 
things to be done:
-full scan module
-scan file module
-upgrading module
 
process [!                                ] 1%

99
Projects and Discussion / lets build an AV!
« on: July 29, 2011, 02:24:41 am »
Ive been planning to code an AV and I was wondering if everyone else want to develop it I would do a special topic for it then I will be upgrading it so what do u think? does anybody want to be on this project?

it would be called Evil AV

it could be coded on C tho

101
Java / [java]java.security.Signature how to use verify
« on: July 24, 2011, 11:56:01 pm »
well on the page says initVerify
public final void initVerify(PublicKey publicKey) throws InvalidKeyException
  Initializes this object for verification. If this method is called again with a different argument, it negates the effect of this call.   Parameters: publicKey - the public key of the identity whose signature is going to be verified. Throws: InvalidKeyException - if the key is invalid. anyone have an example? with the path location and all that?

102
article: http://www.guardian.co.uk/world/2011/jul/23/norway-attacks-utoya-gunman
 
this is the first attack since the second world war is amazing how this man couldve killed like 90 persons if you didnt know it norway is the most peaceful country in the world and : "The country maintains a Nordic welfare model with universal health care, subsidized higher education, and a comprehensive social security system. From 2001 to 2007,[13] and then again in 2009 and 2010, Norway had the highest human development index ranking in the world.[14]"
come on you dont just kill 90 people just for killing something is happening there why did that man hated so much those people....
 

103
Java / [java]trying to compile this source code
« on: July 21, 2011, 05:41:01 am »
Code: [Select]
// Returns the contents of the file in a byte array.
public static byte[] getBytesFromFile(File file) throws IOException {
    InputStream is = new FileInputStream(file);

    // Get the size of the file
    long length = file.length();

    // You cannot create an array using a long type.
    // It needs to be an int type.
    // Before converting to an int type, check
    // to ensure that file is not larger than Integer.MAX_VALUE.
    if (length > Integer.MAX_VALUE) {
        // File is too large
    }

    // Create the byte array to hold the data
    byte[] bytes = new byte[(int)length];

    // Read in the bytes
    int offset = 0;
    int numRead = 0;
    while (offset < bytes.length
           && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
        offset += numRead;
    }

    // Ensure all the bytes have been read in
    if (offset < bytes.length) {
        throw new IOException("Could not completely read file "+file.getName());
    }

    // Close the input stream and return bytes
    is.close();
    return bytes;
}
thanks to http://www.exampledepot.com/egs/java.io/File2ByteArray.html
 
well first I replace "getBytesFromFile(File file)" how is the correct way to replace that "file file"? example.txt? bin/example.txt?
 
and here? "FileInputStream(file);"

what about here? long length = file.length();"
 
and the header would be java.i/o? any suggestions will be appreciated

104
Found it on the Webs / index of transparency per country
« on: July 21, 2011, 03:45:03 am »
http://www.transparency.org/policy_research/surveys_indices/cpi/2010/results
 
I dont know if most of the members want to know but maybe for the older (in age)so we have denmark as first nice I like that country  ;)

105
Projects and Discussion / the engine of an AV
« on: July 20, 2011, 07:53:28 am »
well guys Im trying to code a basic AV so but first Im learning the language cause Im new on it but I will learn it quickly so Ive seen some stuff on wikipedia about the way how an AV(AntiVirus) reads the file to look for the malware now lets get onto programming terms well the first thing that goes to my mind is to use a library class (I dont know if thats well spelled) which will work as a reader of the file which is infected so any advice ? Im coding it into java cause its multiplataform.
any advice will be well appreciated thanks in adnvace

Pages: 1 ... 5 6 [7] 8 9 ... 11


Intern0t SoldierX py1337 SecurityOverride programisiai iExploit
Want to be here? Contact Ande, Bluechill or Kulverstukas on the forum or at IRC.