Author Topic: Ideas for a Security project?  (Read 861 times)

0 Members and 1 Guest are viewing this topic.

Offline F1n

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 3
    • View Profile
Ideas for a Security project?
« on: December 05, 2015, 07:16:03 pm »
Hey guys, I've got a couple days to do a small final project for a class, just wondering if anyone's got an idea for something I could write/research in that time that's still somewhat useful or unique. Most kids are doing something like a hash cracker but I'd really like to show off a little or at least bring something new to the table. I think this would be a cool intro to writing my own tools and contributing to the community rather than just imitating and learning from it as well.

Much thanks

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Ideas for a Security project?
« Reply #1 on: December 05, 2015, 07:27:11 pm »
You can code something that spoofs a DCHP Release, and when the client tries to reach out to the DHCP again you can spoof a new address and MItM the client.

Custom proxy.

ARP Spoofing with VLAN hopping.

Phishing with http redirects.

Botnet.

Command and Control via Github.

A script that watches tmp dirs and trys to inject code in scripts that get put there.

Stegno stuff.

Captcha hacking.

There is more, but this should get you started.
>>>import this
-----------------------------

Offline _Enigma

  • Serf
  • *
  • Posts: 27
  • Cookies: 3
    • View Profile
Re: Ideas for a Security project?
« Reply #2 on: December 05, 2015, 09:47:02 pm »
Not sure what the focus of the class is but python has an awesome packet manipulation library called scapy that I used to throw together an ARP DoS tool. Its really powerful and intuitive once you get the hang of it and can be used for a bunch of projects, just limited by creativity :).

http://www.secdev.org/projects/scapy/
« Last Edit: December 05, 2015, 09:47:52 pm by _Enigma »