- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 110
- Posts with Upvotes
- 98
- Upvoting Members
- 70
- Downvotes Received
- 5
- Posts with Downvotes
- 5
- Downvoting Members
- 4
Master of Science of Computer science in Computer and Cyber security
- Interests
- InfoSec, Reverse Engineering, programming, Networking, Hacking
452 Posted Topics
I am just wondering, how do browsers actually keep/save usernames and passwords? Is it in plaintext? or encrypted somewhere and then decrypted when a specific page is visitted? | |
Re: “Strength does not come from winning. Your struggles develop your strengths. When you go through hardships and decide not to surrender, that is strength.” - Arnold Schwarzenegger | |
Re: I am using Avast on my windows machines and none on Linux but as Hiroshe mentioned, probably the best way to protect yourself is understanding how attacks work | |
Re: Did you import it? Is PySide.py in the same directory as your main.py? | |
Re: public static void saveToFile(BufferedImage img) throws FileNotFoundException, IOException { File outputfile = new File("D:\\Sample.png"); ImageIO.write(img, "png", outputfile); } Is this what you are looking for? I assume you are using windows os for the path | |
Re: Try using [Tor](https://www.torproject.org/), it is a special onion network technology, which keeps users anonymous. The traffic you generate is bounced by different nodes in the network before reaching the server that you are accessing, so it might take a bit longer for things to load but it gives you some … | |
Re: I would use RamCapturer from belkasoft or FTKImager, think it has an option ot extract ram as dd image as well | |
Re: > I never catch anything You never catch anything that you/your AV software knows of ;) and I have a windows partition, using Avast on it as well. Seems to be one of the best choices currently out there now especially that it is free | |
Re: Hmm this is something really interesting to attemp tbh, james's idea is nice as well, first make sure that you can record voice and save it in a file. Once that is done, just replace instead of save to a file use sockets to send it. I'll bookmark this thread, … | |
Re: Hey Fuze, I've experienced a different issue with a microsoft windows os which was occuring when it wasnt being charged. Just to confirm that it is from the os and not anything else, is it possible for you to run live usb of ubuntu and check whether the problem appears … | |
Re: Should be no issue at all to do using VBA. Go for macro and ask any questions if you encounter while developing it :) | |
Re: Ubuntu is Linux. Kubuntu is Linux. Debian is Linux. Arch is Linux. the list goes on and on and on ... It's all built on Linux just different distributions. If you're all new, I adivise you to definitely go after Ubuntu(variations like Elementary OS/Kubuntu etc) until you get more familiar … | |
Re: Doing projects together would be nice and fun, one way or another would benefit the majority of people involved in it | |
Hey guys, I just tried to cash out the reward points I had earned and once I clicked "Paypal cash out", the reward points got set to 0.Now I got a message "Last cash out, pending for $$", is there anything additional to do or does the cashing out happens … | |
Re: This smells like [gcat](https://github.com/byt3bl33d3r/gcat) implant but UPX for obfuscation .. For the password, you can AES encrypt it and only decrypt during runtime in memory so whatever touches disk will awalys be encrypted. Add anti-debug techniques otherwise using ollydbg would take 10 seconds to run ur executable and get to … | |
Re: Speaking of this (from this week)!! I made a python script to start multiple excel macros (located in different excel files), manipulate some of the data and finally upload it to an elasticsearch database running on one of the servers at work. All good and great .. made a batch … | |
Re: I think you might want to read up on [The F sequence! :D](https://en.wikipedia.org/wiki/Fibonacci_number) to understand what's the sequence actually meaning and not random variables multiplied with integers .. ![]() | |
Re: DaniWeb is a public forum, you can ask in here where even more professionalists will try to help you out | |
| |
Re: Awesome, although lolwindows10, here's a quick overview of it from a privacy/security point of view [Click Here](http://prntscr.com/7ykzbh) | |
Re: It's most likely a one time issue that occured when you tried it, the server must've been off. Pings fine now | |
Re: Wouldn't the `toString` method of linkedlist convert it to string? | |
Re: How to fix it? #1 rule, don't install flash player, just don't .. and if you do use flash control on your browser .. | |
Re: You declare metters in here but you don't set it to anything. Then you pass it as a parameter to setRadius. Basically you pass nothing in here? I think this is where James points out that you need a numeric value SettingsActivity sa = new SettingsActivity(); int metters; sa.setRadius(metters); // … | |
Re: My guess is that a malicious file has been injected to the real msiexec.exe and now is trying to send information about your system to a domain in russia, which a real microsoft process would have no intention in doing so. To prove that, check the checksum of the file … | |
Re: He has obviously forbidden this topic. I bet he doesnt have MS office and thinks it's made by office 2010 cos of the extension. Anyway, for those who don't have ms office and need to open point points, you can import them to google drive and convert to google slides. … | |
Re: Some people will find out that "outside" exists, computer will become boring and I will be out of a job :( | |
Hey guys, I am looking into xbrl files and I need to extract certain data from each of them however, I can't find much information on the existing python-xbrl library, perhaps someone in here has an experience with it? Here's an xbrl file example [Click Here](http://regnskaber.virk.dk/14502803/eGJybHN0b3JlOi8vWC1GMDk4RkNDNi0yMDE0MTIzMV8wOTE2MjFfMDk1L3hicmw.xml) Any ideas/solutions on how … | |
Re: Use Eclipse, it is a Java IDE, generally adapted to Android and has everything that you'd need. There's long guides on how to set up your environment and start creating apps and in case you don't have an android device, you can test them on a virtual simulator which Eclipse … | |
Re: Takes a range and copies it transposed Worksheets("Sheet1").Range("A1:A5").Copy Worksheets("Sheet2").Range("A1").PasteSpecial Transpose:=True | |
Re: What james said ^ , check out speedtest.net | |
Hey guys, how is it going? I am wondering whether this my idea is possible to achieve .. I am looking at this search engine https://datacvr.virk.dk/data/ and it can take names,cvr number, address etc as input and return a facinating output. I think they are using elasticsearch to do all … | |
Re: hire a security consultant company for security assessment and present them with your logs, perhaps they can dig something out of them if the system is infected by malware such as communication to command and control server However, if you want to do it yourself and you have no experience … | |
Re: Just out of curriocity ... what is the startup method used by the ones that don't start by default? You could also just delay them to start after 30 secs or a minute(I've got conky on my unix system to start 20 secs after user log in for example) when … | |
Hello everyone! As some of you may know, Eclipse Luna appears to be broken for users of Kali Linux. There is a simple fix for that > Assuming that you have installed Eclipse Luna locate eclipse.ini `sudo nano eclipse.ini` add the following 2 lines before `--launcher.appendVmargs` --launcher.GTK_version 2 press `ctrl … | |
Re: I don't think wireshark can help you with that at all, it is used to analyse packets. What you could start up with is do the following in `cmd` and get back to us with the results `ping www.google.com -t` let it run for about 10-15 seconds then use `ctrl+C` … | |
Hey guys, i am wondering, if you load a file in basically any language, how much memory does the file occupy. Like there's the case that usually more memory is used rather than the actual size of the file because the data of the file is mapped to data types … | |
Re: I have some varaety in my music taste that is really based on what I am doing but technically .. Classical Piano when tired, Hardstyle when in the gym(which is pretty much daily >.>) often youtube mixes when doing something at home or Rock and most of the time no … | |
Re: you don't need `.` before Cells or before row, also my suggestion to you is to do it more robust by automatically detecting which is the last used column and just populate the one after that one with the current time If you always want to have it at column … | |
Re: If you are using a Dual core processor, there's nothing to wonder about | |
Re: either that ^ or save your configuration in a file then copy/paste rather than typing it but I also think going for dynamic at home would be the best solution | |
Re: I just saw someone doing a Combination Lock, the idea is to enter 3 numbers and if they match with the password, then you have gained permission. Pretty easy/simple and would definately be useful for people who just start | |
Re: I think that knowledge needs to be shared among everyone willing to learn new things, I am nowhere nearly as good as some of the guys around here but I am trying to learn and improve myself and while doing it I do the same thing if I can share … ![]() | |
Re: Use Linux, problem solved =) |
The End.