Bangladesh National University Result

Custom Search

Sunday, June 24, 2012

New Trojen Detected

A new Trojent catagory malware detected. When it attacked your computer a software in the name of Security software automatically installed in your computer and will try to transfer your password. For safe dont click "get protected" button. Use latest antivirus software.
 
Category: Trojan

Description: This program is dangerous and executes commands from an attacker.

Recommendation: Remove this software immediately.

Microsoft Security Essentials detected programs that may compromise your privacy or damage your computer. You can still access the files that these programs use without removing them (not recommended). To access these files, select the 'Allow' action and click 'Apply actions'. If this option is not available, log on as administrator or ask the local administrator for help.

Items:
process:pid:2072
 

Rogue:Win32/Winwebsec

(?)
Encyclopedia entry
Updated: Jun 05, 2012  |  Published: Aug 17, 2010

Aliases

  • Smart Fortress 2012 (other)
  • Adware/AntiSpywarePro2009 (Panda)
  • Adware/UltimateCleaner (Panda)
  • Adware/Xpantivirus2008 (Panda)
  • AntiSpyware Pro 2009 (other)
  • AntiVirus2008 (Symantec)
  • FakeAlert-AntiSpywarePro (McAfee)
  • FakeAlert-WinwebSecurity.gen (McAfee)
  • Live Security Platinum (other)
  • Mal/FakeAV-AK (Sophos)
  • MS Removal Tool (other)
  • Security Tool (other)
  • SecurityRisk.Downldr (Symantec)
  • System Security (other)
  • Security Shield (other)
  • SecurityShieldFraud (Symantec)
  • SystemSecurity2009 (other)
  • Total Security (other)
  • Troj/FakeVir-LB (Sophos)
  • Trojan:Win32/Winwebsec (other)
  • TrojanDropper:Win32/Winwebsec (other)
  • W32/AntiVirus2008.AYO (Norman)
  • Win32/Adware.SystemSecurity (ESET)
  • Win32/Adware.WinWebSecurity (ESET)
  • Winweb Security (other)
  • Essential Cleaner (other)
  • Personal Shield Pro (other)
  • Security Shield 2012 (other)
  • Security Sphere 2012 (other)
  • Smart Protection 2012 (other)
  • Security Shield 2012 (other)

Alert Level (?)
Severe

Antimalware protection details
Microsoft recommends that you download the latest definitions to get protected.
Detection last updated:
Definition: 1.129.359.0
Released: Jun 23, 2012
Detection initially created:
Definition: 1.55.1987.0
Released: Apr 20, 2009
 

Thursday, June 21, 2012

Energy Efficient Charge Light using Microcontroller Based charging Station

Project::"Energy Efficient Charge Light"
Condition: Tasted
Participation:: "South Asian Youth Society " under U.S Department of State
Business type: Social Business
Research : Syed Razwanul Haque (Nabil) , Arpon Anup, Robi kormokar, Nurul Huda Shipon
Group in Workshop : Youth Wave
This is a simple Home made charge light. But difference between an Ordinary chines charge light and this charge light is Energy efficiency.I last charged it 2.5months ago and using regularly. Its still illuminate me. It only consume 45mA current but illumination is good enough. I used rechargeable battery which is basically waiting for go Dustbin. But well enough for this purpose. So its also save Environment polluted by Solid form of Acid. In todays Workshop Our team name "Youth wave" planned to use such kinds of Lamp in our remote area of Bangladesh. Their is a server charge station running by solar panel or other ways. After 15 or 30 day village people go to this station and recharge their lamp. so we dont need individual solar panel which is cost efficient. We just collect 15taka from then once a month where 1 litter carosine cost more then 60tk. Its also a idea by which we can replace chines Technology by our local Bangladeshi Technology. I am not kidding you. it already proved in my room Lab yet it unploughed from charger. So if u dont believe me you are cordially invited in my room. For more info you can visit www.facebook.com/OishiElectronicsSylhet and my site www.nabilphysics.blogspot.com

Charging Technology will be used :
Our charger station will be fully automatic and we will use Microcontroller based intelligence charging technology. As we collect battery from waste we do some catagory wised programming to ensure proper charging within short time which as well increase battery life. Simple PIC 16f72 will be good choice. Maintenance of this charge station also very much easy.

Parts list for lamp: 3 resistance (220ohms) , one switch,usb port,battery(collected from waste),L.E.D,etc.

parts for Charger station: Microcontroller ,Solar panel, Battery,port ,etc

Friday, June 1, 2012

Safe your facebook Account from Hackers and Phishers

Safe your facebook Account from Hackers and Phishers

 www.nabilphysics.blogspot.com 
www.freelancer.com/affiliates/Nabilphysics/
 www.facebook.com/Nabilphysics 
1) During login use username Instead of full email address. 
 2) Make your facebook related email hide so that it hard for a hacker to identify your email which could be the primary target for Hackers.
 3) Always look your browser address bar and make sure www.facebook.com is correctly spelled. Phisher make exactly same page like facebook and link almost like facebook.but if you look closely you can see the link is wrongly spelled. Remember Phising is more dangerous then hacking. 
4) From privacy settings set only friend can send you facebook message. 
 5) Don’t click any unknown message or link. 
 6) Hide your friendlist. 
7) From Security settings enable security browsing,enable login notification, enable , login approval.
 8) (very imp step)To avoid phising Use your mobile no as login approval(Account settings>Security>login approval).so every time after giving password a code will come to your mobile no and u can only login when you give the code.
 9) Its batter to add double space or d as your last word of your password. Most of the phising code has default after pass code.so phiser may confused about your password and default code. 10) Enable security question and set security question answer wrong. So hacker cant gauss your answer. 
11) Make sure your computer has no hidden key stroke logger. 
12) Make at least three trust friend. 
13) Use auto script block software like avg. Change info sometimes. 
 14) Use multiple admin for group or page 
 15) Mind it facebook authority dont send you any information through facebook message.so be careful it could be phissing activity. 

 Written by Nabil(www.nabilphysics.blogspot.com)
 www.facebook.com/Nabilphysics (In spite of these technique I think my facebook account is not safe and any time it could be hacked.so help me all my friends if my account be hacked )

Thursday, March 22, 2012

LISAJOUS figure Experiment for SUST physics

LISAJOUS figure Experiment for SUST physics

Four Voltmeter In Single Hardware with PIC16F72 Microcontroller and 16*2 LCD

// Volt meter Test



// 10/03/2012 Friday


// Satya Ranjan Sarkar


// -----------------------------------------------------------------------------


//Display volt variable -------------------------------------------------------


unsigned int adc_volts1;


unsigned int volts1;


unsigned int adc_volts2;


unsigned int volts2;


unsigned int adc_volts3;


unsigned int volts3;


unsigned int adc_volts4;


unsigned int volts4;






char txt[8]; // used to display number string


//Display Name text variable ---------------------------------------------------


// wrap delay as a function call to save code size -----------------------------


void delay_500ms(void)


{


Delay_mS(500); // this value gives about 500ms per "pulse"


}


void main ()


{


TRISA = 0xFF; // All Input


TRISB = 0b00000000; // input & output


TRISC = 0b00000000; // All output






PORTB = 0x00; // PortB Clear


PORTC = 0x00; // PortC Clear






ADCON1=0X80; // all input are analog






delay_500ms(); // small delay for PSU to stabilise










Lcd_Init(&PORTB); // Initialize LCD connected to PORTB


Lcd_Cmd(Lcd_CLEAR); // Clear display


Lcd_Cmd(Lcd_CURSOR_OFF); // Turn cursor off


delay_500ms();


//Start loop here---------------------------------------------------------------


while(1)


{


adc_volts1 = ADC_Read(1); // read Batt Volt AD


delay_500ms();


volts1 = (adc_volts1 * 12); // 10 to 25 volts 12 to 30 volts 15 to 38 volts


wordtostr(volts1,txt); // format voltage int to text


txt[5] = txt[4]; // move 2 decimal places


txt[4] = txt[3];


txt[3] = '.'; // add dec point


txt[6] = 'V'; // add volts


txt[7] = 0; // and add NULL


Lcd_Out(1,1,txt); // display battery volt


delay_500ms();


adc_volts = ADC_Read(2); // read Batt Volt AD






delay_500ms();


volts2 = (adc_volts2 * 12); // 10 to 25 volts 12 to 30 volts 15 to 38 volts


wordtostr(volts2,txt); // format voltage int to text


txt[5] = txt[4]; // move 2 decimal places


txt[4] = txt[3];


txt[3] = '.'; // add dec point


txt[6] = 'V'; // add volts


txt[7] = 0; // and add NULL


Lcd_Out(1,8,txt); // display battery volt






delay_500ms();


adc_volts3 = ADC_Read(3); // read Batt Volt AD


delay_500ms();


volts3 = (adc_volts3 * 12); // 10 to 25 volts 12 to 30 volts 15 to 38 volts


wordtostr(volts3,txt); // format voltage int to text


txt[5] = txt[4]; // move 2 decimal places


txt[4] = txt[3];


txt[3] = '.'; // add dec point


txt[6] = 'V'; // add volts


txt[7] = 0; // and add NULL


Lcd_Out(2,1,txt); // display battery volt






delay_500ms();


adc_volts4 = ADC_Read(2); // read Batt Volt AD


delay_500ms();


volts4 = (adc_volts4 * 12); // 10 to 25 volts 12 to 30 volts 15 to 38 volts


wordtostr(volts4,txt); // format voltage int to text


txt[5] = txt[4]; // move 2 decimal places


txt[4] = txt[3];


txt[3] = '.'; // add dec point


txt[6] = 'V'; // add volts


txt[7] = 0; // and add NULL


Lcd_Out(2,8,txt); // display battery volt


}


}






Search Anything you want.just write and click search and see the magic