Skip to content

Instantly share code, notes, and snippets.

View abuvanth's full-sized avatar

Syed abuvanth

View GitHub Profile
[-] Total Unique Subdomains Found: 3105
www.yahoo.com
uk.118800.yahoo.com
360.yahoo.com
blog.360.yahoo.com
de.blog.360.yahoo.com
blogs.360.yahoo.com
ca.360.yahoo.com
de.360.yahoo.com
download.360.yahoo.com
<font color="#8AE234">www.twitter.com</font>
<font color="#8AE234">0.twitter.com</font>
<font color="#8AE234">2010.twitter.com</font>
<font color="#8AE234">2011.twitter.com</font>
<font color="#8AE234">2012.twitter.com</font>
<font color="#8AE234">2013.twitter.com</font>
<font color="#8AE234">2014.twitter.com</font>
<font color="#8AE234">2015.twitter.com</font>
<font color="#8AE234">6nations.twitter.com</font>
@abuvanth
abuvanth / bug-bounty-list.txt
Created May 3, 2018 12:01 — forked from Plazmaz/bug-bounty-list.txt
A list of bug bounty urls
http://www.123contactform.com/
http://99designs.com/
https://www.abacus.com/
https://www.acquia.com/
http://www.activecampaign.com/
http://activeprospect.com/
http://www.adobe.com/
https://www.aerofs.com/
https://www.airbnb.com/
http://en.altervista.org/
sudo apt-get install g++ -y
sudo apt-get install autoconf automake libtool -y
sudo apt-get install autoconf-archive -y
sudo apt-get install pkg-config -y
sudo apt-get install libpng12-dev -y
sudo apt-get install libjpeg8-dev -y
sudo apt-get install libtiff5-dev -y
sudo apt-get install zlib1g-dev -y
sudo apt-get install libicu-dev -y
sudo apt-get install libpango1.0-dev -y
import requests
from bs4 import BeautifulSoup as bs
import csv
u=int(raw_input("Enter Your starting Reg No "))
n=int(raw_input("Enter Your Ending Reg No "))
while u<=n: #ending Register number
r=requests.post('http://aucoe.annauniv.edu/cgi-bin/result/cgrade.pl',data={'regno':u})
u=u+1
s=bs(r.content,'html.parser')
a=[]