MCPcopy Index your code
hub / github.com/jaykali/hackerpro / wppjmla

Function wppjmla

hackerpro.py:1565–1580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1563
1564
1565def wppjmla():
1566
1567 ipp = raw_input('Enter Target IP : ')
1568 sites = bing_all_grabber(str(ipp))
1569 wordpress = check_wordpress(sites)
1570 joomla = check_joomla(sites)
1571 for ss in wordpress:
1572 print ss
1573 print '[+] Found ! ', len(wordpress), ' Wordpress Websites'
1574 print '-' * 30 + '\n'
1575 for ss in joomla:
1576 print ss
1577
1578 print '[+] Found ! ', len(joomla), ' Joomla Websites'
1579
1580 print '\n'
1581# initialise the fscan function
1582
1583

Callers 1

webhackFunction · 0.85

Calls 3

bing_all_grabberFunction · 0.85
check_wordpressFunction · 0.85
check_joomlaFunction · 0.85

Tested by

no test coverage detected