- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 109
- Posts with Upvotes
- 97
- Upvoting Members
- 69
- 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
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. … |